CRAN Package Check Results for Package ChocoLattes

Last updated on 2019-04-22 01:47:33 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 3.02 28.58 31.60 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 2.42 22.74 25.16 OK
r-devel-linux-x86_64-fedora-clang 0.1.0 36.96 NOTE
r-devel-linux-x86_64-fedora-gcc 0.1.0 38.86 NOTE
r-devel-windows-ix86+x86_64 0.1.0 9.00 57.00 66.00 OK
r-patched-linux-x86_64 0.1.0 2.24 28.19 30.43 OK
r-patched-solaris-x86 0.1.0 49.70 ERROR
r-release-linux-x86_64 0.1.0 2.34 27.54 29.88 NOTE
r-release-windows-ix86+x86_64 0.1.0 4.00 41.00 45.00 OK
r-release-osx-x86_64 0.1.0 ERROR
r-oldrel-windows-ix86+x86_64 0.1.0 7.00 55.00 62.00 OK
r-oldrel-osx-x86_64 0.1.0 ERROR

Check Details

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

Version: 0.1.0
Check: DESCRIPTION meta-information
Result: NOTE
    Dependence on R version ‘3.3.1’ not with patchlevel 0
Flavor: r-release-linux-x86_64