CRAN Package Check Results for Package subrank

Last updated on 2023-04-05 10:51:36 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.9.2 4.71 22.49 27.20 ERROR
r-devel-linux-x86_64-debian-gcc 0.9.9.2 4.15 17.90 22.05 ERROR
r-devel-linux-x86_64-fedora-clang 0.9.9.2 37.75 ERROR
r-devel-linux-x86_64-fedora-gcc 0.9.9.2 35.19 ERROR
r-patched-linux-x86_64 0.9.9.2 4.76 22.20 26.96 ERROR
r-release-linux-x86_64 0.9.9.2 4.09 25.88 29.97 OK
r-release-macos-arm64 0.9.9.2 19.00 OK
r-release-macos-x86_64 0.9.9.2 26.00 OK
r-release-windows-x86_64 0.9.9.2 23.00 53.00 76.00 OK
r-oldrel-macos-arm64 0.9.9.2 17.00 OK
r-oldrel-macos-x86_64 0.9.9.2 32.00 OK
r-oldrel-windows-ix86+x86_64 0.9.9.2 18.00 54.00 72.00 OK

Check Details

Version: 0.9.9.2
Check: examples
Result: ERROR
    Running examples in ‘subrank-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: corc
    > ### Title: Function to estimate copula using ranks and sub-sampling
    > ### Aliases: corc
    >
    > ### ** Examples
    >
    > lon <- 30
    > a <- 2
    > x <- rnorm(lon)
    > y = a*x^2+rnorm(lon)
    > datatable = as.data.frame(cbind(x,y))
    > c=corc(datatable,c("x","y"),8)
    Error in corc0(obs, nnm, dimension, subsampsize, nboot, u, mixties, nthreads = nthreads) :
     DLL requires the use of native symbols
    Calls: corc -> corc0
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 0.9.9.2
Check: examples
Result: ERROR
    Running examples in ‘subrank-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: corc
    > ### Title: Function to estimate copula using ranks and sub-sampling
    > ### Aliases: corc
    >
    > ### ** Examples
    >
    > lon <- 30
    > a <- 2
    > x <- rnorm(lon)
    > y = a*x^2+rnorm(lon)
    > datatable = as.data.frame(cbind(x,y))
    > c=corc(datatable,c("x","y"),8)
    Error in corc0(obs, nnm, dimension, subsampsize, nboot, u, mixties, nthreads = nthreads) :
     DLL requires the use of native symbols
    Calls: corc -> corc0
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc