sperrorest v1.0.0
New features:
-
add
parsperrorest()
: This function lets you exexutesperrorest()
in parallel. It includes two modes (par.mode = 1
andpar.mode = 2
) which use different parallelization approaches in the background. See?parsperrorest()
for more details. -
add
partition.factor.cv()
: This resampling method enables partitioning based
on a given factor variable. This can be used, for example, to resample
agricultural data, that is grouped by fields, at the agricultural field level
in order to preserve spatial autocorrelation within fields. -
sperrorest()
andparsperrorest()
: Addbenchmark
item to returned object giving information about execution time, used cores and other system details.
Changes to functions:
-
sperrorest
(): Change argument naming.err.unpooled
is nowerror.fold
anderr.pooled
is nowerror.rep
-
sperrorest()
andparsperrorest()
: Change order and naming of returned object- class
sperrorestpoolederror
is nowsperrorestreperror
- returned
sperrorest
list is now ordered as follows:- error.rep
- error.fold
- importance
- benchmarks
- package.version
- class
Package related:
-
add package NEWS
-
add package vignette ->
vignette("sperrorest-vignette", package = "sperrorest")
-
package is now ByteCompiled
-
Github repo of
sperrorest
now at
https://github.com/pat-s/sperrorest/