CRAN Package Check Results for Package HTLR

Last updated on 2024-06-13 12:49:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4-4 98.42 91.04 189.46 NOTE --no-vignettes
r-devel-linux-x86_64-debian-gcc 0.4-4 67.92 61.28 129.20 ERROR --no-vignettes
r-devel-linux-x86_64-fedora-clang 0.4-4 563.71 NOTE
r-devel-linux-x86_64-fedora-gcc 0.4-4 851.74 NOTE
r-devel-windows-x86_64 0.4-4 79.00 233.00 312.00 NOTE
r-patched-linux-x86_64 0.4-4 92.57 90.45 183.02 NOTE --no-vignettes
r-release-linux-x86_64 0.4-4 88.09 87.50 175.59 NOTE --no-vignettes
r-release-macos-arm64 0.4-4 115.00 NOTE
r-release-macos-x86_64 0.4-4 162.00 NOTE
r-release-windows-x86_64 0.4-4 79.00 235.00 314.00 NOTE
r-oldrel-macos-arm64 0.4-4 141.00 NOTE
r-oldrel-macos-x86_64 0.4-4 223.00 NOTE
r-oldrel-windows-x86_64 0.4-4 94.00 276.00 370.00 NOTE

Check Details

Version: 0.4-4
Flags: --no-vignettes
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.4-4
Flags: --no-vignettes
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'ggplot2', 'testthat', 'bayesplot' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4-4
Flags: --no-vignettes
Check: examples
Result: ERROR Running examples in ‘HTLR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: gendata_FAM > ### Title: Generate Simulated Data with Factor Analysis Model > ### Aliases: gendata_FAM > > ### ** Examples > > ## feature #1: marginally related feature > ## feature #2: marginally unrelated feature, but feature #2 is correlated with feature #1 > ## feature #3-5: marginally related features and also internally correlated > ## feature #6-10: noise features without relationship with the y > > set.seed(12345) > n <- 100 > p <- 10 > > means <- rbind( + c(0, 1, 0), + c(0, 0, 0), + c(0, 0, 1), + c(0, 0, 1), + c(0, 0, 1) + ) * 2 > > means <- rbind(means, matrix(0, p - 5, 3)) > > A <- diag(1, p) > A[1:5, 1:3] <- rbind( + c(1, 0, 0), + c(2, 1, 0), + c(0, 0, 1), + c(0, 0, 1), + c(0, 0, 1) + ) > > dat <- gendata_FAM(n, means, A, sd_g = 0.5, stdx = TRUE) > ggplot2::qplot(dat$y, bins = 6) Error in loadNamespace(x) : there is no package called ‘ggplot2’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4-4
Flags: --no-vignettes
Check: tests
Result: ERROR Running ‘testthat.R’ [0s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) Error in library(testthat) : there is no package called 'testthat' Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.4-4
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.4-4
Check: installed package size
Result: NOTE installed size is 5.8Mb sub-directories of 1Mb or more: doc 1.1Mb libs 3.5Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64