forked from leonawicz/trekdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 874 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 874 Bytes
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
Package: trekdata
Title: Extract and Curate Datasets for the 'rtrek' Package
Version: 0.3.0
Authors@R:
c(person(given = "Matthew",
family = "Leonawicz",
role = c("aut", "cre"),
email = "matt_leonawicz@esource.com",
comment = c(ORCID = "0000-0001-9452-2771")))
Description: Provides functions for extracting and curating 'rtrek' package datasets from various data sources.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/leonawicz/trekdata
BugReports: https://github.com/leonawicz/trekdata/issues
Depends: R (>= 3.5.0)
Suggests:
testthat,
knitr,
rmarkdown,
lintr,
covr
VignetteBuilder: knitr
Imports:
magrittr,
tibble,
dplyr,
purrr,
lubridate,
rtweet,
pkgdown,
epubr,
stringr,
tidyr,
xml2,
rvest
RoxygenNote: 6.1.1