Last updated on 2020-08-07 01:49:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.2 | 2.81 | 33.18 | 35.99 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.2 | 2.55 | 25.99 | 28.54 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.2 | 52.19 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.2 | 43.23 | OK | |||
r-devel-windows-ix86+x86_64 | 1.3.2 | 11.00 | 49.00 | 60.00 | OK | |
r-patched-linux-x86_64 | 1.3.2 | 3.05 | 32.66 | 35.71 | OK | |
r-patched-solaris-x86 | 1.3.2 | 59.90 | ERROR | |||
r-release-linux-x86_64 | 1.3.2 | 2.95 | 32.35 | 35.30 | OK | |
r-release-macos-x86_64 | 1.3.2 | ERROR | ||||
r-release-windows-ix86+x86_64 | 1.3.2 | 10.00 | 60.00 | 70.00 | OK | |
r-oldrel-macos-x86_64 | 1.3.2 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 1.3.2 | 5.00 | 73.00 | 78.00 | OK |
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