-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 1.25 KB
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: versioning
Title: Settings and File I/O using a Configuration YAML File
Version: 0.2.0
Authors@R:
person("Nathaniel", "Henry", , "nat@henryspatialanalysis.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8150-4988"))
Description: R data pipelines commonly require reading and writing data to versioned
directories. Each directory might correspond to one step of a multi-step process,
where that version corresponds to particular settings for that step and a chain of
previous steps that each have their own versions. This package creates a configuration
object that makes it easy to read and write versioned data, based on YAML
configuration files loaded and saved to each versioned folder.
Depends:
R (>= 4.1.0)
Imports:
assertthat,
glue,
R6,
yaml
Suggests:
data.table,
foreign,
haven,
readxl,
sf,
terra,
knitr,
rmarkdown,
testthat (>= 3.0.0)
URL: https://henryspatialanalysis.github.io/versioning/, https://github.com/henryspatialanalysis/versioning
BugReports: https://github.com/henryspatialanalysis/versioning/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3
VignetteBuilder: knitr