Package: configr 0.3.5

configr: An Implementation of Parsing and Writing Configuration File (JSON/INI/YAML/TOML)

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'.

Authors:Jianfeng Li [aut, cre]

configr_0.3.5.tar.gz
configr_0.3.5.zip(r-4.7)configr_0.3.5.zip(r-4.6)configr_0.3.5.zip(r-4.5)
configr_0.3.5.tgz(r-4.6-any)configr_0.3.5.tgz(r-4.5-any)
configr_0.3.5.tar.gz(r-4.7-any)configr_0.3.5.tar.gz(r-4.6-any)
configr_0.3.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
configr/json (API)

# Install 'configr' in R:
install.packages('configr', repos = c('https://miachol.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/miachol/configr/issues

On CRAN:

Conda:

configparserconfiguration-fileinijsontomlyaml

8.52 score 62 stars 6 packages 294 scripts 709 downloads 19 exports 13 dependencies

Last updated from:f921bb4304. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE127
source / vignettesOK172
linux-release-x86_64NOTE126
macos-release-arm64NOTE173
macos-oldrel-arm64NOTE200
windows-develNOTE101
windows-releaseNOTE75
windows-oldrelNOTE80
wasm-releaseOK103

Exports:config.helpconfig.list.mergeconfig.sections.delconvert.configeval.configeval.config.mergeeval.config.sectionsfetch.configget.config.typeis.config.activeis.configfile.activeis.ini.fileis.json.fileis.toml.fileis.yaml.fileparse.extraread.configstr2configwrite.config

Dependencies:cliglueinijsonlitelifecyclemagrittrRcppRcppTOMLrlangstringistringrvctrsyaml

Usage of configr
Built-in examples of configuration file | Check the configuration file type | Get the configuration section names | Read the configuration file | Converting and writing configuration file | Configr specific extra parse | External urls about configuration format and others | Others usage | Session info

Last update: 2018-11-13
Started: 2017-06-22

Configuration file types
Configuration file format | JSON | INI | YAML | TOML

Last update: 2018-05-29
Started: 2017-06-22

Readme and manuals