Last updated on 2025-04-19 06:50:00 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
Rfast | 13 | ||
Rfast2 | 2 | 2 | 9 |
Current CRAN status: NOTE: 13
Version: 2.1.5.1
Check: compiled code
Result: NOTE
File ‘Rfast/libs/Rfast.so’:
Found non-API call to R: ‘R_lsInternal’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 2.1.5.1
Check: compiled code
Result: NOTE
File 'Rfast/libs/x64/Rfast.dll':
Found non-API call to R: 'R_lsInternal'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 2.1.5.1
Check: installed package size
Result: NOTE
installed size is 47.3Mb
sub-directories of 1Mb or more:
libs 45.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 2, NOTE: 2, OK: 9
Version: 0.1.5.3
Check: examples
Result: ERROR
Running examples in ‘Rfast2-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: Energy test of equal univariate distributions
> ### Title: Energy test of equal univariate distributions
> ### Aliases: eqdist.etest
> ### Keywords: Energy distances total sum
>
> ### ** Examples
>
> y <- iris[1:30, 1]
> x <- iris[1:30, 2]
> eqdist.etest(y, x, R = 99)
double free or corruption (out)
Aborted
Flavor: r-patched-linux-x86_64
Version: 0.1.5.3
Check: examples
Result: ERROR
Running examples in 'Rfast2-Ex.R' failed
The error most likely occurred in:
> ### Name: Maximum likelihood linear discriminant analysis
> ### Title: Maximum likelihood linear discriminant analysis
> ### Aliases: mle.lda
>
> ### ** Examples
>
> x <- as.matrix(iris[, 1:4])
> ina <- iris[, 5]
> a <- mle.lda(x, x, ina)
Flavor: r-release-windows-x86_64
Version: 0.1.5.3
Check: installed package size
Result: NOTE
installed size is 25.9Mb
sub-directories of 1Mb or more:
libs 25.0Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64