CRAN Package Check Results for Package DependencyReviewer

Last updated on 2023-03-23 12:52:03 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 7.77 85.82 93.59 ERROR
r-devel-linux-x86_64-debian-gcc 1.2.3 5.54 63.82 69.36 ERROR
r-devel-linux-x86_64-fedora-clang 1.2.3 188.48 OK
r-devel-linux-x86_64-fedora-gcc 1.2.3 204.37 NOTE
r-devel-windows-x86_64 1.2.3 45.00 250.00 295.00 OK
r-patched-linux-x86_64 1.2.3 9.14 84.08 93.22 ERROR
r-release-linux-x86_64 1.2.2 7.25 83.43 90.68 ERROR
r-release-macos-arm64 1.2.3 79.00 OK
r-release-macos-x86_64 1.2.3 115.00 OK
r-release-windows-x86_64 1.2.3 121.00 263.00 384.00 OK
r-oldrel-macos-arm64 1.2.3 83.00 OK
r-oldrel-macos-x86_64 1.2.3 122.00 OK
r-oldrel-windows-ix86+x86_64 1.2.3 8.00 35.00 43.00 ERROR

Check Details

Version: 1.2.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [13s/18s]
    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/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(DependencyReviewer)
     >
     > test_check("DependencyReviewer")
     [ FAIL 3 | WARN 3 | SKIP 0 | PASS 3 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-checkDependencies.R:12:3'): base ───────────────────────────────
     Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/mvankessel-EMC/DependencyReviewerWhitelists/main/dependencies.csv'
     Backtrace:
     ▆
     1. ├─testthat::expect_message(checkDependencies(packageName = "base")) at test-checkDependencies.R:12:2
     2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. ├─DependencyReviewer::checkDependencies(packageName = "base")
     7. │ └─DependencyReviewer::getDefaultPermittedPackages()
     8. │ ├─... %>% dplyr::tibble()
     9. │ └─utils::read.table(...)
     10. │ └─base::file(file, "rt")
     11. └─dplyr::tibble(.)
     12. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     13. └─rlang::eval_tidy(xs[[j]], mask)
     ── Error ('test-getDefaultPermittedPackages.R:9:3'): Void ──────────────────────
     Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/mvankessel-EMC/DependencyReviewerWhitelists/main/dependencies.csv'
     Backtrace:
     ▆
     1. ├─testthat::expect_s3_class(getDefaultPermittedPackages(), "data.frame") at test-getDefaultPermittedPackages.R:9:2
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─DependencyReviewer::getDefaultPermittedPackages()
     5. │ ├─... %>% dplyr::tibble()
     6. │ └─utils::read.table(...)
     7. │ └─base::file(file, "rt")
     8. └─dplyr::tibble(.)
     9. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     10. └─rlang::eval_tidy(xs[[j]], mask)
     ── Error ('test-getGraphData.R:9:3'): getGraphData ─────────────────────────────
     Error in `load_private_package("glue")`: Cannot load glue from the private library
     Backtrace:
     ▆
     1. ├─testthat::expect_s3_class(...) at test-getGraphData.R:9:2
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─DependencyReviewer::getGraphData(system.file(package = "dplyr"))
     5. └─pak::local_deps(path, dependencies = "Imports")
     6. └─pak::pkg_deps(ref, upgrade = upgrade, dependencies = dependencies)
     7. └─pak:::remote(...)
     8. └─pak:::restart_remote_if_needed()
     9. └─pak:::new_remote_session()
     10. └─pak:::load_private_packages()
     11. └─pak:::load_private_package("glue")
    
     [ FAIL 3 | WARN 3 | SKIP 0 | PASS 3 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.2.2
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘Documentation.Rmd’ using rmarkdown
    Quitting from lines 82-83 (Documentation.Rmd)
    Error: processing vignette ‘Documentation.Rmd’ failed with diagnostics:
    cannot open the connection to ‘https://raw.githubusercontent.com/mvankessel-EMC/DependencyReviewerWhitelists/main/dependencies.csv’
    --- failed re-building ‘Documentation.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘Documentation.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64

Version: 1.2.3
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘Documentation.Rmd’ using rmarkdown
    Quitting from lines 114-119 (Documentation.Rmd)
    Error: processing vignette ‘Documentation.Rmd’ failed with diagnostics:
    Cannot load glue from the private library
    --- failed re-building ‘Documentation.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘Documentation.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

Version: 1.2.3
Check: for detritus in the temp directory
Result: NOTE
    Found the following files/directories:
     ‘Crashpad’
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 1.2.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [12s/15s]
    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/tests.html
     > # * https://testthat.r-lib.org/reference/test_package.html#special-files
     >
     > library(testthat)
     > library(DependencyReviewer)
     >
     > test_check("DependencyReviewer")
     [ FAIL 3 | WARN 3 | SKIP 0 | PASS 3 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-checkDependencies.R:12:3'): base ───────────────────────────────
     Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/mvankessel-EMC/DependencyReviewerWhitelists/main/dependencies.csv'
     Backtrace:
     ▆
     1. ├─testthat::expect_message(checkDependencies(packageName = "base")) at test-checkDependencies.R:12:2
     2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. ├─DependencyReviewer::checkDependencies(packageName = "base")
     7. │ └─DependencyReviewer::getDefaultPermittedPackages()
     8. │ ├─... %>% dplyr::tibble()
     9. │ └─utils::read.table(...)
     10. │ └─base::file(file, "rt")
     11. └─dplyr::tibble(.)
     12. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     13. └─rlang::eval_tidy(xs[[j]], mask)
     ── Error ('test-getDefaultPermittedPackages.R:9:3'): Void ──────────────────────
     Error in `file(file, "rt")`: cannot open the connection to 'https://raw.githubusercontent.com/mvankessel-EMC/DependencyReviewerWhitelists/main/dependencies.csv'
     Backtrace:
     ▆
     1. ├─testthat::expect_s3_class(getDefaultPermittedPackages(), "data.frame") at test-getDefaultPermittedPackages.R:9:2
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─DependencyReviewer::getDefaultPermittedPackages()
     5. │ ├─... %>% dplyr::tibble()
     6. │ └─utils::read.table(...)
     7. │ └─base::file(file, "rt")
     8. └─dplyr::tibble(.)
     9. └─tibble:::tibble_quos(xs, .rows, .name_repair)
     10. └─rlang::eval_tidy(xs[[j]], mask)
     ── Error ('test-getGraphData.R:9:3'): getGraphData ─────────────────────────────
     Error in `load_private_package("glue")`: Cannot load glue from the private library
     Backtrace:
     ▆
     1. ├─testthat::expect_s3_class(...) at test-getGraphData.R:9:2
     2. │ └─testthat::quasi_label(enquo(object), arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─DependencyReviewer::getGraphData(system.file(package = "dplyr"))
     5. └─pak::local_deps(path, dependencies = "Imports")
     6. └─pak::pkg_deps(ref, upgrade = upgrade, dependencies = dependencies)
     7. └─pak:::remote(...)
     8. └─pak:::restart_remote_if_needed()
     9. └─pak:::new_remote_session()
     10. └─pak:::load_private_packages()
     11. └─pak:::load_private_package("glue")
    
     [ FAIL 3 | WARN 3 | SKIP 0 | PASS 3 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.2.3
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-windows-ix86+x86_64