-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
27 lines (27 loc) · 956 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
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 = "[email protected]"),
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.2.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/analythium/rconfig/issues
URL: https://github.com/analythium/rconfig
Language: en-US