-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
38 lines (38 loc) · 1.1 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
38
Package: rDataPipeline
Title: Functions to Interact with the 'FAIR Data Pipeline'
Version: 0.60.0
Authors@R: c(person("Sonia", "Mitchell",
role = c("aut"), comment = c(ORCID = "0000-0003-1536-2066")),
person("Ryan", "Field", email = "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-4424-9890")))
Description: R implementation of the 'FAIR Data Pipeline API'. The 'FAIR Data
Pipeline' is intended to enable tracking of provenance of FAIR (findable,
accessible and interoperable) data used in epidemiological modelling.
License: GPL (>= 3)
Imports:
assertthat,
cli,
configr,
dplyr,
git2r,
httr,
jsonlite,
openssl,
R6,
rhdf5,
semver,
stats,
usethis,
utils,
yaml
Suggests:
units,
testthat
biocViews:
rhdf5
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://www.fairdatapipeline.org/rDataPipeline/, https://github.com/FAIRDataPipeline/rDataPipeline
BugReports: https://github.com/FAIRDataPipeline/rDataPipeline/issues