CRAN Package Check Results for Maintainer ‘Adrien Todeschini <adrien.todeschini at gmail.com>’

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

Package ERROR OK
rchallenge 3 9

Package rchallenge

Current CRAN status: ERROR: 3, OK: 9

Version: 1.3.2
Check: examples
Result: ERROR
    Running examples in ‘rchallenge-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: icon
    > ### Title: HTML code for icons.
    > ### Aliases: icon
    >
    > ### ** Examples
    >
    > rmd <- '
    + ```{r}
    + library(rchallenge)
    + ```
    + <link rel="stylesheet"
    + href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
    + `r icon("fa-user")`
    + `r icon("fa-user fa-lg")`
    + `r icon("fa-user fa-2x")`
    + `r icon("fa-user fa-3x")`
    + `r icon("fa-user fa-3x fa-border")`
    + '
    > file <- tempfile()
    > cat(rmd, file=file)
    > writeLines(readLines(file))
    
    ```{r}
    library(rchallenge)
    ```
    <link rel="stylesheet"
     href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
    `r icon("fa-user")`
    `r icon("fa-user fa-lg")`
    `r icon("fa-user fa-2x")`
    `r icon("fa-user fa-3x")`
    `r icon("fa-user fa-3x fa-border")`
    > rmarkdown::render(file)
    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-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 1.3.2
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(rchallenge)
     >
     > test_check("rchallenge")
     ── 1. Failure: pandoc available (@test-pandoc.R#2) ────────────────────────────
     rmarkdown::pandoc_available("1.12.3") isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Failure: pandoc available (@test-pandoc.R#2)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86

Version: 1.3.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/1s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(rchallenge)
     >
     > test_check("rchallenge")
     ── 1. Failure: pandoc available (@test-pandoc.R#2) ────────────────────────────
     rmarkdown::pandoc_available("1.12.3") isn't true.
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 0 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 1 ]
     1. Failure: pandoc available (@test-pandoc.R#2)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-release-macos-x86_64, r-oldrel-macos-x86_64