Skip to content

jqr v1.0.0

Compare
Choose a tag to compare
@sckott sckott released this 20 Sep 04:55
· 111 commits to master since this release
  • Unbundle jq: the libjq library and headers are now available on all major platforms.
    See https://stedolan.github.io/jq/download/ for details. (#59)
  • Removed a few authors due to n longer including jq in package
  • No longer linking to BH and Rcpp. No longer using/importing Rcpp
  • Use R_registerRoutines and R_useDynamicSymbols as required for
    packages with compiled code. (#57)
  • Internal dataset changed name from "githubcommits" to "commits"
  • Multiple JSON inputs now supported (see #53)