-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
42 lines (42 loc) · 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
39
40
41
42
Package: codec
Title: Community Data Explorer for Cincinnati
Version: 2.2.0
Authors@R: c(
person("Cole", "Brokamp",
email = "[email protected]",
role = c("aut", "cre")),
person("Erika", "Manning",
role = "aut"),
person("Andrew", "Vancil",
role = "aut")
)
Description: This repository serves as the definition of the CoDEC data specifications and provides helpers to create, validate, release, and read CoDEC data.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
roxygen2,
rmarkdown,
dplyr,
curl,
glue,
tibble,
sf
Remotes:
geomarker-io/cincy,
cole-brokamp/dpkg
Config/testthat/edition: 3
URL: https://github.com/geomarker-io/codec,
http://geomarker.io/codec/
BugReports: https://github.com/geomarker-io/codec/issues
Imports:
rlang,
stringr,
purrr (>= 1.0.0),
cincy (>= 1.1.0),
dpkg (>= 0.5.1)
Depends:
R (>= 2.10)
LazyData: true