-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1005 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
28
29
30
31
32
33
34
35
36
37
38
39
Package: daapr
Title: Toolset for implemeting the framework of Data-as-a-Product
Version: 0.2.0
Authors@R: c(
person(given = "Afshin",
family = "Mashadi-Hossein",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2337-2195")),
person(given = "Clara",
family = "Amorosi",
role = c("aut"),
comment = c(ORCID = "0000-0002-0730-2576"))
)
Description: Collection of packages to build and manage data products.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
pins (>= 1.2.0),
dpi (>= 0.2.0),
dpbuild (>= 0.2.0),
dpdeploy (>= 0.2.0),
cli,
crayon,
glue,
utils,
rstudioapi
Remotes:
amashadihossein/dpi,
amashadihossein/dpbuild,
amashadihossein/dpdeploy
Suggests:
rmarkdown,
knitr
BugReports: https://github.com/amashadihossein/daapr/issues
VignetteBuilder: knitr