-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.2 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
43
44
45
46
47
Package: swo
Title: Survey workload optimization
Version: 1.0.0
Authors@R:
c(person(given = "Ben",
family = "Williams",
email = "ben.williams@noaa.gov",
role = c("aut", "cre"),
comment = c(ORCID = "000-0001-7295-2076")),
person(given = "Pete",
family = "Hulson",
email = "pete.hulson@noaa.gov",
role = "aut"),
person(given = "Meaghan",
family = "Bryan" ,
email = "meaghan.bryan@noaa.gov",
role = "ctb"),
person(given = "Steve",
family = "Barbeaux",
email = "steve.barbeaux@noaa.gov",
role = "ctb"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
URL: https://github.com/BenWilliams-NOAA/swo/, https://benwilliams-noaa.github.io/swo/
BugReports: https://github.com/BenWilliams-NOAA/swo/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
DBI,
dplyr,
here,
magrittr,
odbc,
psych,
purrr,
tidyr,
tidytable,
vroom
Depends:
data.table,
R (>= 2.10)
LazyData: true
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr