CRAN Package Check Results for Maintainer ‘Norm Matloff <normmatloff at gmail.com>’

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

Package ERROR NOTE OK
cdparcoord 12
DES 12
freqparcoord 12
matpow 12
partools 7 5
Rdsm 1 8

Package cdparcoord

Current CRAN status: OK: 12

Package DES

Current CRAN status: OK: 12

Package freqparcoord

Current CRAN status: OK: 12

Package matpow

Current CRAN status: NOTE: 12

Version: 0.1.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: 'gputools'
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.1.1
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'bigmemory' in package code.
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' in the 'Writing R Extensions' manual.
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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Package partools

Current CRAN status: NOTE: 7, OK: 5

Version: 1.1.6
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'co2' 'co2.1' 'co2.2' 'co2s.1' 'co2s.2' 'ctm.1' 'ctm.2' 'm' 'm.1'
     'm.2' 'test' 'test.1' 'test.2' 'testa.1' 'testa.2' 'xfile.1'
     'xfile.2'
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

Package Rdsm

Current CRAN status: ERROR: 1, NOTE: 8

Version: 2.1.1
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'synchronicity' in package code.
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' in the 'Writing R Extensions' manual.
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, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 2.1.1
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'a.desc' 'b.desc' 'barrnumleft.desc' 'barrsense.desc' 'c.desc'
     'm.desc' 'u.desc' 'x' 'x.desc'
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: 2.1.1
Check: examples
Result: ERROR
    Running examples in ‘Rdsm-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: readsync
    > ### Title: Syncing file-backed variables.
    > ### Aliases: readsync writesync
    >
    > ### ** Examples
    >
    > library(parallel)
    > c2 <- makeCluster(2)
    > mgrinit(c2)
    Warning in for (v in val) { :
     closing unused connection 6 (<-localhost:11715)
    Warning in for (v in val) { :
     closing unused connection 5 (<-localhost:11715)
    [[1]]
    [1] 0
    
    [[2]]
    [1] 0
    
    > mgrmakevar(c2,"x",1,1,fs=TRUE)
    Error in bigmemory::filebacked.big.matrix(nrow = nr, ncol = nc, type = vartype, :
     Backing file already exists! Either remove or specify
     different backing file
    Calls: mgrmakevar -> <Anonymous>
    Execution halted
Flavor: r-oldrel-macos-x86_64