CRAN Package Check Results for Maintainer ‘Gábor Csárdi <csardi.gabor at gmail.com>’

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

Package ERROR WARN NOTE OK
asciicast 12
callr 12
cleancall 12
cli 1 11
cliapp 12
clisymbols 12
cranlike 12
cranlogs 12
crayon 12
debugme 12
desc 12
disposables 12
dotenv 12
filelock 12
franc 12
gh 12
igraph 2 6 4
igraphdata 12
isa2 12
keypress 12
keyring 2 10
liteq 12
lpSolve 12
pak 1 1 10
parsedate 12
pingr 12
pkgcache 1 11
pkgconfig 12
pkgsearch 12
praise 12
presser 1 11
prettycode 12
prettyunits 12
processx 1 11
progress 12
ps 12
rcmdcheck 1 11
rcorpora 7 5
rematch2 1 11
rhub 12
rversions 12
sankey 12
secret 12
sessioninfo 12
showimage 12
tracer 12
webdriver 12
whoami 12
xmlparsedata 12
xopen 12
zip 1 11

Package asciicast

Current CRAN status: OK: 12

Package callr

Current CRAN status: OK: 12

Package cleancall

Current CRAN status: OK: 12

Package cli

Current CRAN status: WARN: 1, OK: 11

Version: 2.0.2
Check: for unstated dependencies in ‘tests’
Result: WARN
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
Flavor: r-patched-solaris-x86

Package cliapp

Current CRAN status: OK: 12

Package clisymbols

Current CRAN status: OK: 12

Package cranlike

Current CRAN status: OK: 12

Package cranlogs

Current CRAN status: OK: 12

Package crayon

Current CRAN status: OK: 12

Package debugme

Current CRAN status: OK: 12

Package desc

Current CRAN status: OK: 12

Package disposables

Current CRAN status: OK: 12

Package dotenv

Current CRAN status: OK: 12

Package filelock

Current CRAN status: OK: 12

Package franc

Current CRAN status: OK: 12

Package gh

Current CRAN status: OK: 12

Package igraph

Current CRAN status: WARN: 2, NOTE: 6, OK: 4

Version: 1.2.5
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     ./vector.pmt:246:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
     ./vector.pmt:259:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang

Version: 1.2.5
Check: installed package size
Result: NOTE
     installed size is 17.4Mb
     sub-directories of 1Mb or more:
     R 1.4Mb
     help 1.1Mb
     libs 14.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 1.2.5
Check: dependencies in R code
Result: NOTE
    No protocol specified
    No protocol specified
Flavor: r-oldrel-macos-x86_64

Package igraphdata

Current CRAN status: OK: 12

Package isa2

Current CRAN status: OK: 12

Package keypress

Current CRAN status: OK: 12

Package keyring

Current CRAN status: NOTE: 2, OK: 10

Version: 1.1.0
Check: top-level files
Result: NOTE
    ‘configure’: /bin/bash is not portable
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package liteq

Current CRAN status: OK: 12

Package lpSolve

Current CRAN status: OK: 12

Additional issues

clang-UBSAN

Package pak

Current CRAN status: ERROR: 1, NOTE: 1, OK: 10

Version: 0.1.2
Check: package dependencies
Result: NOTE
    Imports includes 21 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.1.2
