-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 852 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 852 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
Package: spdgt.wos
Title: Export Data for WOS
Version: 0.0.4
Authors@R:
c(person(given = "Josh", family = "Nowak", email = "josh.nowak@speedgoat.io", role = c("aut", "cre")),
person(given = "SpeedGoat", role = c("cph", "fnd")))
Description: This package provides functions to export data from SpeedGoat API
and format it for import to the WOS database. This package is only useful
to employees of Wyoming Game and Fish Department and is not intended for
general consumption.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
dplyr,
rlang,
spdgt.sight,
tidyr
Suggests:
knitr,
mockery,
rmarkdown,
stats,
testthat (>= 3.0.0),
tibble
Depends:
R (>= 4.1.0)
LazyData: true
VignetteBuilder: knitr
Config/testthat/edition: 3