-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.46 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
51
52
53
54
55
Type: Package
Package: sperrorest
Title: Perform Spatial Error Estimation and Variable Importance Assessment
Version: 3.0.5
Authors@R:
c(person(given = "Alexander",
family = "Brenning",
role = c("aut", "cre"),
email = "alexander.brenning@uni-jena.de",
comment = c(ORCID = "0000-0001-6640-679X")),
person(given = "Patrick",
family = "Schratz",
role = "aut",
email = "patrick.schratz@gmail.com",
comment = c(ORCID = "0000-0003-0748-6624")),
person(given = "Tobias",
family = "Herrmann",
role = "ctb",
email = "herrmann.tobias89@gmail.com",
comment = c(ORCID = "0000-0001-9768-0708")))
Description: Implements spatial error estimation and
permutation-based variable importance measures for predictive models
using spatial cross-validation and spatial block bootstrap.
License: GPL-3
URL: https://giscience-fsu.github.io/sperrorest/,
https://github.com/giscience-fsu/sperrorest
BugReports: https://github.com/giscience-fsu/sperrorest/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
future,
future.apply,
graphics,
ROCR,
stats,
stringr
Suggests:
knitr,
MASS,
nnet,
parallel,
ranger,
rmarkdown,
rpart,
sp,
testthat
VignetteBuilder:
knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0