CRAN Package Check Results for Package rngtools

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.4 1.32 28.38 29.70 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.4 1.18 22.63 23.81 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.4 36.72 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2.4 35.27 NOTE
r-devel-windows-ix86+x86_64 1.2.4 4.00 68.00 72.00 NOTE
r-patched-linux-x86_64 1.2.4 1.63 26.97 28.60 ERROR
r-patched-solaris-x86 1.2.4 58.50 NOTE
r-release-linux-x86_64 1.2.4 1.69 27.03 28.72 ERROR
r-release-windows-ix86+x86_64 1.2.4 4.00 68.00 72.00 NOTE
r-release-osx-x86_64 1.2.4 NOTE
r-oldrel-windows-ix86+x86_64 1.2.4 4.00 47.00 51.00 NOTE
r-oldrel-osx-x86_64 1.2.4 WARN

Check Details

Version: 1.2.4
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to ‘parallel’ 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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.2.4
Check: R code for possible problems
Result: NOTE
    .collapse: no visible global function definition for ‘head’
    RNGinfo: no visible global function definition for ‘setNames’
    RNGlibs: no visible global function definition for ‘tail’
    RNGseq : <anonymous>: no visible global function definition for
     ‘nextRNGStream’
    RNGseq: no visible global function definition for ‘nextRNGStream’
    RNGseq_seed: no visible global function definition for ‘runif’
    RNGseq_seed: no visible global function definition for ‘nextRNGStream’
    checkRNG: no visible global function definition for ‘checkTrue’
    nextRNG: no visible global function definition for ‘runif’
    .setRNG,numeric: no visible global function definition for ‘runif’
    Undefined global functions or variables:
     checkTrue head nextRNGStream runif setNames tail
    Consider adding
     importFrom("stats", "runif", "setNames")
     importFrom("utils", "head", "tail")
    to your NAMESPACE file.
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-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘doRUnit.R’ [1s/1s]
    Running the tests in ‘tests/doRUnit.R’ failed.
    Complete output:
     > # Run all unit tests in installed directory unitTests
     > #
     > # Author: Renaud Gaujoux
     > ###############################################################################
     >
     > pkgmaker::utest('package:rngtools', quiet=FALSE)
     #########################
     Loading required package: pkgmaker
     Loading required package: registry
    
     Attaching package: 'pkgmaker'
    
     The following objects are masked from 'package:base':
    
     isFALSE, isNamespaceLoaded
    
     Running unit tests in: '/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rngtools/tests'
     Using unit test framework: RUnit
     Using RUnit framework provider: RUnit
     List of 6
     $ name : chr "package:rngtools"
     $ dirs : chr "/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rngtools/tests"
     $ testFileRegexp: chr "^runit.*\\.[rR]$"
     $ testFuncRegexp: chr "^test\\."
     $ rngKind : chr "Marsaglia-Multicarry"
     $ rngNormalKind : chr "Kinderman-Ramage"
     - attr(*, "class")= chr "RUnitTestSuite"
    
    
     Executing test function test.getRNG ... done successfully.
    
    
    
     Executing test function test.setRNG ... Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid numeric seed [2, 3]: '.Random.seed' has wrong length.
     In addition: Warning message:
     In dir.create(opath, recursive = TRUE) :
     cannot create dir '/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rngtools/tests-results', reason 'Read-only file system'
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [1234L]: '.Random.seed[1]' is not a valid integer, so ignored.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [123L]: '.Random.seed[1]' is not a valid RNG kind so ignored.
     done successfully.
    
    
    
     Executing test function test.RNGseq ... done successfully.
    
    
    
     Executing test function test.RNGseq_seed ... Error in RNGseq_seed(NA) :
     RNGseq_seed - Invalid seed value: should be a numeric or NULL
     In addition: Warning messages:
     1: In runif(1) : '.Random.seed[1]' is not a valid integer, so ignored
     2: In runif(1) : '.Random.seed[1]' is not a valid RNG kind so ignored
     done successfully.
    
    
    
     Executing test function test.RNGdigest ... done successfully.
    
    
    
     Executing test function test.RNGtype ... Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid numeric seed [2, 3]: '.Random.seed' has wrong length.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [123L]: '.Random.seed[1]' is not a valid RNG kind so ignored.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [1234L]: '.Random.seed[1]' is not a valid integer, so ignored.
     done successfully.
    
     ------------------- UNIT TEST SUMMARY ---------------------
    
     Error in file(file, ifelse(append, "a", "w")) :
     cannot open the connection
     Calls: <Anonymous> ... utest -> .local -> printTextProtocol -> cat -> file
     In addition: Warning message:
     In file(file, ifelse(append, "a", "w")) :
     cannot open file '/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/rngtools/tests-results/utest.package_rngtools.Summary.txt': No such file or directory
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘doRUnit.R’ [1s/2s]
    Running the tests in ‘tests/doRUnit.R’ failed.
    Complete output:
     > # Run all unit tests in installed directory unitTests
     > #
     > # Author: Renaud Gaujoux
     > ###############################################################################
     >
     > pkgmaker::utest('package:rngtools', quiet=FALSE)
     #########################
     Loading required package: pkgmaker
     Loading required package: registry
    
     Attaching package: 'pkgmaker'
    
     The following objects are masked from 'package:base':
    
     isFALSE, isNamespaceLoaded
    
     Running unit tests in: '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rngtools/tests'
     Using unit test framework: RUnit
     Using RUnit framework provider: RUnit
     List of 6
     $ name : chr "package:rngtools"
     $ dirs : chr "/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rngtools/tests"
     $ testFileRegexp: chr "^runit.*\\.[rR]$"
     $ testFuncRegexp: chr "^test\\."
     $ rngKind : chr "Marsaglia-Multicarry"
     $ rngNormalKind : chr "Kinderman-Ramage"
     - attr(*, "class")= chr "RUnitTestSuite"
    
    
     Executing test function test.getRNG ... done successfully.
    
    
    
     Executing test function test.setRNG ... Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid numeric seed [2, 3]: '.Random.seed' has wrong length.
     In addition: Warning message:
     In dir.create(opath, recursive = TRUE) :
     cannot create dir '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rngtools/tests-results', reason 'Read-only file system'
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [1234L]: '.Random.seed[1]' is not a valid integer, so ignored.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [123L]: '.Random.seed[1]' is not a valid RNG kind so ignored.
     done successfully.
    
    
    
     Executing test function test.RNGseq ... done successfully.
    
    
    
     Executing test function test.RNGseq_seed ... Error in RNGseq_seed(NA) :
     RNGseq_seed - Invalid seed value: should be a numeric or NULL
     In addition: Warning messages:
     1: In runif(1) : '.Random.seed[1]' is not a valid integer, so ignored
     2: In runif(1) : '.Random.seed[1]' is not a valid RNG kind so ignored
     done successfully.
    
    
    
     Executing test function test.RNGdigest ... done successfully.
    
    
    
     Executing test function test.RNGtype ... Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid numeric seed [2, 3]: '.Random.seed' has wrong length.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [123L]: '.Random.seed[1]' is not a valid RNG kind so ignored.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [1234L]: '.Random.seed[1]' is not a valid integer, so ignored.
     done successfully.
    
     ------------------- UNIT TEST SUMMARY ---------------------
    
     Error in file(file, ifelse(append, "a", "w")) :
     cannot open the connection
     Calls: <Anonymous> ... utest -> .local -> printTextProtocol -> cat -> file
     In addition: Warning message:
     In file(file, ifelse(append, "a", "w")) :
     cannot open file '/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/rngtools/tests-results/utest.package_rngtools.Summary.txt': No such file or directory
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘doRUnit.R’ [1s/1s]
    Running the tests in ‘tests/doRUnit.R’ failed.
    Complete output:
     > # Run all unit tests in installed directory unitTests
     > #
     > # Author: Renaud Gaujoux
     > ###############################################################################
     >
     > pkgmaker::utest('package:rngtools', quiet=FALSE)
     #########################
     Loading required package: pkgmaker
     Loading required package: registry
    
     Attaching package: 'pkgmaker'
    
     The following objects are masked from 'package:base':
    
     isFALSE, isNamespaceLoaded
    
     Running unit tests in: '/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rngtools/tests'
     Using unit test framework: RUnit
     Using RUnit framework provider: RUnit
     List of 6
     $ name : chr "package:rngtools"
     $ dirs : chr "/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rngtools/tests"
     $ testFileRegexp: chr "^runit.*\\.[rR]$"
     $ testFuncRegexp: chr "^test\\."
     $ rngKind : chr "Marsaglia-Multicarry"
     $ rngNormalKind : chr "Kinderman-Ramage"
     - attr(*, "class")= chr "RUnitTestSuite"
    
    
     Executing test function test.getRNG ... done successfully.
    
    
    
     Executing test function test.setRNG ... Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid numeric seed [2, 3]: '.Random.seed' has wrong length.
     In addition: Warning message:
     In dir.create(opath, recursive = TRUE) :
     cannot create dir '/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rngtools/tests-results', reason 'Read-only file system'
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [1234L]: '.Random.seed[1]' is not a valid integer, so ignored.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [123L]: '.Random.seed[1]' is not a valid RNG kind so ignored.
     done successfully.
    
    
    
     Executing test function test.RNGseq ... done successfully.
    
    
    
     Executing test function test.RNGseq_seed ... Error in RNGseq_seed(NA) :
     RNGseq_seed - Invalid seed value: should be a numeric or NULL
     In addition: Warning messages:
     1: In runif(1) : '.Random.seed[1]' is not a valid integer, so ignored
     2: In runif(1) : '.Random.seed[1]' is not a valid RNG kind so ignored
     done successfully.
    
    
    
     Executing test function test.RNGdigest ... done successfully.
    
    
    
     Executing test function test.RNGtype ... Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid numeric seed [2, 3]: '.Random.seed' has wrong length.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [123L]: '.Random.seed[1]' is not a valid RNG kind so ignored.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [1234L]: '.Random.seed[1]' is not a valid integer, so ignored.
     done successfully.
    
     ------------------- UNIT TEST SUMMARY ---------------------
    
     Error in file(file, ifelse(append, "a", "w")) :
     cannot open the connection
     Calls: <Anonymous> ... utest -> .local -> printTextProtocol -> cat -> file
     In addition: Warning message:
     In file(file, ifelse(append, "a", "w")) :
     cannot open file '/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/rngtools/tests-results/utest.package_rngtools.Summary.txt': No such file or directory
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 1.2.4
Check: tests
Result: ERROR
     Running ‘doRUnit.R’ [1s/1s]
    Running the tests in ‘tests/doRUnit.R’ failed.
    Complete output:
     > # Run all unit tests in installed directory unitTests
     > #
     > # Author: Renaud Gaujoux
     > ###############################################################################
     >
     > pkgmaker::utest('package:rngtools', quiet=FALSE)
     #########################
     Loading required package: pkgmaker
     Loading required package: registry
    
     Attaching package: 'pkgmaker'
    
     The following objects are masked from 'package:base':
    
     isFALSE, isNamespaceLoaded
    
     Running unit tests in: '/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/rngtools/tests'
     Using unit test framework: RUnit
     Using RUnit framework provider: RUnit
     List of 6
     $ name : chr "package:rngtools"
     $ dirs : chr "/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/rngtools/tests"
     $ testFileRegexp: chr "^runit.*\\.[rR]$"
     $ testFuncRegexp: chr "^test\\."
     $ rngKind : chr "Marsaglia-Multicarry"
     $ rngNormalKind : chr "Kinderman-Ramage"
     - attr(*, "class")= chr "RUnitTestSuite"
    
    
     Executing test function test.getRNG ... done successfully.
    
    
    
     Executing test function test.setRNG ... Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid numeric seed [2, 3]: '.Random.seed' has wrong length.
     In addition: Warning message:
     In dir.create(opath, recursive = TRUE) :
     cannot create dir '/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/rngtools/tests-results', reason 'Read-only file system'
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [1234L]: '.Random.seed[1]' is not a valid integer, so ignored.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [123L]: '.Random.seed[1]' is not a valid RNG kind so ignored.
     done successfully.
    
    
    
     Executing test function test.RNGseq ... done successfully.
    
    
    
     Executing test function test.RNGseq_seed ... Error in RNGseq_seed(NA) :
     RNGseq_seed - Invalid seed value: should be a numeric or NULL
     In addition: Warning messages:
     1: In runif(1) : '.Random.seed[1]' is not a valid integer, so ignored
     2: In runif(1) : '.Random.seed[1]' is not a valid RNG kind so ignored
     done successfully.
    
    
    
     Executing test function test.RNGdigest ... done successfully.
    
    
    
     Executing test function test.RNGtype ... Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid numeric seed [2, 3]: '.Random.seed' has wrong length.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [123L]: '.Random.seed[1]' is not a valid RNG kind so ignored.
     Restoring RNG settings probably due to an error in setRNG
     Error : setRNG - Invalid RNG kind [1234L]: '.Random.seed[1]' is not a valid integer, so ignored.
     done successfully.
    
     ------------------- UNIT TEST SUMMARY ---------------------
    
     Error in file(file, ifelse(append, "a", "w")) :
     cannot open the connection
     Calls: <Anonymous> ... utest -> .local -> printTextProtocol -> cat -> file
     In addition: Warning message:
     In file(file, ifelse(append, "a", "w")) :
     cannot open file '/home/hornik/tmp/R.check/r-release-gcc/Work/build/Packages/rngtools/tests-results/utest.package_rngtools.Summary.txt': No such file or directory
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.2.4
Check: re-building of vignette outputs
Result: WARN
    Error in re-building vignettes:
     ...
    Warning: running command 'kpsewhich framed.sty' had status 1
    Warning in test_latex_pkg("framed", system.file("misc", "framed.sty", package = "knitr")) :
     unable to find LaTeX package 'framed'; will use a copy from knitr
    Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
     Running 'texi2dvi' on 'rngtools-unitTests.tex' failed.
    LaTeX errors:
    ! LaTeX Error: File `vmargin.sty' not found.
    
    Type X to quit or <RETURN> to proceed,
    or enter new name. (Default extension: sty)
    
    ! Emergency stop.
    <read *>
    
    l.58 \setmargrb
     {0.75in}{0.75in}{0.75in}{0.75in}^^M
    ! ==> Fatal error occurred, no output PDF file produced!
    Calls: buildVignettes -> texi2pdf -> texi2dvi
    Execution halted
Flavor: r-oldrel-osx-x86_64