The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN_Status_Badge downloads CRAN RStudio mirror downloads Github Stars Build Status Coverage Status

rapidjsonr

R interface to the C++ header-only Rapidjson library

This package is using v1.2-beta build of rapidjson. This is necessary to overcome gcc compiler warnings on CRAN, which are fixed in this patch

Install

From CRAN

install.packages("rapidjsonr")

Install the development version with

devtools::install_github("SymbolixAU/rapidjsonr")

Using rapidjsonr

To use rapidjsonr in your own package, add a dependency to rapidjsonr to your cpp files before a call to #include <Rcpp.h>

// [[Rcpp::depends(rapidjsonr)]]

#include <Rcpp.h>

License

This package is provided under the MIT license, as per Rapidjson itself.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.