-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 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
Package: forestdata
Type: Package
Title: Download Forestry Data
Version: 0.2.0
Authors@R: person("Adrián", "Cidre González", email = "[email protected]", role = c("aut", "cre"))
Description: Functions for downloading forestry and land use data for use in spatial analysis. This packages offers a user-friendly solution to quickly obtain datasets such as forest height, forest types, tree species under various climate change scenarios, or land use data among others.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
rvest,
sf,
stringr,
tibble,
tidyr,
dplyr,
purrr,
terra,
stringi,
rlang,
archive,
foreign,
crayon,
lifecycle
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Collate:
'utils-not-exported.R'
'GLAD.R'
'allometry.R'
'canopy-height.R'
'chorological-maps.R'
'data.R'
'eutrees4f.R'
'forest-country.R'
'forest-inventory.R'
'forestdata-package.R'
'globals.R'
'land-cover.R'
'pathogens.R'
Suggests:
aws.s3,
RODBC,
odbc,
giscoR,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://cidree.github.io/forestdata/
Roxygen: list(markdown = TRUE)