Last updated on 2019-12-19 05:49:08 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-fedora-clang | 1.3.1 | 46.53 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.1 | 42.74 | OK | |||
r-devel-windows-ix86+x86_64 | 1.3.1 | 10.00 | 70.00 | 80.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 1.3.0 | 11.00 | 67.00 | 78.00 | OK | |
r-patched-solaris-x86 | 1.3.1 | 53.90 | ERROR | |||
r-release-linux-x86_64 | 1.3.0 | 2.83 | 30.90 | 33.73 | OK | |
r-release-windows-ix86+x86_64 | 1.3.0 | 10.00 | 65.00 | 75.00 | OK | |
r-release-osx-x86_64 | 1.3.0 | ERROR | ||||
r-oldrel-osx-x86_64 | 1.3.0 | ERROR |
Version: 1.3.1
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
Flavor: r-patched-solaris-x86
Version: 1.3.0
Check: examples
Result: ERROR
Running examples in ‘rchallenge-Ex.R’ failed
The error most likely occurred in:
> ### Name: icon
> ### Title: HTML code for icons. Currently only supports Font Awesome 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-release-osx-x86_64, r-oldrel-osx-x86_64