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 to the 'toml++' parser written by Mark Gillard to R.
Version: | 0.2.2 |
Depends: | R (≥ 3.3.0) |
Imports: | Rcpp (≥ 0.11.5) |
LinkingTo: | Rcpp |
Suggests: | tinytest |
Published: | 2023-01-29 |
DOI: | 10.32614/CRAN.package.RcppTOML |
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++17 compiler |
Materials: | README NEWS ChangeLog |
CRAN checks: | RcppTOML results |
Reference manual: | RcppTOML.pdf |
Package source: | RcppTOML_0.2.2.tar.gz |
Windows binaries: | r-devel: RcppTOML_0.2.2.zip, r-release: RcppTOML_0.2.2.zip, r-oldrel: RcppTOML_0.2.2.zip |
macOS binaries: | r-release (arm64): RcppTOML_0.2.2.tgz, r-oldrel (arm64): RcppTOML_0.2.2.tgz, r-release (x86_64): RcppTOML_0.2.2.tgz, r-oldrel (x86_64): RcppTOML_0.2.2.tgz |
Old sources: | RcppTOML archive |
Reverse imports: | configr, params, reticulate |
Please use the canonical form https://CRAN.R-project.org/package=RcppTOML to link to this page.