RcppTOML (0.2.3)
Published 2026-02-24 13:47:03 +00:00 by atheaadmin
Installation
options("repos" = c(getOption("repos"), c(gitea=" ")))install.packages("RcppTOML")About this package
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.'Rcpp' Bindings to Parser for "Tom's Obvious Markup Language"
Dependencies
| Imports | Rcpp (>= 1.0.8) |
| Depends | R (>= 3.3.0) |
| LinkingTo | Rcpp |
| Suggests | tinytest |