-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
60 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ | |
^BinaryFiles$ | ||
^cluto$ | ||
^zzz$ | ||
^LICENSE\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: mlr3spatiotempcv | ||
Title: Spatial support for mlr3 | ||
Title: Spatiotemporal Resampling Methods for 'mlr3' | ||
Version: 0.0.0.9006 | ||
Authors@R: | ||
c(person(given = "Patrick", | ||
|
@@ -15,9 +15,9 @@ Authors@R: | |
family = "Muenchow", | ||
role = "ctb", | ||
email = "[email protected]")) | ||
Description: Implements spatio-temporal methods to enhance the | ||
experience of mlr3. | ||
License: MIT + file LICENSE | ||
Description: Implements spatio-temporal methods to enhance the experience | ||
of mlr3. | ||
License: LGPL-3 | ||
URL: https://mlr3spatiotempcv.mlr-org.com/, | ||
https://github.com/mlr-org/mlr3spatiotempcv | ||
BugReports: https://github.com/mlr-org/mlr3spatiotempcv/issues | ||
|
@@ -49,7 +49,7 @@ Suggests: | |
skmeans, | ||
testthat (>= 2.1.0), | ||
vdiffr | ||
VignetteBuilder: | ||
VignetteBuilder: | ||
knitr | ||
RdMacros: | ||
mlr3misc | ||
|
@@ -58,7 +58,7 @@ LazyData: true | |
NeedsCompilation: no | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 | ||
Collate: | ||
Collate: | ||
'ResamplingRepeatedSpCVBlock.R' | ||
'ResamplingRepeatedSpCVCoords.R' | ||
'ResamplingRepeatedSpCVEnv.R' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters