-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.17 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: pacnvegetation
Title: PACN Vegetation Data Analysis and Visualization
Version: 0.0.0.9000
Authors@R:
c(person(given = "Sarah",
family = "Wright",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Jacob",
family = "Gross",
role = c("aut"),
email = "[email protected]"))
Description: This package is the home of all reusable code related to PACN vegetation protocols.
License: CC0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat
Imports:
magrittr,
rappdirs,
DBI,
dplyr,
lubridate,
odbc,
readr,
stringr,
tibble,
here,
leaflet,
crosstalk,
ggplot2,
ggrepel,
htmltools,
scales,
tidyr,
leaflet.esri,
blob,
colorspace,
magick,
plotly,
purrr,
rlang,
sf,
sfheaders,
sp,
terra,
data.table,
grDevices,
stats,
utils,
DT,
formattable,
htmlwidgets,
httr,
jpeg,
jsonlite,
keyring,
knitr,
png,
readxl,
sparkline,
tidyselect
Language: en-US
Config/testthat/edition: 3