-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
23 lines (23 loc) · 1023 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: RcppTOML
Type: Package
Title: 'Rcpp' Bindings to Parser for "Tom's Obvious Markup Language"
Version: 0.2.2
Date: 2023-01-29
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]",
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 <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.
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)