CRAN Package Check Results for Package ChocoLattes

Last updated on 2019-12-17 08:49:45 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 2.81 30.24 33.05 NOTE
r-devel-linux-x86_64-debian-gcc 0.1.0 2.65 23.65 26.30 NOTE
r-devel-linux-x86_64-fedora-clang 0.1.0 43.16 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 39.45 NOTE
r-devel-windows-ix86+x86_64 0.1.0 15.00 65.00 80.00 OK
r-devel-windows-ix86+x86_64-gcc8 0.1.0 10.00 65.00 75.00 OK
r-patched-linux-x86_64 0.1.0 OK
r-patched-solaris-x86 0.1.0 50.30 ERROR
r-release-linux-x86_64 0.1.0 2.98 27.80 30.78 OK
r-release-windows-ix86+x86_64 0.1.0 6.00 39.00 45.00 OK
r-release-osx-x86_64 0.1.0 ERROR
r-oldrel-windows-ix86+x86_64 0.1.0 4.00 56.00 60.00 OK
r-oldrel-osx-x86_64 0.1.0 ERROR

Check Details

Version: 0.1.0
Check: for non-standard things in the check directory
Result: NOTE
    Found the following files/directories:
     'prod_page.html'
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

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: 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