CRAN Package Check Results for Maintainer ‘Yuchun Zhang <yczhangvrc at gmail.com>’

Last updated on 2020-08-07 01:50:36 CEST.

Package ERROR NOTE OK
largeList 1 6 5

Package largeList

Current CRAN status: ERROR: 1, NOTE: 6, OK: 5

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