File: NAMESPACE

package info (click to toggle)
r-cran-rcpptoml 0.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: cpp: 204; sh: 14; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
useDynLib("RcppTOML", .registration=TRUE)
importFrom("Rcpp", "evalCpp")
export("parseToml",
       "parseTOML",
       "tomlparse")
S3method("print", "toml")
S3method("summary", "toml")