CRAN Package Check Results for Package collector

Last updated on 2019-05-13 08:52:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 12.42 216.83 229.25 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 12.94 206.90 219.84 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 227.57 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.1 217.73 NOTE
r-patched-linux-x86_64 0.1.1 13.93 202.86 216.79 OK
r-patched-solaris-x86 0.1.1 278.70 ERROR
r-release-linux-x86_64 0.1.1 14.94 202.76 217.70 OK
r-release-windows-ix86+x86_64 0.1.1 43.00 245.00 288.00 OK
r-release-osx-x86_64 0.1.1 ERROR
r-oldrel-windows-ix86+x86_64 0.1.1 19.00 171.00 190.00 OK
r-oldrel-osx-x86_64 0.1.1 ERROR

Check Details

Version: 0.1.1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘xaringan’
     All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘spelling.R’
     Running ‘testthat.R’ [75s/75s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(collector)
     >
     > test_check("collector")
     ── 1. Error: make slides (@test-make_slides.R#21) ─────────────────────────────
     pandoc version 1.12.3 or higher is required and was not found (see the help page ?rmarkdown::pandoc_available).
     1: make_slides("Natalie Wade", ques, tmpdir) at testthat/test-make_slides.R:21
     2: rmarkdown::render(file.path(output_dir, "interview.Rmd"), output_file = paste0(tolower(sme) %>%
     stringr::str_replace_all(" ", "_"), ".html"), knit_root_dir = output_dir, quiet = TRUE,
     params = list(sme = sme, assessment_title = stringr::str_glue("{assessment_title}<br>{logo_emoji}"),
     domain_list = get_smes_domains(sme, questions), questions_file = file.path(output_dir,
     "questions.rds")))
     3: pandoc_available(required_pandoc, error = TRUE)
     4: stop(paste(msg, collapse = " "), call. = FALSE)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 20 SKIPPED: 0 WARNINGS: 0 FAILED: 1
     1. Error: make slides (@test-make_slides.R#21)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/0s]
     Running ‘testthat.R’ [104s/44s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     1: make_slides("Natalie Wade", ques, tmpdir) at testthat/test-make_slides.R:21
     2: rmarkdown::render(file.path(output_dir, "interview.Rmd"), output_file = paste0(tolower(sme) %>%
     stringr::str_replace_all(" ", "_"), ".html"), knit_root_dir = output_dir, quiet = TRUE,
     params = list(sme = sme, assessment_title = stringr::str_glue("{assessment_title}<br>{logo_emoji}"),
     domain_list = get_smes_domains(sme, questions), questions_file = file.path(output_dir,
     "questions.rds")))
     3: pandoc_available(required_pandoc, error = TRUE)
     4: stop(paste(msg, collapse = " "), call. = FALSE)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 20 SKIPPED: 0 WARNINGS: 0 FAILED: 1
     1. Error: make slides (@test-make_slides.R#21)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-release-osx-x86_64

Version: 0.1.1
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/0s]
     Running ‘testthat.R’ [105s/44s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     1: make_slides("Natalie Wade", ques, tmpdir) at testthat/test-make_slides.R:21
     2: rmarkdown::render(file.path(output_dir, "interview.Rmd"), output_file = paste0(tolower(sme) %>%
     stringr::str_replace_all(" ", "_"), ".html"), knit_root_dir = output_dir, quiet = TRUE,
     params = list(sme = sme, assessment_title = stringr::str_glue("{assessment_title}<br>{logo_emoji}"),
     domain_list = get_smes_domains(sme, questions), questions_file = file.path(output_dir,
     "questions.rds")))
     3: pandoc_available(required_pandoc, error = TRUE)
     4: stop(paste(msg, collapse = " "), call. = FALSE)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     OK: 20 SKIPPED: 0 WARNINGS: 0 FAILED: 1
     1. Error: make slides (@test-make_slides.R#21)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-oldrel-osx-x86_64