Last updated on 2018-04-29 01:46:39 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 2.09 | 26.00 | 28.09 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.76 | 22.23 | 23.99 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 33.68 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 33.69 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.0 | 6.00 | 48.00 | 54.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 2.15 | 25.75 | 27.90 | NOTE | |
r-patched-solaris-x86 | 0.1.0 | 46.00 | ERROR | |||
r-release-linux-x86_64 | 0.1.0 | 1.50 | 25.66 | 27.16 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1.0 | 6.00 | 48.00 | 54.00 | OK | |
r-release-osx-x86_64 | 0.1.0 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 3.00 | 37.00 | 40.00 | OK | |
r-oldrel-osx-x86_64 | 0.1.0 | ERROR |
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘knitr’ ‘tools’
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.0
Check: DESCRIPTION meta-information
Result: NOTE
Dependence on R version ‘3.3.1’ not with patchlevel 0
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘ChocoLattes-Ex.R’ failed
The error most likely occurred in:
> ### Name: make_productions_page
> ### Title: Generate HTML page with productions list and summary chart
> ### Aliases: make_productions_page
>
> ### ** Examples
>
>
> # Load example data and convert it to a lattes list
> CV.dir <- system.file("extdata", package="ChocoLattes")
>
> # Define the aliases of authors "Felipe Campelo" and "Lucas S. Batista":
> # (all aliases will be converted to the first name provided for each author)
> my.aliases <- list(c("Felipe Campelo",
+ "Felipe Campelo Franca Pinto",
+ "Felipe Campelo F. Pinto",
+ "F.C.F. Pinto"),
+ c("Lucas S. Batista",
+ "Lucas Batista",
+ "Lucas de Souza Batista",
+ "Lucas Souza Batista"))
>
> lattes.list <- lattes_to_list(CV.dir = CV.dir,
+ author.aliases = my.aliases)
>
>
> # Build productions page:
> make_productions_page(lattes.list,
+ chart.type = "ggplot2",
+ h1.title = "ORCS Lab",
+ h2.title = "UFMG, Brazil",
+ language = "EN")
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-osx-x86_64, r-oldrel-osx-x86_64