CRAN Package Check Results for Package forega

Last updated on 2018-04-16 13:47:03 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.3 23.55 39.18 62.73 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.3 21.05 31.17 52.22 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.3 98.98 OK
r-devel-linux-x86_64-fedora-gcc 1.0.3 77.06 ERROR
r-devel-windows-ix86+x86_64 1.0.3 73.00 127.00 200.00 ERROR
r-devel-osx-x86_64 1.0.3 ERROR
r-patched-linux-x86_64 1.0.3 27.26 38.65 65.91 ERROR
r-patched-solaris-x86 1.0.3 117.00 OK
r-release-linux-x86_64 1.0.3 28.29 41.53 69.82 ERROR
r-release-windows-ix86+x86_64 1.0.3 74.00 130.00 204.00 ERROR
r-release-osx-x86_64 1.0.3 OK
r-oldrel-windows-ix86+x86_64 1.0.3 1.00 5.00 6.00 ERROR

Check Details

Version: 1.0.3
Check: examples
Result: ERROR
    Running examples in ‘forega-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: ForecastArima
    > ### Title: Floating-Point Genetic Algorithms with Statistical Forecast
    > ### Based Inheritance Operator
    > ### Aliases: ForecastArima
    > ### Keywords: methods
    >
    > ### ** Examples
    >
    >
    > # Required package forega
    > require("forega")
    >
    > set.seed(12345)
    >
    > # This function has the global minimum at x_1 = pi and x_2 = exp(1)
    > f <- function (x){
    + return( (x[1]-pi)^2 + (x[2]-2.71828)^2 )
    + }
    >
    > # Performing a floating-point genetic algorithm search with forecast probability of 0.10
    > res <- forecasting_ga(evalFunc=f, chsize=2, minv=rep(-10.0,2),
    + maxv=rep(10.0,2), crossprob=0.80, mutationprob=0.01,
    + popsize=100, maxiter=1000, MinimumForecastLength=20,
    + ForecastFunction=ForecastArima, elitism=2, forecastprob=0.01)
    Error in forecasting_ga(evalFunc = f, chsize = 2, minv = rep(-10, 2), :
     Evaluation error: only replacement of elements is allowed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 1.0.3
Check: examples
Result: ERROR
    Running examples in ‘forega-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: ForecastArima
    > ### Title: Floating-Point Genetic Algorithms with Statistical Forecast
    > ### Based Inheritance Operator
    > ### Aliases: ForecastArima
    > ### Keywords: methods
    >
    > ### ** Examples
    >
    >
    > # Required package forega
    > require("forega")
    >
    > set.seed(12345)
    >
    > # This function has the global minimum at x_1 = pi and x_2 = exp(1)
    > f <- function (x){
    + return( (x[1]-pi)^2 + (x[2]-2.71828)^2 )
    + }
    >
    > # Performing a floating-point genetic algorithm search with forecast probability of 0.10
    > res <- forecasting_ga(evalFunc=f, chsize=2, minv=rep(-10.0,2),
    + maxv=rep(10.0,2), crossprob=0.80, mutationprob=0.01,
    + popsize=100, maxiter=1000, MinimumForecastLength=20,
    + ForecastFunction=ForecastArima, elitism=2, forecastprob=0.01)
    Error in forecasting_ga(evalFunc = f, chsize = 2, minv = rep(-10, 2), :
     Evaluation error: only replacement of elements is allowed.
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64

Version: 1.0.3
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'forega-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: ForecastArima
    > ### Title: Floating-Point Genetic Algorithms with Statistical Forecast
    > ### Based Inheritance Operator
    > ### Aliases: ForecastArima
    > ### Keywords: methods
    >
    > ### ** Examples
    >
    >
    > # Required package forega
    > require("forega")
    >
    > set.seed(12345)
    >
    > # This function has the global minimum at x_1 = pi and x_2 = exp(1)
    > f <- function (x){
    + return( (x[1]-pi)^2 + (x[2]-2.71828)^2 )
    + }
    >
    > # Performing a floating-point genetic algorithm search with forecast probability of 0.10
    > res <- forecasting_ga(evalFunc=f, chsize=2, minv=rep(-10.0,2),
    + maxv=rep(10.0,2), crossprob=0.80, mutationprob=0.01,
    + popsize=100, maxiter=1000, MinimumForecastLength=20,
    + ForecastFunction=ForecastArima, elitism=2, forecastprob=0.01)
    Error in forecasting_ga(evalFunc = f, chsize = 2, minv = rep(-10, 2), :
     Evaluation error: only replacement of elements is allowed.
    Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 1.0.3
Check: examples
Result: ERROR
    Running examples in ‘forega-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: ForecastArima
    > ### Title: Floating-Point Genetic Algorithms with Statistical Forecast
    > ### Based Inheritance Operator
    > ### Aliases: ForecastArima
    > ### Keywords: methods
    >
    > ### ** Examples
    >
    >
    > # Required package forega
    > require("forega")
    >
    > set.seed(12345)
    >
    > # This function has the global minimum at x_1 = pi and x_2 = exp(1)
    > f <- function (x){
    + return( (x[1]-pi)^2 + (x[2]-2.71828)^2 )
    + }
    >
    > # Performing a floating-point genetic algorithm search with forecast probability of 0.10
    > res <- forecasting_ga(evalFunc=f, chsize=2, minv=rep(-10.0,2),
    + maxv=rep(10.0,2), crossprob=0.80, mutationprob=0.01,
    + popsize=100, maxiter=1000, MinimumForecastLength=20,
    + ForecastFunction=ForecastArima, elitism=2, forecastprob=0.01)
    Error in forecasting_ga(evalFunc = f, chsize = 2, minv = rep(-10, 2), :
     Evaluation error: only replacement of elements is allowed.
    Calls: forecasting_ga -> .Call
    Execution halted
Flavor: r-release-linux-x86_64

Version: 1.0.3
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'forega-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: ForecastArima
    > ### Title: Floating-Point Genetic Algorithms with Statistical Forecast
    > ### Based Inheritance Operator
    > ### Aliases: ForecastArima
    > ### Keywords: methods
    >
    > ### ** Examples
    >
    >
    > # Required package forega
    > require("forega")
    >
    > set.seed(12345)
    >
    > # This function has the global minimum at x_1 = pi and x_2 = exp(1)
    > f <- function (x){
    + return( (x[1]-pi)^2 + (x[2]-2.71828)^2 )
    + }
    >
    > # Performing a floating-point genetic algorithm search with forecast probability of 0.10
    > res <- forecasting_ga(evalFunc=f, chsize=2, minv=rep(-10.0,2),
    + maxv=rep(10.0,2), crossprob=0.80, mutationprob=0.01,
    + popsize=100, maxiter=1000, MinimumForecastLength=20,
    + ForecastFunction=ForecastArima, elitism=2, forecastprob=0.01)
    Error in forecasting_ga(evalFunc = f, chsize = 2, minv = rep(-10, 2), :
     Evaluation error: only replacement of elements is allowed.
    Calls: forecasting_ga -> .Call
    Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 1.0.3
Check: package dependencies
Result: ERROR
    Package required but not available: 'forecast'
    
    See section 'The DESCRIPTION file' in the 'Writing R Extensions'
    manual.
Flavor: r-oldrel-windows-ix86+x86_64