CRAN Package Check Results for Package R2GUESS

Last updated on 2018-05-09 22:48:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7 45.53 121.92 167.45 ERROR
r-devel-linux-x86_64-debian-gcc 1.7 36.71 94.38 131.09 ERROR
r-devel-linux-x86_64-fedora-clang 1.7 224.33 NOTE
r-devel-linux-x86_64-fedora-gcc 1.7 201.09 NOTE
r-devel-windows-ix86+x86_64 1.7 89.00 176.00 265.00 NOTE
r-patched-linux-x86_64 1.7 44.09 98.82 142.91 ERROR
r-patched-solaris-x86 1.7 283.00 OK
r-release-linux-x86_64 1.7 43.56 100.25 143.81 ERROR
r-release-windows-ix86+x86_64 1.7 89.00 176.00 265.00 NOTE
r-release-osx-x86_64 1.7 OK
r-oldrel-windows-ix86+x86_64 1.7 116.00 165.00 281.00 NOTE
r-oldrel-osx-x86_64 1.7 OK

Check Details

Version: 1.7
Check: examples
Result: ERROR
    Running examples in ‘R2GUESS-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: as.ESS.object
    > ### Title: Compiles the main input and output files from a previous run of
    > ### 'R2GUESS' and creates an ESS object.
    > ### Aliases: as.ESS.object
    >
    > ### ** Examples
    >
    > dataX <- "data-X-C-CODE.txt"
    > dataY <- "data-Y-ALL-C-CODE.txt"
    >
    > path.input <- system.file("Input", package="R2GUESS")
    > path.output <- system.file("Output", package="R2GUESS")
    > path.par <- system.file("extdata", package="R2GUESS")
    > file.par <- "Par_file_example_Hopx.xml"
    > root.file.output <- "Example-GUESS-Y-Hopx"
    > label.Y <- c("ADR","Fat","Heart","Kidney")
    > my.env <- new.env()
    > data(MAP.file,envir=my.env)
    > MAP.file <- my.env$MAP.file
    > modelY_Hopx <-as.ESS.object(dataY=dataY,dataX=dataX,path.input=path.input,
    + path.output=path.output,root.file.output=root.file.output,label.X=NULL,
    + label.Y=label.Y,path.par=path.par,file.par=file.par,MAP.file=MAP.file)
    Warning in gzfile(file, "wb") :
     cannot open compressed file '/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/R2GUESS/Output/Example-GUESS-Y-Hopx_output_best_visited_models.RData', probable reason 'Read-only file system'
    Error in gzfile(file, "wb") : cannot open the connection
    Calls: as.ESS.object -> get.best.models -> save -> gzfile
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.7
Check: examples
Result: ERROR
    Running examples in ‘R2GUESS-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: as.ESS.object
    > ### Title: Compiles the main input and output files from a previous run of
    > ### 'R2GUESS' and creates an ESS object.
    > ### Aliases: as.ESS.object
    >
    > ### ** Examples
    >
    > dataX <- "data-X-C-CODE.txt"
    > dataY <- "data-Y-ALL-C-CODE.txt"
    >
    > path.input <- system.file("Input", package="R2GUESS")
    > path.output <- system.file("Output", package="R2GUESS")
    > path.par <- system.file("extdata", package="R2GUESS")
    > file.par <- "Par_file_example_Hopx.xml"
    > root.file.output <- "Example-GUESS-Y-Hopx"
    > label.Y <- c("ADR","Fat","Heart","Kidney")
    > my.env <- new.env()
    > data(MAP.file,envir=my.env)
    > MAP.file <- my.env$MAP.file
    > modelY_Hopx <-as.ESS.object(dataY=dataY,dataX=dataX,path.input=path.input,
    + path.output=path.output,root.file.output=root.file.output,label.X=NULL,
    + label.Y=label.Y,path.par=path.par,file.par=file.par,MAP.file=MAP.file)
    Warning in gzfile(file, "wb") :
     cannot open compressed file '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/R2GUESS/Output/Example-GUESS-Y-Hopx_output_best_visited_models.RData', probable reason 'Read-only file system'
    Error in gzfile(file, "wb") : cannot open the connection
    Calls: as.ESS.object -> get.best.models -> save -> gzfile
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.7
Check: installed package size
Result: NOTE
     installed size is 5.5Mb
     sub-directories of 1Mb or more:
     Output 2.2Mb
     bin 2.9Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.7
Check: examples
Result: ERROR
    Running examples in ‘R2GUESS-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: as.ESS.object
    > ### Title: Compiles the main input and output files from a previous run of
    > ### 'R2GUESS' and creates an ESS object.
    > ### Aliases: as.ESS.object
    >
    > ### ** Examples
    >
    > dataX <- "data-X-C-CODE.txt"
    > dataY <- "data-Y-ALL-C-CODE.txt"
    >
    > path.input <- system.file("Input", package="R2GUESS")
    > path.output <- system.file("Output", package="R2GUESS")
    > path.par <- system.file("extdata", package="R2GUESS")
    > file.par <- "Par_file_example_Hopx.xml"
    > root.file.output <- "Example-GUESS-Y-Hopx"
    > label.Y <- c("ADR","Fat","Heart","Kidney")
    > my.env <- new.env()
    > data(MAP.file,envir=my.env)
    > MAP.file <- my.env$MAP.file
    > modelY_Hopx <-as.ESS.object(dataY=dataY,dataX=dataX,path.input=path.input,
    + path.output=path.output,root.file.output=root.file.output,label.X=NULL,
    + label.Y=label.Y,path.par=path.par,file.par=file.par,MAP.file=MAP.file)
    Warning in gzfile(file, "wb") :
     cannot open compressed file '/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/R2GUESS/Output/Example-GUESS-Y-Hopx_output_best_visited_models.RData', probable reason 'Read-only file system'
    Error in gzfile(file, "wb") : cannot open the connection
    Calls: as.ESS.object -> get.best.models -> save -> gzfile
    Execution halted
Flavor: r-patched-linux-x86_64

Version: 1.7
Check: examples
Result: ERROR
    Running examples in ‘R2GUESS-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: as.ESS.object
    > ### Title: Compiles the main input and output files from a previous run of
    > ### 'R2GUESS' and creates an ESS object.
    > ### Aliases: as.ESS.object
    >
    > ### ** Examples
    >
    > dataX <- "data-X-C-CODE.txt"
    > dataY <- "data-Y-ALL-C-CODE.txt"
    >
    > path.input <- system.file("Input", package="R2GUESS")
    > path.output <- system.file("Output", package="R2GUESS")
    > path.par <- system.file("extdata", package="R2GUESS")
    > file.par <- "Par_file_example_Hopx.xml"
    > root.file.output <- "Example-GUESS-Y-Hopx"
    > label.Y <- c("ADR","Fat","Heart","Kidney")
    > my.env <- new.env()
    > data(MAP.file,envir=my.env)
    > MAP.file <- my.env$MAP.file
    > modelY_Hopx <-as.ESS.object(dataY=dataY,dataX=dataX,path.input=path.input,
    + path.output=path.output,root.file.output=root.file.output,label.X=NULL,
    + label.Y=label.Y,path.par=path.par,file.par=file.par,MAP.file=MAP.file)
    Warning in gzfile(file, "wb") :
     cannot open compressed file '/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/R2GUESS/Output/Example-GUESS-Y-Hopx_output_best_visited_models.RData', probable reason 'Read-only file system'
    Error in gzfile(file, "wb") : cannot open the connection
    Calls: as.ESS.object -> get.best.models -> save -> gzfile
    Execution halted
Flavor: r-release-linux-x86_64