Package: RcppTOML
Type: Package
Title: 'Rcpp' Bindings to Parser for Tom's Obvious Markup Language
Version: 0.1.6
Date: 2019-06-25
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Description: 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.
SystemRequirements: A C++11 compiler; g++ (>= 4.8.*) should be fine.
BugReports: https://github.com/eddelbuettel/rcpptoml/issues
URL: http://dirk.eddelbuettel.com/code/rcpp.toml.html
Imports: Rcpp (>= 0.11.5)
Depends: R (>= 3.3.0)
LinkingTo: Rcpp
Suggests: tinytest
License: GPL (>= 2)
NeedsCompilation: yes
Packaged: 2019-06-25 10:17:50.548124 UTC; edd
Repository: CRAN
Date/Publication: 2019-06-25 12:10:03 UTC
Built: R 3.6.3; x86_64-w64-mingw32; 2020-08-05 01:16:02 UTC; windows
Archs: i386, x64
