CRAN Package Check Results for Package ggthemes

Last updated on 2019-05-01 01:51:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.1.1 6.82 86.87 93.69 OK
r-devel-linux-x86_64-debian-gcc 4.1.1 5.96 66.41 72.37 OK
r-devel-linux-x86_64-fedora-clang 4.1.1 107.81 NOTE
r-devel-linux-x86_64-fedora-gcc 4.1.1 107.42 NOTE
r-patched-linux-x86_64 4.1.1 7.15 84.08 91.23 OK
r-patched-solaris-x86 4.1.1 150.40 NOTE
r-release-linux-x86_64 4.1.1 7.52 84.23 91.75 OK
r-release-windows-ix86+x86_64 4.1.1 25.00 139.00 164.00 OK
r-release-osx-x86_64 4.1.1 ERROR
r-oldrel-windows-ix86+x86_64 4.1.1 15.00 143.00 158.00 WARN
r-oldrel-osx-x86_64 4.1.1 NOTE

Check Details

Version: 4.1.1
Check: data for non-ASCII characters
Result: NOTE
     Note: found 138 marked UTF-8 strings
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: 4.1.1
Check: examples
Result: ERROR
    Running examples in ‘ggthemes-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: scale_linetype_stata
    > ### Title: Stata linetype palette (discrete)
    > ### Aliases: scale_linetype_stata
    >
    > ### ** Examples
    >
    > require("dplyr")
    Loading required package: dplyr
    
    Attaching package: ‘dplyr’
    
    The following objects are masked from ‘package:stats’:
    
     filter, lag
    
    The following objects are masked from ‘package:base’:
    
     intersect, setdiff, setequal, union
    
    > require("tidyr")
    Loading required package: tidyr
    Warning in library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
     there is no package called ‘tidyr’
    > require("ggplot2")
    Loading required package: ggplot2
    >
    > rescale01 <- function(x) {
    + (x - min(x)) / diff(range(x))
    + }
    >
    > gather(economics, variable, value, -date) %>%
    + group_by(variable) %>%
    + mutate(value = rescale01(value)) %>%
    + ggplot(aes(x = date, y = value, linetype = variable)) +
    + geom_line() +
    + scale_linetype_stata()
    Error in gather(economics, variable, value, -date) :
     could not find function "gather"
    Calls: %>% -> eval -> eval
    Execution halted
Flavor: r-release-osx-x86_64

Version: 4.1.1
Check: whether package can be installed
Result: WARN
    Found the following significant warnings:
     Warning: S3 methods '[.fun_list', '[.grouped_df', 'all.equal.tbl_df', 'anti_join.data.frame', 'anti_join.tbl_df', 'arrange.data.frame', 'arrange.default', 'arrange.grouped_df', 'arrange.tbl_df', 'arrange_.data.frame', 'arrange_.tbl_df', 'as.data.frame.grouped_df', 'as.data.frame.rowwise_df', 'as.data.frame.tbl_cube', 'as.table.tbl_cube', 'as.tbl.data.frame', 'as.tbl.tbl', 'as.tbl_cube.array', 'as.tbl_cube.data.frame', 'as.tbl_cube.matrix', 'as.tbl_cube.table', 'as_tibble.grouped_df', 'as_tibble.tbl_cube', 'auto_copy.tbl_cube', 'auto_copy.tbl_df', 'cbind.grouped_df', 'collapse.data.frame', 'collect.data.frame', 'common_by.NULL', 'common_by.character', 'common_by.default', 'common_by.list', 'compute.data.frame', 'copy_to.DBIConnection', 'copy_to.src_local', 'default_missing.data.frame', 'default_missing.default', 'dim.tbl_cube', 'distinct.data.frame', 'distinct.default', 'distinct.grouped_df', 'distinct.tbl_df', 'distinct_.data.frame', 'distinct_.grouped_df', 'distinct_.tbl_df', 'do.NULL', 'do.da [... truncated]
Flavor: r-oldrel-windows-ix86+x86_64