forked from rvalavi/blockCV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.73 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
Package: blockCV
Type: Package
Title: Spatial and Environmental Blocking for K-Fold and LOO Cross-Validation
Version: 3.1-3
Date: 2023-06-04
Authors@R: c(person("Roozbeh", "Valavi", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0003-2495-5277")),
person("Jane", "Elith", role = "aut",
email = "[email protected]"),
person("José", "Lahoz-Monfort", role = "aut",
email = "[email protected]"),
person("Ian", "Flint", role = "aut",
email = "[email protected]"),
person("Gurutzeta", "Guillera-Arroita", role = "aut",
email = "[email protected]"))
URL: https://github.com/rvalavi/blockCV
BugReports: https://github.com/rvalavi/blockCV/issues
Maintainer: Roozbeh Valavi <[email protected]>
Description: Creating spatially or environmentally separated folds for cross-validation to provide a robust error estimation in spatially structured environments; Investigating and visualising the effective range of spatial autocorrelation in continuous raster covariates and point samples to find an initial realistic distance band to separate training and testing datasets spatially described in Valavi, R. et al. (2019) <doi:10.1111/2041-210X.13107>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
sf (>= 1.0),
Rcpp (>= 1.0.2)
Suggests:
terra (>= 1.6-41),
ggplot2 (>= 3.3.6),
cowplot,
automap (>= 1.0-16),
shiny (>= 1.7),
tmap (>= 2.0),
biomod2,
gstat,
methods,
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3
LinkingTo:
Rcpp