CRAN Package Check Results for Package tidydelta

Last updated on 2024-09-12 05:49:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 1.88 22.81 24.69 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 1.28 15.06 16.34 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 39.26 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 36.50 OK
r-devel-windows-x86_64 0.1.0 4.00 45.00 49.00 OK
r-patched-linux-x86_64 0.1.0 1.75 21.41 23.16 OK
r-release-linux-x86_64 0.1.0 1.70 21.67 23.37 OK
r-release-macos-arm64 0.1.0 17.00 OK
r-release-macos-x86_64 0.1.0 38.00 OK
r-release-windows-x86_64 0.1.0 4.00 45.00 49.00 OK
r-oldrel-macos-arm64 0.1.0 22.00 OK
r-oldrel-macos-x86_64 0.1.0 36.00 OK
r-oldrel-windows-x86_64 0.1.0 4.00 47.00 51.00 OK

Check Details

Version: 0.1.0
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘tidyverse’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: examples
Result: ERROR Running examples in ‘tidydelta-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: tidydelta > ### Title: Delta Method implementation > ### Aliases: tidydelta > > ### ** Examples > > # Equivalent ways to use tidydelta() > library(tidyverse) Error in library(tidyverse) : there is no package called ‘tidyverse’ Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [1s/1s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(tidydelta) > > test_check("tidydelta") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tidydelta.R:2:1'): (code run outside of `test_that()`) ───────── <packageNotFoundError/error/condition> Error in `library(tidyverse)`: there is no package called 'tidyverse' Backtrace: ▆ 1. └─base::library(tidyverse) at test-tidydelta.R:2:1 [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc