-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
28 lines (28 loc) · 883 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
24
25
26
27
28
Package: configr
Type: Package
Title: An Implementation of Parsing and Writing Configuration File (JSON/INI/YAML/TOML)
Version: 0.3.5
Authors@R: person("Jianfeng", "Li", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2349-208X"))
Description:
Implements the JSON, INI, YAML and TOML parser for R setting and writing of configuration file. The functionality of this package is similar to that of package 'config'.
Depends:
R (>= 3.3.0)
URL: https://github.com/Miachol/configr
BugReports: https://github.com/Miachol/configr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
jsonlite (>= 1.2),
ini (>= 0.2),
yaml (>= 2.1.3),
RcppTOML (>= 0.1.3),
stringr (>= 1.2.0),
utils,
glue
RoxygenNote: 7.1.0
Suggests: testthat,
knitr,
rmarkdown,
prettydoc
VignetteBuilder: knitr