CRAN Package Check Results for Package phaseR

Last updated on 2019-09-08 18:48:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0 ERROR
r-devel-linux-x86_64-debian-gcc 2.0 3.32 43.86 47.18 ERROR
r-devel-linux-x86_64-fedora-clang 2.0 72.09 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0 72.47 ERROR
r-devel-windows-ix86+x86_64 2.0 12.00 83.00 95.00 OK
r-patched-linux-x86_64 2.0 3.64 92.17 95.81 OK
r-patched-solaris-x86 2.0 120.10 OK
r-release-linux-x86_64 2.0 4.05 92.33 96.38 OK
r-release-windows-ix86+x86_64 2.0 7.00 85.00 92.00 OK
r-release-osx-x86_64 2.0 OK
r-oldrel-windows-ix86+x86_64 2.0 8.00 87.00 95.00 OK
r-oldrel-osx-x86_64 2.0 OK

Check Details

Version: 2.0
Check: examples
Result: ERROR
    Running examples in 'phaseR-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: example11
    > ### Title: Example ODE System 11
    > ### Aliases: example11
    >
    > ### ** Examples
    >
    > # Plot the velocity field, nullclines and several trajectories
    > example11.flowField <- flowField(example11,
    + xlim = c(-5, 5),
    + ylim = c(-5, 5),
    + points = 21,
    + add = FALSE)
    > y0 <- matrix(c(4, 4, -1, -1,
    + -2, 1, 1, -1), 4, 2,
    + byrow = TRUE)
    > example11.nullclines <- nullclines(example11,
    + xlim = c(-5, 5),
    + ylim = c(-5, 5),
    + points = 200)
    > example11.trajectory <- trajectory(example11,
    + y0 = y0,
    + tlim = c(0, 10))
    Note: col has been reset as required
    > example11.manifolds <- drawManifolds(example11,
    + y0 = c(1, 1),
    + tend = 1000,
    + col = c("green", "red"),
    + add.legend = TRUE)
    DINTDY- T (=R1) illegal
    In above message, R1 = -376.9
    
     T not in interval TCUR - HU (= R1) to TCUR (=R2)
    In above message, R1 = -376.731, R2 = -376.831
    
    DLSODA- Trouble in DINTDY. ITASK = I1, TOUT = R1
    In above message, I1 = 1
    
    In above message, R1 = -376.9
    
    Error in lsoda(y, times, func, parms, ...) :
     illegal input detected before taking any integration steps - see written message
    Calls: drawManifolds -> ode -> lsoda
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.0
Check: examples
Result: ERROR
    Running examples in ‘phaseR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: example11
    > ### Title: Example ODE System 11
    > ### Aliases: example11
    >
    > ### ** Examples
    >
    > # Plot the velocity field, nullclines and several trajectories
    > example11.flowField <- flowField(example11,
    + xlim = c(-5, 5),
    + ylim = c(-5, 5),
    + points = 21,
    + add = FALSE)
    > y0 <- matrix(c(4, 4, -1, -1,
    + -2, 1, 1, -1), 4, 2,
    + byrow = TRUE)
    > example11.nullclines <- nullclines(example11,
    + xlim = c(-5, 5),
    + ylim = c(-5, 5),
    + points = 200)
    > example11.trajectory <- trajectory(example11,
    + y0 = y0,
    + tlim = c(0, 10))
    Note: col has been reset as required
    > example11.manifolds <- drawManifolds(example11,
    + y0 = c(1, 1),
    + tend = 1000,
    + col = c("green", "red"),
    + add.legend = TRUE)
    DINTDY- T (=R1) illegal
    In above message, R1 = -376.9
    
     T not in interval TCUR - HU (= R1) to TCUR (=R2)
    In above message, R1 = -376.731, R2 = -376.831
    
    DLSODA- Trouble in DINTDY. ITASK = I1, TOUT = R1
    In above message, I1 = 1
    
    In above message, R1 = -376.9
    
    Error in lsoda(y, times, func, parms, ...) :
     illegal input detected before taking any integration steps - see written message
    Calls: drawManifolds -> ode -> lsoda
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc