CRAN Package Check Results for Package nlsrk

Last updated on 2022-04-27 12:55:11 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 2.41 41.62 44.03 OK
r-devel-linux-x86_64-debian-gcc 1.1 1.98 31.80 33.78 OK
r-devel-linux-x86_64-fedora-clang 1.1 45.70 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1 44.47 ERROR
r-devel-windows-x86_64 1.1 17.00 53.00 70.00 OK
r-patched-linux-x86_64 1.1 2.43 40.66 43.09 OK
r-release-linux-x86_64 1.1 2.63 40.94 43.57 OK
r-release-macos-arm64 1.1 20.00 OK
r-release-macos-x86_64 1.1 31.00 OK
r-release-windows-x86_64 1.1 8.00 54.00 62.00 OK
r-oldrel-macos-arm64 1.1 19.00 OK
r-oldrel-macos-x86_64 1.1 28.00 OK
r-oldrel-windows-ix86+x86_64 1.1 6.00 36.00 42.00 OK

Check Details

Version: 1.1
Check: examples
Result: ERROR
    Running examples in ‘nlsrk-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: evrunge
    > ### Title: Numerical Runge-Kutta Solver (multi point, multivariate)
    > ### Aliases: evrunge
    > ### Keywords: nonlinear
    >
    > ### ** Examples
    >
    > ##
    > ## example 1 : solving and plotting the system sys provided in the package
    > ##
    > data(syslin.don)
    > syslin<-prepare(syslin.don)
    > evrunge(t=c(1:30),param=c(1,1),y0=c(1000,0),sys=sys,graph=TRUE)
    Error in v == c(0, 1) || v == c(0) :
     'length = 2' in coercion to 'logical(1)'
    Calls: evrunge
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc