-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 1.05 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
Package: dpkg
Title: Create, Stow, and Read Data Packages
Version: 0.6.1
Authors@R:
person("Cole", "Brokamp", , "cole@colebrokamp.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0289-3151"))
Description: Data frame, tibble, or tbl objects are converted to data package objects using specific metadata labels (name, version, title, homepage, description). A data package object ('dpkg') can be written to disk as a 'parquet' file or released to a 'GitHub' repository. Data package objects can be read into R from online repositories and downloaded files are cached locally across R sessions.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
dplyr,
geoarrow,
gert,
gh,
sf,
testthat (>= 3.0.0),
usethis,
withr
Config/testthat/edition: 3
URL: https://github.com/cole-brokamp/dpkg, https://cole-brokamp.github.io/dpkg/
BugReports: https://github.com/cole-brokamp/dpkg/issues
Imports:
arrow,
cli,
fs,
glue,
httr2,
rlang,
tibble