Last updated on 2025-03-17 05:50:06 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.94 | 36.00 | 39.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 2.16 | 26.67 | 28.83 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | ERROR | ||||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 59.21 | OK | |||
r-devel-macos-arm64 | 0.1.0 | 22.00 | OK | |||
r-devel-macos-x86_64 | 0.1.0 | 39.00 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 5.00 | 51.00 | 56.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 3.35 | 33.90 | 37.25 | OK | |
r-release-linux-x86_64 | 0.1.0 | 4.19 | 32.79 | 36.98 | OK | |
r-release-macos-arm64 | 0.1.0 | 22.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 36.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 7.00 | 53.00 | 60.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
r-oldrel-macos-x86_64 | 0.1.0 | 41.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 7.00 | 61.00 | 68.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
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(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
> library(markowitz)
>
> test_check("markowitz")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('testeM.R:4:1'): (code run outside of `test_that()`) ─────────────────
Error: package or namespace load failed for 'tidyverse':
.onAttach failed in attachNamespace() for 'tidyverse', details:
call: library(pkg, lib.loc = loc, character.only = TRUE, warn.conflicts = FALSE)
error: there is no package called 'readr'
Backtrace:
▆
1. └─base::library(tidyverse) at testeM.R:4:1
2. └─base::tryCatch(...)
3. └─base (local) tryCatchList(expr, classes, parentenv, handlers)
4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
5. └─value[[3L]](cond)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang