-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 1.55 KB
/
DESCRIPTION
File metadata and controls
72 lines (72 loc) · 1.55 KB
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
68
69
70
71
72
Package: evoland
Title: evoland-plus - or evoland for short - analyses land use evolution
Version: 0.0.1.9000
Authors@R:
person("Jan", "Hartman", email = "jhartman@ethz.ch", role = c("aut", "cre"))
Description: The evoland-plus package gathers land use data and can be
used to extrapolate likely future land use patterns.
License: AGPL (>= 3)
URL: https://ethzplus.github.io/evoland-plus, https://github.com/ethzplus/evoland-plus
BugReports: https://github.com/ethzplus/evoland-plus/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.2)
Imports:
curl,
data.table,
DBI,
duckdb (>= 1.5.2),
glue,
qs2,
R6,
Rcpp,
terra
Suggests:
base64enc,
butcher,
pROC,
processx,
quarto,
ranger,
tinytest
VignetteBuilder: quarto
Config/testthat/edition: 3
LinkingTo:
Rcpp
Collate:
'RcppExports.R'
'alloc_params_t.R'
'trans_models_t.R'
'alloc_dinamica.R'
'coords_t.R'
'covariance_filter.R'
'parquet_db_utils.R'
'parquet_db.R'
'evoland_db.R'
'evoland_db_util.R'
'evoland_db_views.R'
'fuzzy_similarity.R'
'grrf_filter.r'
'init.R'
'intrv_masks_t.R'
'intrv_meta_t.R'
'lulc_data_t.R'
'lulc_meta_t.R'
'neighbors_t.R'
'periods_t.R'
'pred_data_t.R'
'pred_meta_t.R'
'reporting_t.R'
'runs_t.R'
'trans_meta_t.R'
'trans_models_glm.R'
'trans_models_rf.R'
'trans_pot_t.R'
'trans_preds_t.R'
'trans_rates_t.R'
'util.R'
'util_dinamica.R'
'util_download.R'
'util_terra.R'