Last updated on 2020-08-07 01:49:54 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 7.48 | 75.65 | 83.13 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 7.20 | 57.73 | 64.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 105.02 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 111.37 | OK | |||
r-devel-windows-ix86+x86_64 | 0.1.2 | 22.00 | 96.00 | 118.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.2 | 7.84 | 75.30 | 83.14 | OK | |
r-patched-solaris-x86 | 0.1.2 | 132.00 | OK | |||
r-release-linux-x86_64 | 0.1.2 | 8.31 | 77.13 | 85.44 | OK | |
r-release-macos-x86_64 | 0.1.2 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.2 | 21.00 | 114.00 | 135.00 | OK | |
r-oldrel-macos-x86_64 | 0.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 14.00 | 86.00 | 100.00 | OK |
Version: 0.1.2
Check: package dependencies
Result: NOTE
Imports includes 21 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable. Move as many as possible to Suggests and
use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.2
Check: tests
Result: ERROR
Running 'test-pkgdepends.R' [28s]
Running 'test-pkginstall.R' [0s]
Running 'testthat.R' [17s]
Running the tests in 'tests/test-pkgdepends.R' failed.
Complete output:
>
> do <- function() {
+ old <- Sys.getenv("R_PKG_CACHE_DIR", NA_character_)
+ if (is.na(old)) {
+ on.exit(Sys.unsetenv("R_PKG_CACHE_DIR"), add = TRUE)
+ } else {
+ on.exit(Sys.setenv("R_PKG_CACHE_DIR" = old), add = TRUE)
+ }
+ Sys.setenv("R_PKG_CACHE_DIR" = tempfile())
+
+ if (file.exists("pkgdepends")) {
+ library(testthat)
+ library(pak)
+ test <- function() {
+ package <- "pak"
+ env_test <- asNamespace("testthat")$env_test
+ env_test$in_test <- TRUE
+ env_test$package <- package
+ on.exit({
+ env_test$in_test <- FALSE
+ env_test$package <- NULL
+ }, add = TRUE)
+ test_path <- "pkgdepends"
+ asNamespace("testthat")$test_package_dir(
+ package = package, test_path = test_path,
+ filter = NULL, reporter = "check")
+ }
+ test()
+ }
+ }
>
> do()
-- 1. Error: dependencies are honoured (@test-resolution.R#291) ---------------
Wrong entry types: `filesize (double, expected integer)`
Backtrace:
1. asNamespace("pkgcache")$synchronise(do("cran::dplyr", FALSE))
== testthat results ===========================================================
[ OK: 675 | SKIPPED: 32 | WARNINGS: 0 | FAILED: 1 ]
1. Error: dependencies are honoured (@test-resolution.R#291)
Error: testthat unit tests failed
Execution halted
Flavor: r-devel-windows-ix86+x86_64