Package: rconfig Type: Package Title: Manage R Configuration at the Command Line Version: 0.3.0 Date: 2023-06-26 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 (YAML, JSON, INI, TXT), 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.3.2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) BugReports: https://github.com/analythium/rconfig/issues URL: https://github.com/analythium/rconfig Language: en-US Repository: https://psolymos.r-universe.dev Date/Publication: 2026-04-25 16:07:55 UTC RemoteUrl: https://github.com/analythium/rconfig RemoteRef: HEAD RemoteSha: 1bb09786ee484e0fec59bac680f3adc0668611a4 NeedsCompilation: no Packaged: 2026-07-03 23:53:25 UTC; root Author: Peter Solymos [aut, cre] (ORCID: ), Analythium Solutions Inc. [cph, fnd] Maintainer: Peter Solymos