-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
34 lines (34 loc) · 1002 Bytes
/
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
Package: neonPlantEcology
Type: Package
Title: Process NEON Plant Data for Ecological Analysis
Version: 1.6.1
Date: 2024-05-30
Authors@R: c(
person("Adam", "Mahood", email = "[email protected]",role = c("aut", "cre")),
person("Jacob", "Macdonald", role = "ctb"),
person("Ranjan", "Muthukrishnan", role = "ctb"))
Maintainer: Adam Mahood <[email protected]>
Description: Downloading and organizing plant presence and percent cover data from the National Ecological Observatory Network <https://www.neonscience.org>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: neonUtilities,
vegan,
ggplot2,
data.table,
dtplyr,
dplyr,
lubridate,
sf,
stringr,
tibble,
tidyr,
ggpubr,
utils
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://github.com/admahood/neonPlantEcology
BugReports: https://github.com/admahood/neonPlantEcology/issues