CRAN Package Check Results for Package report

Last updated on 2022-02-13 07:53:37 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.0 8.92 244.95 253.87 ERROR
r-devel-linux-x86_64-debian-gcc 0.5.0 8.17 179.61 187.78 OK
r-devel-linux-x86_64-fedora-clang 0.5.0 301.47 ERROR
r-devel-linux-x86_64-fedora-gcc 0.5.0 277.15 ERROR
r-devel-windows-x86_64-new-UL 0.5.0 88.00 285.00 373.00 OK
r-devel-windows-x86_64-new-TK 0.5.0 OK
r-patched-linux-x86_64 0.5.0 11.23 243.99 255.22 ERROR
r-release-linux-x86_64 0.5.0 6.94 240.95 247.89 ERROR
r-release-macos-arm64 0.5.0 OK
r-release-macos-x86_64 0.5.0 OK
r-release-windows-ix86+x86_64 0.5.0 17.00 282.00 299.00 OK
r-oldrel-macos-x86_64 0.5.0 OK
r-oldrel-windows-ix86+x86_64 0.5.0 16.00 265.00 281.00 OK

Check Details

Version: 0.5.0
Check: tests
Result: ERROR
     Running 'spelling.R' [0s/1s]
     Running 'testthat.R' [142s/153s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(report)
     >
     > is_dev_version <- length(strsplit(packageDescription("report")$Version, "\\.")[[1]]) > 3
     >
     > if (is_dev_version) {
     + Sys.setenv("RunAllreportTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportTests" = "no")
     + }
     >
     > si <- Sys.info()
     >
     > osx <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > solaris <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + grepl("SunOS", si["sysname"], ignore.case = TRUE)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > # disable / enable if needed
     > if (.Platform$OS.type == "unix" && is_dev_version) {
     + Sys.setenv("RunAllreportStanTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportStanTests" = "no")
     + }
     >
     > if (!osx && !solaris) {
     + test_check("report")
     + }
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: rstanarm
     Loading required package: Rcpp
     This is rstanarm version 2.21.1
     - See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
     - Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
     - For execution on a local, multicore CPU with excess RAM we recommend calling
     options(mc.cores = parallel::detectCores())
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     Loading required package: bayestestR
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     Loading required package: ivreg
     Loading required package: lavaan
     This is lavaan 0.6-10
     lavaan is FREE software! Please report any bugs.
     Loading required package: effectsize
     boundary (singular) fit: see help('isSingular')
     Loading required package: survival
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
    
     == Skipped tests ===============================================================
     * On CRAN (14)
    
     == Failed tests ================================================================
     -- Failure (test-report_performance.R:73:7): report_performance ----------------
     as.character(report_performance(x)) (`actual`) not equal to "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])" (`expected`).
    
     actual vs expected
     - "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.86], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
     + "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
    
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.5.0
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [165s/192s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(report)
     >
     > is_dev_version <- length(strsplit(packageDescription("report")$Version, "\\.")[[1]]) > 3
     >
     > if (is_dev_version) {
     + Sys.setenv("RunAllreportTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportTests" = "no")
     + }
     >
     > si <- Sys.info()
     >
     > osx <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > solaris <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + grepl("SunOS", si["sysname"], ignore.case = TRUE)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > # disable / enable if needed
     > if (.Platform$OS.type == "unix" && is_dev_version) {
     + Sys.setenv("RunAllreportStanTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportStanTests" = "no")
     + }
     >
     > if (!osx && !solaris) {
     + test_check("report")
     + }
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: rstanarm
     Loading required package: Rcpp
     This is rstanarm version 2.21.1
     - See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
     - Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
     - For execution on a local, multicore CPU with excess RAM we recommend calling
     options(mc.cores = parallel::detectCores())
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     Loading required package: bayestestR
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     Loading required package: ivreg
     Loading required package: lavaan
     This is lavaan 0.6-10
     lavaan is FREE software! Please report any bugs.
     Loading required package: effectsize
     boundary (singular) fit: see help('isSingular')
     Loading required package: survival
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (14)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-report_performance.R:73:7): report_performance ────────────────
     as.character(report_performance(x)) (`actual`) not equal to "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])" (`expected`).
    
     actual vs expected
     - "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.86], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
     + "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
    
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.5.0
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [162s/188s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(report)
     >
     > is_dev_version <- length(strsplit(packageDescription("report")$Version, "\\.")[[1]]) > 3
     >
     > if (is_dev_version) {
     + Sys.setenv("RunAllreportTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportTests" = "no")
     + }
     >
     > si <- Sys.info()
     >
     > osx <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > solaris <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + grepl("SunOS", si["sysname"], ignore.case = TRUE)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > # disable / enable if needed
     > if (.Platform$OS.type == "unix" && is_dev_version) {
     + Sys.setenv("RunAllreportStanTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportStanTests" = "no")
     + }
     >
     > if (!osx && !solaris) {
     + test_check("report")
     + }
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: rstanarm
     Loading required package: Rcpp
     This is rstanarm version 2.21.1
     - See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
     - Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
     - For execution on a local, multicore CPU with excess RAM we recommend calling
     options(mc.cores = parallel::detectCores())
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     Loading required package: bayestestR
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     Loading required package: ivreg
     Loading required package: lavaan
     This is lavaan 0.6-10
     lavaan is FREE software! Please report any bugs.
     Loading required package: effectsize
     boundary (singular) fit: see help('isSingular')
     Loading required package: survival
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (14)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-report_performance.R:73:7): report_performance ────────────────
     as.character(report_performance(x)) (`actual`) not equal to "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])" (`expected`).
    
     actual vs expected
     - "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.86], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
     + "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
    
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.5.0
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/0s]
     Running ‘testthat.R’ [142s/156s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(report)
     >
     > is_dev_version <- length(strsplit(packageDescription("report")$Version, "\\.")[[1]]) > 3
     >
     > if (is_dev_version) {
     + Sys.setenv("RunAllreportTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportTests" = "no")
     + }
     >
     > si <- Sys.info()
     >
     > osx <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > solaris <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + grepl("SunOS", si["sysname"], ignore.case = TRUE)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > # disable / enable if needed
     > if (.Platform$OS.type == "unix" && is_dev_version) {
     + Sys.setenv("RunAllreportStanTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportStanTests" = "no")
     + }
     >
     > if (!osx && !solaris) {
     + test_check("report")
     + }
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: rstanarm
     Loading required package: Rcpp
     This is rstanarm version 2.21.1
     - See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
     - Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
     - For execution on a local, multicore CPU with excess RAM we recommend calling
     options(mc.cores = parallel::detectCores())
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     Loading required package: bayestestR
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     Loading required package: ivreg
     Loading required package: lavaan
     This is lavaan 0.6-10
     lavaan is FREE software! Please report any bugs.
     Loading required package: effectsize
     boundary (singular) fit: see help('isSingular')
     Loading required package: survival
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (14)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-report_performance.R:73:7): report_performance ────────────────
     as.character(report_performance(x)) (`actual`) not equal to "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])" (`expected`).
    
     actual vs expected
     - "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.86], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
     + "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
    
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.5.0
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘testthat.R’ [141s/158s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(report)
     >
     > is_dev_version <- length(strsplit(packageDescription("report")$Version, "\\.")[[1]]) > 3
     >
     > if (is_dev_version) {
     + Sys.setenv("RunAllreportTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportTests" = "no")
     + }
     >
     > si <- Sys.info()
     >
     > osx <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + si["sysname"] == "Darwin" || grepl("^darwin", R.version$os)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > solaris <- tryCatch(
     + {
     + if (!is.null(si["sysname"])) {
     + grepl("SunOS", si["sysname"], ignore.case = TRUE)
     + } else {
     + FALSE
     + }
     + },
     + error = function(e) {
     + FALSE
     + }
     + )
     >
     > # disable / enable if needed
     > if (.Platform$OS.type == "unix" && is_dev_version) {
     + Sys.setenv("RunAllreportStanTests" = "yes")
     + } else {
     + Sys.setenv("RunAllreportStanTests" = "no")
     + }
     >
     > if (!osx && !solaris) {
     + test_check("report")
     + }
     Loading required package: lme4
     Loading required package: Matrix
     Loading required package: rstanarm
     Loading required package: Rcpp
     This is rstanarm version 2.21.1
     - See https://mc-stan.org/rstanarm/articles/priors for changes to default priors!
     - Default priors may change, so it's safest to specify priors, even if equivalent to the defaults.
     - For execution on a local, multicore CPU with excess RAM we recommend calling
     options(mc.cores = parallel::detectCores())
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     For one-way between subjects designs, partial eta squared is equivalent to eta squared.
     Returning eta squared.
     Loading required package: bayestestR
     Loading required package: dplyr
    
     Attaching package: 'dplyr'
    
     The following object is masked from 'package:testthat':
    
     matches
    
     The following objects are masked from 'package:stats':
    
     filter, lag
    
     The following objects are masked from 'package:base':
    
     intersect, setdiff, setequal, union
    
     Loading required package: ivreg
     Loading required package: lavaan
     This is lavaan 0.6-10
     lavaan is FREE software! Please report any bugs.
     Loading required package: effectsize
     boundary (singular) fit: see help('isSingular')
     Loading required package: survival
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (14)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-report_performance.R:73:7): report_performance ────────────────
     as.character(report_performance(x)) (`actual`) not equal to "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])" (`expected`).
    
     actual vs expected
     - "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.86], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
     + "The model's explanatory power is substantial (R2 = 0.83, 95% CI [0.79, 0.87], adj. R2 = 0.83) and the part related to the fixed effects alone (marginal R2) is of 0.95 (95% CI [0.93, 0.97])"
    
     [ FAIL 1 | WARN 4 | SKIP 14 | PASS 112 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64