CRAN Package Check Results for Package dsmodels

Last updated on 2020-03-29 15:50:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 ERROR
r-devel-linux-x86_64-debian-gcc 1.1.0 3.80 25.47 29.27 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.0 44.11 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1.0 43.35 ERROR
r-devel-windows-ix86+x86_64 1.1.0 11.00 45.00 56.00 ERROR
r-devel-windows-ix86+x86_64-gcc8 1.1.0 11.00 53.00 64.00 OK
r-patched-linux-x86_64 1.1.0 4.69 31.64 36.33 ERROR
r-patched-solaris-x86 1.1.0 67.70 ERROR
r-release-linux-x86_64 1.1.0 3.57 31.82 35.39 OK
r-release-windows-ix86+x86_64 1.1.0 13.00 67.00 80.00 OK
r-release-osx-x86_64 1.1.0 OK
r-oldrel-windows-ix86+x86_64 1.1.0 7.00 69.00 76.00 OK
r-oldrel-osx-x86_64 1.1.0 OK

Check Details

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in 'dsmodels-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: dscurve
    > ### Title: Parametric curves or a graph of functions
    > ### Aliases: dscurve
    >
    > ### ** Examples
    >
    > library(dsmodels)
    >
    > fun <- function(X,Y) {
    + list(
    + X/exp(Y),
    + Y/exp(X)
    + )
    + }
    >
    > model <- dsmodel(fun, title = "Points on a One-Dimensional Curve")
    > range <- dsrange(-2:2,-2:2, discretize = 0.5)
    >
    > # Add the graph of a function and its image in blue.
    > graphcrv <- dscurve(function(x) x^2,
    + col = "orange",
    + image = "blue",
    + discretize = TRUE,
    + xlim = c(-2,2))
    > model + range + graphcrv
    Error in -rid : invalid argument to unary operator
    Calls: +.dsproto ... <Anonymous> -> f -> <Anonymous> -> f -> <Anonymous> -> f
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 1.1.0
Check: examples
Result: ERROR
    Running examples in ‘dsmodels-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: dscurve
    > ### Title: Parametric curves or a graph of functions
    > ### Aliases: dscurve
    >
    > ### ** Examples
    >
    > library(dsmodels)
    >
    > fun <- function(X,Y) {
    + list(
    + X/exp(Y),
    + Y/exp(X)
    + )
    + }
    >
    > model <- dsmodel(fun, title = "Points on a One-Dimensional Curve")
    > range <- dsrange(-2:2,-2:2, discretize = 0.5)
    >
    > # Add the graph of a function and its image in blue.
    > graphcrv <- dscurve(function(x) x^2,
    + col = "orange",
    + image = "blue",
    + discretize = TRUE,
    + xlim = c(-2,2))
    > model + range + graphcrv
    Error in -rid : invalid argument to unary operator
    Calls: +.dsproto ... <Anonymous> -> f -> <Anonymous> -> f -> <Anonymous> -> f
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86