The configuration format defined by 'TOML' (which expands to "Tom's Obvious Markup Language") specifies an excellent format (described at <https://toml.io/en/>) suitable for both human editing as well as the common uses of a machine-readable format. This package uses 'Rcpp' to connect the 'cpptoml' parser written by Chase Geigle (in C++11) to R.
Version: | 0.1.7 |
Depends: | R (≥ 3.3.0) |
Imports: | Rcpp (≥ 0.11.5) |
LinkingTo: | Rcpp |
Suggests: | tinytest |
Published: | 2020-12-02 |
Author: | Dirk Eddelbuettel |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
BugReports: | https://github.com/eddelbuettel/rcpptoml/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | http://dirk.eddelbuettel.com/code/rcpp.toml.html |
NeedsCompilation: | yes |
SystemRequirements: | A C++11 compiler; g++ (>= 4.9.*) or newer works. |
Materials: | README NEWS ChangeLog |
CRAN checks: | RcppTOML results |
Reference manual: | RcppTOML.pdf |
Package source: | RcppTOML_0.1.7.tar.gz |
Windows binaries: | r-devel: RcppTOML_0.1.7.zip, r-release: RcppTOML_0.1.7.zip, r-oldrel: RcppTOML_0.1.7.zip |
macOS binaries: | r-release (arm64): RcppTOML_0.1.7.tgz, r-oldrel (arm64): RcppTOML_0.1.7.tgz, r-release (x86_64): RcppTOML_0.1.7.tgz, r-oldrel (x86_64): RcppTOML_0.1.7.tgz |
Old sources: | RcppTOML archive |
Reverse imports: | configr, iNZightTools, params, reticulate, sen2r |
Please use the canonical form https://CRAN.R-project.org/package=RcppTOML to link to this page.