-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 869 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
40
41
42
Package: dpbuild
Title: A package to manage building of data products
Version: 0.2.1
Authors@R:
person(given = "Afshin",
family = "Mashadi-Hossein",
role = c("aut", "cre"),
email = "amashadihossein@gmail.com",
comment = c(ORCID = "0000-0002-2337-2195"))
Description: An R package intended to help set up and manage a data
product project.
License: GPL-3
BugReports: https://github.com/amashadihossein/dpbuild/issues
Imports:
cli,
digest,
dpi (>= 0.2.0),
dplyr,
fs,
gh,
git2r,
glue,
jsonlite,
magrittr,
pins (>= 1.2.0),
purrr,
renv,
rio,
rlang,
rmarkdown,
tibble,
tidyr,
withr,
yaml
Suggests:
httr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2