-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.14 KB
/
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
29
30
31
32
33
34
35
36
37
Package: path.chain
Type: Package
Title: Concise Structure for Chainable Paths
Version: 1.0.0
Authors@R: c(
person(given = "Krzysztof",
family = "Joachimiak",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4780-7947")),
person(given = "Peter",
family = "Wurm",
role = c("ctb"))
)
Description: Provides path_chain class and functions, which facilitates loading and saving
directory structure in YAML configuration files via 'config' package.
The file structure you created during exploration can be transformed
into legible section in the config file, and then easily loaded for further usage.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/krzjoa/path.chain/issues
URL: https://github.com/krzjoa/path.chain, https://krzjoa.github.io/path.chain/
RoxygenNote: 6.1.1
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
config,
yaml,
fs,
magrittr
VignetteBuilder: knitr
Imports:
rlang,
stringi,
logger