CRAN Package Check Results for Package intRinsic

Last updated on 2023-03-23 04:53:22 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 36.83 61.94 98.77 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.2 33.81 48.38 82.19 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.2 149.05 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.2 133.04 NOTE
r-patched-linux-x86_64 0.2.2 30.95 62.40 93.35 OK
r-release-linux-x86_64 0.2.2 36.80 62.55 99.35 OK
r-release-macos-arm64 0.2.2 41.00 OK
r-release-macos-x86_64 0.2.2 53.00 OK
r-release-windows-x86_64 0.2.2 60.00 119.00 179.00 OK
r-oldrel-macos-arm64 0.2.1 36.00 OK
r-oldrel-macos-x86_64 0.2.1 54.00 OK
r-oldrel-windows-ix86+x86_64 0.2.1 99.00 129.00 228.00 OK

Check Details

Version: 0.2.2
Check: C++ specification
Result: NOTE
     Specified C++11: please drop specification unless essential
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

Version: 0.2.2
Check: examples
Result: ERROR
    Running examples in ‘intRinsic-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: compute_mus
    > ### Title: Compute the ratio statistics needed for the intrinsic dimension
    > ### estimation
    > ### Aliases: compute_mus print.mus plot.mus
    >
    > ### ** Examples
    >
    > X <- replicate(2,rnorm(1000))
    > mu <- compute_mus(X, n1 = 1, n2 = 2)
    Error in FNN::get.knn(X, k = n2) : DLL requires the use of native symbols
    Calls: compute_mus -> <Anonymous>
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang