CRAN Package Check Results for Maintainer ‘Ilya Y. Zhbannikov <ilya.zhbannikov at duke.edu>’

Last updated on 2025-05-25 00:50:34 CEST.

Package ERROR NOTE OK
di 13
haploR 4 9
stpm 4 9

Package di

Current CRAN status: OK: 13

Package haploR

Current CRAN status: ERROR: 4, OK: 9

Version: 4.0.7
Check: examples
Result: ERROR Running examples in ‘haploR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: queryRegulome > ### Title: This function queries RegulomeDB web-based tool and returns > ### results in a data frame. > ### Aliases: queryRegulome > > ### ** Examples > > data <- queryRegulome(c("rs4791078","rs10048158")) <simpleError in file(con, "r"): cannot open the connection> Error in regulomeSummary(query = query, genomeAssembly = genomeAssembly, : object 'out' not found Calls: queryRegulome -> regulomeSummary -> as_tibble Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 4.0.7
Check: tests
Result: ERROR Running ‘runTests.R’ [3s/74s] Running the tests in ‘tests/runTests.R’ failed. Complete output: > # Adapted from: http://rwiki.sciviews.org/doku.php?id=developers:runit > > if( identical( .Platform$OS.type, "windows" ) && + identical( .Platform$r_arch, "x64" ) ){ + print( "unit tests not run on windows 64 (workaround alert)" ) + } else { + if(require("RUnit", quietly = TRUE)) { + require("RCurl", quietly = TRUE) + pkg <- "haploR" + if(Sys.getenv("RCMDCHECK") == "FALSE") { + path <- file.path(getwd(), "..", "inst", "unitTests") + } else { + path <- system.file(package=pkg, "unitTests") + } + + cat("\nRunning unit tests:\n") + print(list(pkg=pkg, getwd=getwd(), pathToUnitTests=path)) + + library(package=pkg, character.only=TRUE) + + # Define tests + testSuite <- defineTestSuite(name=paste(pkg, "unit testing"), + dirs=path, + testFuncRegexp = "^test_+", + testFileRegexp = "^test_+") + + # Run + tests <- runTestSuite(testSuite) + + # Default report name + pathReport <- file.path(path, "report") + + # Report to stdout + printTextProtocol(tests, showDetails=FALSE) + + # Return stop() to cause R CMD check stop in case of + # - failures i.e. FALSE to unit tests or + # - errors i.e. R errors + tmp <- getErrors(tests) + if(tmp$nFail > 0 | tmp$nErr > 0) { + stop(paste("\n\nUnit testing failed (#test failures: ", tmp$nFail, ", + #R errors: ", tmp$nErr, ")\n\n", sep="")) + } + + } else { + print( "package RUnit not available, cannot run unit tests" ) + } + } Running unit tests: $pkg [1] "haploR" $getwd [1] "/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/haploR.Rcheck/tests" $pathToUnitTests [1] "/home/hornik/tmp/scratch/RtmpUaU6PJ/RLIBS_370fc2917945/haploR/unitTests" Executing test function test_queryHaploreg ... done successfully. Executing test function test_queryRegulome ... <simpleError in file(con, "r"): cannot open the connection> Timing stopped at: 0.169 0.013 61.63 Error in regulomeSummary(c("rs4791078", "rs10048158"), timeout = 1e+05) : object 'out' not found In addition: Warning messages: 1: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry 3: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 4: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry done successfully. RUNIT TEST PROTOCOL -- Fri May 23 01:24:42 2025 *********************************************** Number of test functions: 2 Number of errors: 1 Number of failures: 0 1 Test Suite : haploR unit testing - 2 test functions, 1 error, 0 failures ERROR in test_queryRegulome: Error in regulomeSummary(c("rs4791078", "rs10048158"), timeout = 1e+05) : object 'out' not found Error: Unit testing failed (#test failures: 0, #R errors: 1) Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 4.0.7
Check: tests
Result: ERROR Running ‘runTests.R’ [2s/74s] Running the tests in ‘tests/runTests.R’ failed. Complete output: > # Adapted from: http://rwiki.sciviews.org/doku.php?id=developers:runit > > if( identical( .Platform$OS.type, "windows" ) && + identical( .Platform$r_arch, "x64" ) ){ + print( "unit tests not run on windows 64 (workaround alert)" ) + } else { + if(require("RUnit", quietly = TRUE)) { + require("RCurl", quietly = TRUE) + pkg <- "haploR" + if(Sys.getenv("RCMDCHECK") == "FALSE") { + path <- file.path(getwd(), "..", "inst", "unitTests") + } else { + path <- system.file(package=pkg, "unitTests") + } + + cat("\nRunning unit tests:\n") + print(list(pkg=pkg, getwd=getwd(), pathToUnitTests=path)) + + library(package=pkg, character.only=TRUE) + + # Define tests + testSuite <- defineTestSuite(name=paste(pkg, "unit testing"), + dirs=path, + testFuncRegexp = "^test_+", + testFileRegexp = "^test_+") + + # Run + tests <- runTestSuite(testSuite) + + # Default report name + pathReport <- file.path(path, "report") + + # Report to stdout + printTextProtocol(tests, showDetails=FALSE) + + # Return stop() to cause R CMD check stop in case of + # - failures i.e. FALSE to unit tests or + # - errors i.e. R errors + tmp <- getErrors(tests) + if(tmp$nFail > 0 | tmp$nErr > 0) { + stop(paste("\n\nUnit testing failed (#test failures: ", tmp$nFail, ", + #R errors: ", tmp$nErr, ")\n\n", sep="")) + } + + } else { + print( "package RUnit not available, cannot run unit tests" ) + } + } Running unit tests: $pkg [1] "haploR" $getwd [1] "/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/haploR.Rcheck/tests" $pathToUnitTests [1] "/tmp/RtmpgnySbl/RLIBS_235de4f9fef1a/haploR/unitTests" Executing test function test_queryHaploreg ... done successfully. Executing test function test_queryRegulome ... <simpleError in file(con, "r"): cannot open the connection> Timing stopped at: 0.052 0.001 61.69 Error in regulomeSummary(c("rs4791078", "rs10048158"), timeout = 1e+05) : object 'out' not found In addition: Warning messages: 1: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry 3: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 4: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry done successfully. RUNIT TEST PROTOCOL -- Fri May 23 16:13:39 2025 *********************************************** Number of test functions: 2 Number of errors: 1 Number of failures: 0 1 Test Suite : haploR unit testing - 2 test functions, 1 error, 0 failures ERROR in test_queryRegulome: Error in regulomeSummary(c("rs4791078", "rs10048158"), timeout = 1e+05) : object 'out' not found Error: Unit testing failed (#test failures: 0, #R errors: 1) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 4.0.7
Check: examples
Result: ERROR Running examples in ‘haploR-Ex.R’ failed The error most likely occurred in: > ### Name: queryRegulome > ### Title: This function queries RegulomeDB web-based tool and returns > ### results in a data frame. > ### Aliases: queryRegulome > > ### ** Examples > > data <- queryRegulome(c("rs4791078","rs10048158")) <simpleError in file(con, "r"): cannot open the connection> Error in regulomeSummary(query = query, genomeAssembly = genomeAssembly, : object 'out' not found Calls: queryRegulome -> regulomeSummary -> as_tibble Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64

Version: 4.0.7
Check: tests
Result: ERROR Running ‘runTests.R’ [3s/84s] Running the tests in ‘tests/runTests.R’ failed. Complete output: > # Adapted from: http://rwiki.sciviews.org/doku.php?id=developers:runit > > if( identical( .Platform$OS.type, "windows" ) && + identical( .Platform$r_arch, "x64" ) ){ + print( "unit tests not run on windows 64 (workaround alert)" ) + } else { + if(require("RUnit", quietly = TRUE)) { + require("RCurl", quietly = TRUE) + pkg <- "haploR" + if(Sys.getenv("RCMDCHECK") == "FALSE") { + path <- file.path(getwd(), "..", "inst", "unitTests") + } else { + path <- system.file(package=pkg, "unitTests") + } + + cat("\nRunning unit tests:\n") + print(list(pkg=pkg, getwd=getwd(), pathToUnitTests=path)) + + library(package=pkg, character.only=TRUE) + + # Define tests + testSuite <- defineTestSuite(name=paste(pkg, "unit testing"), + dirs=path, + testFuncRegexp = "^test_+", + testFileRegexp = "^test_+") + + # Run + tests <- runTestSuite(testSuite) + + # Default report name + pathReport <- file.path(path, "report") + + # Report to stdout + printTextProtocol(tests, showDetails=FALSE) + + # Return stop() to cause R CMD check stop in case of + # - failures i.e. FALSE to unit tests or + # - errors i.e. R errors + tmp <- getErrors(tests) + if(tmp$nFail > 0 | tmp$nErr > 0) { + stop(paste("\n\nUnit testing failed (#test failures: ", tmp$nFail, ", + #R errors: ", tmp$nErr, ")\n\n", sep="")) + } + + } else { + print( "package RUnit not available, cannot run unit tests" ) + } + } Running unit tests: $pkg [1] "haploR" $getwd [1] "/data/gannet/ripley/R/packages/tests-clang/haploR.Rcheck/tests" $pathToUnitTests [1] "/tmp/RtmpsVnkjA/RLIBS_3709b762b31bbb/haploR/unitTests" Executing test function test_queryHaploreg ... done successfully. Executing test function test_queryRegulome ... <simpleError in file(con, "r"): cannot open the connection> Timing stopped at: 0.057 0.004 61.66 Error in regulomeSummary(c("rs4791078", "rs10048158"), timeout = 1e+05) : object 'out' not found In addition: Warning messages: 1: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 2: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry 3: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: Marsaglia-Multicarry has poor statistical properties 4: In RNGkind(kind = testSuite$rngKind, normal.kind = testSuite$rngNormalKind) : RNGkind: severe deviations from normality for Kinderman-Ramage + Marsaglia-Multicarry done successfully. RUNIT TEST PROTOCOL -- Fri May 23 11:10:56 2025 *********************************************** Number of test functions: 2 Number of errors: 1 Number of failures: 0 1 Test Suite : haploR unit testing - 2 test functions, 1 error, 0 failures ERROR in test_queryRegulome: Error in regulomeSummary(c("rs4791078", "rs10048158"), timeout = 1e+05) : object 'out' not found Error: Unit testing failed (#test failures: 0, #R errors: 1) Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Package stpm

Current CRAN status: NOTE: 4, OK: 9

Version: 1.7.12
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Ilya Y. Zhbannikov <ilya.zhbannikov@duke.edu>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: c(person(given = "I.", family = "Zhbannikov", role = "aut"), person(given = "Liang", family = "He", role = "aut"), person(given = "K.", family = "Arbeev", role = "aut"), person(given = "I.", family = "Akushevich", role = "aut"), person(given = "A.", family = "Yashin.", role = "aut"), person(given = c("Ilya", "Y."), family = "Zhbannikov", role = "cre", email = "ilya.zhbannikov@duke.edu")) as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 1.7.12
Check: installed package size
Result: NOTE installed size is 9.0Mb sub-directories of 1Mb or more: libs 6.7Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

mirror server hosted at Truenetwork, Russian Federation.