Last updated on 2020-08-07 01:49:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.1 | 15.77 | 24.26 | 40.03 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.3.1 | 11.97 | 18.59 | 30.56 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.3.1 | 66.17 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.1 | 49.56 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.3.1 | 76.00 | 56.00 | 132.00 | OK | |
r-patched-linux-x86_64 | 0.3.1 | 12.77 | 23.50 | 36.27 | NOTE | |
r-patched-solaris-x86 | 0.3.1 | 73.60 | ERROR | |||
r-release-linux-x86_64 | 0.3.1 | 12.38 | 23.44 | 35.82 | NOTE | |
r-release-macos-x86_64 | 0.3.1 | OK | ||||
r-release-windows-ix86+x86_64 | 0.3.1 | 76.00 | 74.00 | 150.00 | OK | |
r-oldrel-macos-x86_64 | 0.3.1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.3.1 | 55.00 | 54.00 | 109.00 | OK |
Version: 0.3.1
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'example.llo'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 0.3.1
Check: tests
Result: ERROR
Running ‘config.R’
Running ‘testthat.R’
Running the tests in ‘tests/config.R’ failed.
Complete output:
> mac_dir <- "~/Documents/Rtest/"
> win_dir <- "C:/Rtest"
> linux_dir <- "~/Documents/Rtest"
>
> switch(Sys.info()['sysname'],
+ "Darwin" = {working_dir <- mac_dir},
+ "Windows" = {working_dir <- win_dir},
+ "Linux" = {working_dir <- linux_dir})
>
> rds_file_name <- "./ranListSmall.rds"
> llo_file_name <- "./ranListSmall.llo"
> repeat_time <- 20
> original <- FALSE
> compress <- TRUE
>
> # rds_file_name <- "./ranListMid.rds"
> # llo_file_name <- "./ranListMid.llo"
> # repeat_time <- 20
> # original <- FALSE
> # compress <- TRUE
>
> options(list(largeList.report.progress = FALSE))
>
> if (dir.exists(working_dir)) {
+ setwd(working_dir)
+ if (file.exists(rds_file_name)) {
+ library(futile.logger)
+ ready_to_test <- TRUE
+ } else {
+ ready_to_test <- FALSE
+ }
+ } else {
+ ready_to_test <- FALSE
+ }
Error in dir.exists(working_dir) : object 'working_dir' not found
Execution halted
Flavor: r-patched-solaris-x86