CRAN Package Check Results for Package pkgdown

Last updated on 2022-04-24 03:52:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.2 11.49 155.88 167.37 OK
r-devel-linux-x86_64-debian-gcc 2.0.2 7.35 116.61 123.96 OK
r-devel-linux-x86_64-fedora-clang 2.0.2 193.83 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0.2 178.84 OK
r-patched-linux-x86_64 2.0.2 9.82 145.89 155.71 OK
r-release-linux-x86_64 2.0.2 7.81 145.34 153.15 OK
r-release-macos-arm64 2.0.2 OK
r-release-macos-x86_64 2.0.2 OK
r-release-windows-x86_64 2.0.2 123.00 233.00 356.00 OK
r-oldrel-macos-arm64 2.0.2 OK
r-oldrel-macos-x86_64 2.0.2 OK
r-oldrel-windows-ix86+x86_64 2.0.2 18.00 195.00 213.00 ERROR

Additional issues

M1mac

Check Details

Version: 2.0.2
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘usethis’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [90s/132s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(pkgdown)
     >
     > test_check("pkgdown")
     [ FAIL 1 | WARN 0 | SKIP 66 | PASS 537 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (62)
     • dir_exists(path)[[1]] is not TRUE (1)
     • dir_exists(test_path("assets/site-dot-github/.github")) is not TRUE (2)
     • empty test (1)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-rmarkdown.R:21:3): render_rmarkdown yields useful error ───────
     `{ ... }` did not throw the expected error.
    
     [ FAIL 1 | WARN 0 | SKIP 66 | PASS 537 ]
     Deleting unused snapshots:
     • build-search-docs/search-no-url.json
     • build-search-docs/search.json
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.0.2
Check: tests
Result: ERROR
     Running 'testthat.R' [115s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(pkgdown)
     >
     > test_check("pkgdown")
     [ FAIL 1 | WARN 0 | SKIP 68 | PASS 576 ]
    
     == Skipped tests ===============================================================
     * On CRAN (63)
     * dir_exists(path)[[1]] is not TRUE (1)
     * dir_exists(test_path("assets/site-dot-github/.github")) is not TRUE (2)
     * rmarkdown::pandoc_available(version) is not TRUE (2)
    
     == Failed tests ================================================================
     -- Failure (test-build-articles.R:147:3): articles in vignettes/articles/ are unnested into articles/ --
     `path` (`actual`) not equal to file.path(pkg$dst_path, "articles", "nested.html") (`expected`).
    
     actual vs expected
     - "D:/RCompile/CRANpkg/local/4.1/pkgdown.Rcheck/tests/testthat/assets/articles/docs/articles/nested.html"
     + "D:/Rcompile/CRANpkg/local/4.1/pkgdown.Rcheck/tests/testthat/assets/articles/docs/articles/nested.html"
    
     [ FAIL 1 | WARN 0 | SKIP 68 | PASS 576 ]
     Deleting unused snapshots:
     * build-search-docs/search-no-url.json
     * build-search-docs/search.json
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64