Package: RcppTOML
Type: Package
Title: 'Rcpp' Bindings to Parser for "Tom's Obvious Markup Language"
Version: 0.2.3.1
Date: 2025-05-28
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
comment = c(ORCID = "0000-0001-6419-907X")),
person("Mark", "Gillard", role = "aut",
comment = "Author of 'toml++' header library"))
Description: The configuration format defined by 'TOML' (which expands
to "Tom's Obvious Markup Language") specifies an excellent
format (described at ) 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.
SystemRequirements: A C++17 compiler
BugReports: https://github.com/eddelbuettel/rcpptoml/issues
URL: http://dirk.eddelbuettel.com/code/rcpp.toml.html
Imports: Rcpp (>= 1.0.8)
Depends: R (>= 3.3.0)
LinkingTo: Rcpp
Suggests: tinytest
License: GPL (>= 2)
Repository: https://eddelbuettel.r-universe.dev
Date/Publication: 2026-01-28 02:34:44 UTC
RemoteUrl: https://github.com/eddelbuettel/rcpptoml
RemoteRef: HEAD
RemoteSha: 04a574f443aead50f3a03197c536d38e5b2f8671
NeedsCompilation: yes
Packaged: 2026-06-23 17:30:13 UTC; root
Author: Dirk Eddelbuettel [aut, cre] (ORCID:
),
Mark Gillard [aut] (Author of 'toml++' header library)
Maintainer: Dirk Eddelbuettel