Package: rconfig
Type: Package
Title: Manage R Configuration at the Command Line
Version: 0.2.0
Date: 2023-02-10
Authors@R: c(
  person(given = "Peter",
    family = "Solymos",
    comment = c(ORCID = "0000-0001-7337-1740"),
    role = c("aut", "cre"),
    email = "peter@analythium.io"),
  person(given = "Analythium Solutions Inc.",
    role = c("cph", "fnd")))
Description: Configuration management using files (JSON, YAML, separated text),
  JSON strings, and command line arguments. Command line arguments
  can be used to override configuration. Period-separated command line
  flags are parsed as hierarchical lists. Environment variables, R global variables,
  and configuration values can be substituted.
License: MIT + file LICENSE
LazyLoad: yes
Imports: yaml, jsonlite
RoxygenNote: 7.2.1
Encoding: UTF-8
BugReports: https://github.com/analythium/rconfig/issues
URL: https://github.com/analythium/rconfig
Language: en-US
NeedsCompilation: no
Packaged: 2023-02-11 02:50:59 UTC; Peter
Author: Peter Solymos [aut, cre] (<https://orcid.org/0000-0001-7337-1740>),
  Analythium Solutions Inc. [cph, fnd]
Maintainer: Peter Solymos <peter@analythium.io>
Repository: CRAN
Date/Publication: 2023-02-11 08:20:02 UTC
Built: R 4.1.2; ; 2023-02-12 11:30:33 UTC; unix