Check: tests
Result: ERROR
     Running 'test-pkgdepends.R' [28s]
     Running 'test-pkginstall.R' [0s]
     Running 'testthat.R' [17s]
    Running the tests in 'tests/test-pkgdepends.R' failed.
    Complete output:
     >
     > do <- function() {
     + old <- Sys.getenv("R_PKG_CACHE_DIR", NA_character_)
     + if (is.na(old)) {
     + on.exit(Sys.unsetenv("R_PKG_CACHE_DIR"), add = TRUE)
     + } else {
     + on.exit(Sys.setenv("R_PKG_CACHE_DIR" = old), add = TRUE)
     + }
     + Sys.setenv("R_PKG_CACHE_DIR" = tempfile())
     +
     + if (file.exists("pkgdepends")) {
     + library(testthat)
     + library(pak)
     + test <- function() {
     + package <- "pak"
     + env_test <- asNamespace("testthat")$env_test
     + env_test$in_test <- TRUE
     + env_test$package <- package
     + on.exit({
     + env_test$in_test <- FALSE
     + env_test$package <- NULL
     + }, add = TRUE)
     + test_path <- "pkgdepends"
     + asNamespace("testthat")$test_package_dir(
     + package = package, test_path = test_path,
     + filter = NULL, reporter = "check")
     + }
     + test()
     + }
     + }
     >
     > do()
     -- 1. Error: dependencies are honoured (@test-resolution.R#291) ---------------
     Wrong entry types: `filesize (double, expected integer)`
     Backtrace:
     1. asNamespace("pkgcache")$synchronise(do("cran::dplyr", FALSE))
    
     == testthat results ===========================================================
     [ OK: 675 | SKIPPED: 32 | WARNINGS: 0 | FAILED: 1 ]
     1. Error: dependencies are honoured (@test-resolution.R#291)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Package parsedate

Current CRAN status: OK: 12

Package pingr

Current CRAN status: OK: 12

Package pkgcache

Current CRAN status: ERROR: 1, OK: 11

Version: 1.1.0
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘presser’
Flavor: r-oldrel-macos-x86_64

Version: 1.1.0
Check: tests
Result: ERROR
     Running ‘test-async.R’ [11s/11s]
    Running the tests in ‘tests/test-async.R’ failed.
    Last 13 lines of output:
     utf8 1.1.4 2018-05-24 [2] CRAN (R 3.6.0)
     uuid 0.1-4 2020-02-26 [2] CRAN (R 3.6.0)
     vctrs 0.3.2 2020-07-15 [2] CRAN (R 3.6.2)
     withr 2.2.0 2020-04-20 [2] CRAN (R 3.6.2)
     yaml 2.2.1 2020-02-01 [2] CRAN (R 3.6.0)
    
     [1] /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/results/3.6/pkgcache.Rcheck
     [2] /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/Rlib/3.6
     [3] /Volumes/SSD-Data/Builds/R-dev-web/QA/Simon/packages/el-capitan-x86_64/extralib/3.6
     [4] /Library/Frameworks/R.framework/Versions/3.6/Resources/library
    
     R ── Package was removed from disk.
     Error in loadNamespace(name) : there is no package called 'presser'
     Calls: test ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
     Execution halted
Flavor: r-oldrel-macos-x86_64

Package pkgconfig

Current CRAN status: OK: 12

Package pkgsearch

Current CRAN status: OK: 12

Package praise

Current CRAN status: OK: 12

Package presser

Current CRAN status: ERROR: 1, OK: 11

Version: 1.1.0
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-macos-x86_64

Package prettycode

Current CRAN status: OK: 12

Package prettyunits

Current CRAN status: OK: 12

Package processx

Current CRAN status: WARN: 1, OK: 11

Version: 3.4.3
Check: for unstated dependencies in ‘tests’
Result: WARN
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
Flavor: r-patched-solaris-x86

Package progress

Current CRAN status: OK: 12

Package ps

Current CRAN status: OK: 12

Package rcmdcheck

Current CRAN status: NOTE: 1, OK: 11

Version: 1.3.3
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘processx’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Package rcorpora

Current CRAN status: NOTE: 7, OK: 5

Version: 2.0.0
Check: installed package size
Result: NOTE
     installed size is 7.8Mb
     sub-directories of 1Mb or more:
     corpora 7.6Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package rematch2

Current CRAN status: NOTE: 1, OK: 11

Version: 2.1.2
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘magrittr’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Package rhub

Current CRAN status: OK: 12

Package rversions

Current CRAN status: OK: 12

Package sankey

Current CRAN status: OK: 12

Package secret

Current CRAN status: OK: 12

Package sessioninfo

Current CRAN status: OK: 12

Package showimage

Current CRAN status: OK: 12

Package tracer

Current CRAN status: OK: 12

Package webdriver

Current CRAN status: OK: 12

Package whoami

Current CRAN status: OK: 12

Package xmlparsedata

Current CRAN status: OK: 12

Package xopen

Current CRAN status: OK: 12

Package zip

Current CRAN status: ERROR: 1, OK: 11

Version: 2.0.4
Check: running examples for arch ‘i386’
Result: ERROR
    Running examples in 'zip-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: zip_process
    > ### Title: Class for an external zip process
    > ### Aliases: zip_process
    >
    > ### ** Examples
    >
    > dir.create(tmp <- tempfile())
    > write.table(iris, file = file.path(tmp, "iris.ssv"))
    > zipfile <- tempfile(fileext = ".zip")
    > zp <- zip_process()$new(zipfile, tmp)
    > zp$wait()
    > zp$get_exit_status()
    [1] 10
    > zip_list(zipfile)
    Warning in normalizePath(path.expand(path), winslash, mustWork) :
     path[1]="D:\temp\RtmpGCCfeZ\file284104263448f.zip": Das System kann die angegebene Datei nicht finden
    Error in zip_list(zipfile) :
     Cannot open zip file `D:\temp\RtmpGCCfeZ\file284104263448f.zip`
    Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 2.0.4
Check: running examples for arch ‘x64’
Result: ERROR
    Running examples in 'zip-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: zip_process
    > ### Title: Class for an external zip process
    > ### Aliases: zip_process
    >
    > ### ** Examples
    >
    > dir.create(tmp <- tempfile())
    > write.table(iris, file = file.path(tmp, "iris.ssv"))
    > zipfile <- tempfile(fileext = ".zip")
    > zp <- zip_process()$new(zipfile, tmp)
    > zp$wait()
    > zp$get_exit_status()
    [1] 10
    > zip_list(zipfile)
    Warning in normalizePath(path.expand(path), winslash, mustWork) :
     path[1]="D:\temp\RtmpSOLQTk\file46307c6d521d.zip": Das System kann die angegebene Datei nicht finden
    Error in zip_list(zipfile) :
     Cannot open zip file `D:\temp\RtmpSOLQTk\file46307c6d521d.zip`
    Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 2.0.4
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(zip)
    
     Attaching package: 'zip'
    
     The following objects are masked from 'package:utils':
    
     unzip, zip
    
     >
     > test_check("zip")
     -- 1. Failure: zip_process (@test-zip-process.R#12) ---------------------------
     p$get_exit_status() not equal to 0L.
     1/1 mismatches
     [1] 10 - 0 == 10
    
     -- 2. Error: zip_process (@test-zip-process.R#13) -----------------------------
     Cannot open zip file `D:\temp\RtmpWG8cLF\test-file-1a1404fa474df.zip`
     Backtrace:
     1. testthat::expect_equal(zip_list(z$zip), zip_list(zip2))
     4. zip::zip_list(zip2)
    
     -- 3. Failure: can omit directories (@test-zip-process.R#24) ------------------
     p$get_exit_status() not equal to 0L.
     1/1 mismatches
     [1] 10 - 0 == 10
    
     -- 4. Error: can omit directories (@test-zip-process.R#25) --------------------
     Cannot open zip file `D:\temp\RtmpWG8cLF\test-file-1a140172b4aa9.zip`
     Backtrace:
     1. testthat::expect_equal(zip_list(z$zip), zip_list(zip2))
     4. zip::zip_list(zip2)
    
     == testthat results ===========================================================
     [ OK: 216 | SKIPPED: 5 | WARNINGS: 0 | FAILED: 4 ]
     1. Failure: zip_process (@test-zip-process.R#12)
     2. Error: zip_process (@test-zip-process.R#13)
     3. Failure: can omit directories (@test-zip-process.R#24)
     4. Error: can omit directories (@test-zip-process.R#25)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64

Version: 2.0.4
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [6s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(zip)
    
     Attaching package: 'zip'
    
     The following objects are masked from 'package:utils':
    
     unzip, zip
    
     >
     > test_check("zip")
     -- 1. Failure: zip_process (@test-zip-process.R#12) ---------------------------
     p$get_exit_status() not equal to 0L.
     1/1 mismatches
     [1] 10 - 0 == 10
    
     -- 2. Error: zip_process (@test-zip-process.R#13) -----------------------------
     Cannot open zip file `D:\temp\RtmpaEabk1\test-file-717c14e3e10.zip`
     Backtrace:
     1. testthat::expect_equal(zip_list(z$zip), zip_list(zip2))
     4. zip::zip_list(zip2)
    
     -- 3. Failure: can omit directories (@test-zip-process.R#24) ------------------
     p$get_exit_status() not equal to 0L.
     1/1 mismatches
     [1] 10 - 0 == 10
    
     -- 4. Error: can omit directories (@test-zip-process.R#25) --------------------
     Cannot open zip file `D:\temp\RtmpaEabk1\test-file-717c687b320a.zip`
     Backtrace:
     1. testthat::expect_equal(zip_list(z$zip), zip_list(zip2))
     4. zip::zip_list(zip2)
    
     == testthat results ===========================================================
     [ OK: 216 | SKIPPED: 5 | WARNINGS: 0 | FAILED: 4 ]
     1. Failure: zip_process (@test-zip-process.R#12)
     2. Error: zip_process (@test-zip-process.R#13)
     3. Failure: can omit directories (@test-zip-process.R#24)
     4. Error: can omit directories (@test-zip-process.R#25)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-windows-ix86+x86_64