RcppTOML: 'Rcpp' Bindings to Parser for Tom's Obvious Markup Language

The configuration format defined by 'TOML' (which expands to "Tom's Obvious Markup Language") specifies an excellent format (described at <https://github.com/toml-lang/toml>) 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 modern C++11) to R.

Version: 0.1.6
Depends: R (≥ 3.3.0)
Imports: Rcpp (≥ 0.11.5)
LinkingTo: Rcpp
Suggests: tinytest
Published: 2019-06-25
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.8.*) should be fine.
Materials: README NEWS ChangeLog
CRAN checks: RcppTOML results

Downloads:

Reference manual: RcppTOML.pdf
Package source: RcppTOML_0.1.6.tar.gz
Windows binaries: r-devel: RcppTOML_0.1.6.zip, r-release: RcppTOML_0.1.6.zip, r-oldrel: RcppTOML_0.1.6.zip
macOS binaries: r-release: RcppTOML_0.1.6.tgz, r-oldrel: RcppTOML_0.1.6.tgz
Old sources: RcppTOML archive

Reverse dependencies:

Reverse imports: configr, sen2r

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RcppTOML to link to this page.