CRAN Package Check Results for Package pkgdown

Last updated on 2020-08-07 01:49:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.1 8.90 81.58 90.48 OK
r-devel-linux-x86_64-debian-gcc 1.5.1 6.20 62.20 68.40 OK
r-devel-linux-x86_64-fedora-clang 1.5.1 110.17 NOTE
r-devel-linux-x86_64-fedora-gcc 1.5.1 118.90 OK
r-devel-windows-ix86+x86_64 1.5.1 25.00 148.00 173.00 OK
r-patched-linux-x86_64 1.5.1 8.49 80.44 88.93 OK
r-patched-solaris-x86 1.5.1 117.40 ERROR
r-release-linux-x86_64 1.5.1 7.06 81.19 88.25 OK
r-release-macos-x86_64 1.5.1 ERROR
r-release-windows-ix86+x86_64 1.5.1 27.00 113.00 140.00 OK
r-oldrel-macos-x86_64 1.5.1 ERROR
r-oldrel-windows-ix86+x86_64 1.5.1 12.00 101.00 113.00 OK

Check Details

Version: 1.5.1
Check: package dependencies
Result: NOTE
    Imports includes 25 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: 1.5.1
Check: Rd cross-references
Result: NOTE
    Undeclared package ‘usethis’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.5.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [21s/86s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(pkgdown)
     >
     > test_check("pkgdown")
     ── 1. Error: empty string works (@test-markdown.R#2) ──────────────────────────
     Pandoc not available
     Backtrace:
     1. testthat::expect_equal(markdown_text(""), "")
     4. pkgdown:::markdown_text("")
     5. pkgdown:::markdown(tmp, ...)
    
     ── 2. Error: empty string works (@test-markdown.R#2) ──────────────────────────
     [ENOENT] Failed to remove '/tmp/Rtmpkla4Wt/working_dir/RtmpRLaGyQ/file54c43594d48.html': no such file or directory
     Backtrace:
     1. testthat::expect_equal(markdown_text(""), "")
     4. pkgdown:::markdown_text("")
     5. pkgdown:::markdown(tmp, ...)
     6. fs::file_delete(tmp)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 357 | SKIPPED: 32 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: empty string works (@test-markdown.R#2)
     2. Error: empty string works (@test-markdown.R#2)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 1.5.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [25s/35s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     ── 2. Error: empty string works (@test-markdown.R#2) ──────────────────────────
     [ENOENT] Failed to remove '/Volumes/Temp/tmp/Rtmp6NJCkj/fileb6fc2b2c58c4.html': no such file or directory
     Backtrace:
     1. testthat::expect_equal(markdown_text(""), "")
     4. pkgdown:::markdown_text("")
     5. pkgdown:::markdown(tmp, ...)
     6. fs::file_delete(tmp)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 361 | SKIPPED: 30 | WARNINGS: 0 | FAILED: 2 ]
     1. Error: empty string works (@test-markdown.R#2)
     2. Error: empty string works (@test-markdown.R#2)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-macos-x86_64

Version: 1.5.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [26s/34s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     ── 2. Error: empty string works (@test-markdown.R#2) ──────────────────────────
     [ENOENT] Failed to remove '/tmp/RtmptnEx4r/file12b835ccb3114.html': no such file or directory
     Backtrace:
     1. testthat::expect_equal(markdown_text(""), "")
     4. pkgdown:::markdown_text("")
     5. pkgdown:::markdown(tmp, ...)
     6. fs::file_delete(tmp)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 361 | SKIPPED: 30 | WARNINGS: 1 | FAILED: 2 ]
     1. Error: empty string works (@test-markdown.R#2)
     2. Error: empty string works (@test-markdown.R#2)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-macos-x86_64