-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 918 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
35
36
37
38
Package: asgerbachelor
Title: Bachelor Data And Functions
Version: 0.0.0.9000
Authors@R:
person(given = "Asger",
family = "Svenning",
email = "[email protected]",
role = c("aut", "cre"))
Description: This is a project for storing data and scripts used in my bachelors project. The goal of the project is to utilize datasets such as FIA, USDA PLANTS and EPA ecoregions, to analyze the relationships between functional diversity and species richness.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
LazyData: true
Imports:
magrittr,
dplyr,
tibble,
sf,
purrr,
tidyselect,
tidyr,
stars,
raster,
rlang,
units,
methods,
Rdpack,
geometry,
ape,
spdep,
stringr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
RdMacros: Rdpack