CRAN Package Check Results for Package vitae

Last updated on 2021-02-11 06:48:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.4.1 4.48 52.55 57.03 OK
r-devel-linux-x86_64-debian-gcc 0.4.1 3.86 39.49 43.35 OK
r-devel-linux-x86_64-fedora-clang 0.4.1 78.55 OK
r-devel-linux-x86_64-fedora-gcc 0.4.1 67.11 OK
r-devel-windows-ix86+x86_64 0.4.1 11.00 51.00 62.00 OK
r-patched-linux-x86_64 0.4.1 5.59 48.38 53.97 OK
r-patched-solaris-x86 0.4.1 98.50 ERROR
r-release-linux-x86_64 0.4.1 4.85 49.31 54.16 OK
r-release-macos-x86_64 0.4.1 ERROR
r-release-windows-ix86+x86_64 0.4.1 12.00 71.00 83.00 OK
r-oldrel-macos-x86_64 0.4.1 ERROR
r-oldrel-windows-ix86+x86_64 0.4.1 8.00 50.00 58.00 OK

Check Details

Version: 0.4.1
Check: examples
Result: ERROR
    Running examples in ‘vitae-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: bibliography_entries
    > ### Title: Print bibliography section
    > ### Aliases: bibliography_entries
    >
    > ### ** Examples
    >
    >
    > # Create a bibliography from a set of packages
    > bib <- tempfile(fileext = ".bib")
    > knitr::write_bib(c("vitae", "tibble"), bib)
    >
    > # Import the bibliography entries into a CV
    > bibliography_entries(bib)
    Error in if (file.exists(p)) p else bin : argument is of length zero
    Calls: bibliography_entries -> <Anonymous> -> pandoc_citeproc
    Execution halted
Flavors: r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64