CRAN Package Check Results for Package worcs

Last updated on 2020-08-07 01:50:05 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 9.93 96.20 106.13 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 8.43 74.03 82.46 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 136.31 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 124.14 OK
r-devel-windows-ix86+x86_64 0.1.3 30.00 117.00 147.00 OK
r-patched-linux-x86_64 0.1.3 9.03 94.66 103.69 OK
r-release-linux-x86_64 0.1.3 8.77 94.61 103.38 OK
r-release-macos-x86_64 0.1.3 ERROR
r-release-windows-ix86+x86_64 0.1.3 28.00 178.00 206.00 OK
r-oldrel-macos-x86_64 0.1.3 ERROR
r-oldrel-windows-ix86+x86_64 0.1.3 17.00 105.00 122.00 OK

Check Details

Version: 0.1.3
Check: examples
Result: ERROR
    Running examples in ‘worcs-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: cite_all
    > ### Title: Comprehensive citation Knit function for 'RStudio'
    > ### Aliases: cite_all
    >
    > ### ** Examples
    >
    > # NOTE: Do not use this function interactively, as in the example below.
    > # Only specify it as custom knit function in an 'R Markdown' file, like so:
    > # knit: worcs::cite_all
    >
    > file_name <- file.path(tempdir(), "citeall.Rmd")
    > loc <- rmarkdown::draft(file_name,
    + template = "github_document",
    + package = "rmarkdown",
    + create_dir = FALSE,
    + edit = FALSE)
    > write(c("", "Optional reference: @reference2020"),
    + file = file_name, append = TRUE)
    > cite_all(file_name)
    Error: pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
    Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.1.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/7s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     <1b>[0;32mv <1b>[0m<1b>[0;30mCreating preregistration files.<1b>[0m
     <1b>[0;32mv <1b>[0m<1b>[0;30mWriting license file.<1b>[0m
     <1b>[0;31mX <1b>[0m<1b>[0;30mCreating first commit (committing README.md).<1b>[0m
     <1b>[0;31mX <1b>[0m<1b>[0;30mNo valid 'GitHub' address provided. You are working with a local 'Git' repository only.<1b>[0m
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 37 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 6 ]
     1. Error: documents with spaces in names can be rendered (@test-citations.R#17)
     2. Error: cite_* work with umlaute (@test-citations.R#49)
     3. Error: cite_* retain relative paths (@test-citations.R#90)
     4. Error: cite_* retain double @ (@test-citations.R#122)
     5. Failure: codebook works for iris (@test-codebook.R#11)
     6. Failure: codebook works for PlantGrowth with missings (@test-codebook.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-macos-x86_64

Version: 0.1.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/5s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     <1b>[0;32mv <1b>[0m<1b>[0;30mCreating preregistration files.<1b>[0m
     <1b>[0;32mv <1b>[0m<1b>[0;30mWriting license file.<1b>[0m
     <1b>[0;31mX <1b>[0m<1b>[0;30mCreating first commit (committing README.md).<1b>[0m
     <1b>[0;31mX <1b>[0m<1b>[0;30mNo valid 'GitHub' address provided. You are working with a local 'Git' repository only.<1b>[0m
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 37 | SKIPPED: 0 | WARNINGS: 2 | FAILED: 6 ]
     1. Error: documents with spaces in names can be rendered (@test-citations.R#17)
     2. Error: cite_* work with umlaute (@test-citations.R#49)
     3. Error: cite_* retain relative paths (@test-citations.R#90)
     4. Error: cite_* retain double @ (@test-citations.R#122)
     5. Failure: codebook works for iris (@test-codebook.R#11)
     6. Failure: codebook works for PlantGrowth with missings (@test-codebook.R#34)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-macos-x86_64