CRAN Package Check Results for Package packagefinder

Last updated on 2019-04-17 07:47:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.1 2.34 32.62 34.96 OK
r-devel-linux-x86_64-debian-gcc 0.1.1 2.08 26.58 28.66 OK
r-devel-linux-x86_64-fedora-clang 0.1.1 33.77 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.1 31.68 ERROR
r-devel-windows-ix86+x86_64 0.1.1 7.00 61.00 68.00 ERROR
r-patched-linux-x86_64 0.1.1 1.99 32.53 34.52 OK
r-patched-solaris-x86 0.1.1 70.60 OK
r-release-linux-x86_64 0.1.1 1.66 32.43 34.09 OK
r-release-windows-ix86+x86_64 0.1.1 3.00 48.00 51.00 OK
r-release-osx-x86_64 0.1.1 OK
r-oldrel-windows-ix86+x86_64 0.1.0 5.00 61.00 66.00 OK
r-oldrel-osx-x86_64 0.0.7 OK

Check Details

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in ‘packagefinder-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: packageDetails
    > ### Title: Showing information about a package
    > ### Aliases: packageDetails
    >
    > ### ** Examples
    >
    > packageDetails("ggplot2")
    
    Package ggplot2
    
    Title: An implementation of the Grammar of Graphics
    
    Long description:
    An implementation of the grammar of graphics
    in R. It combines the advantages of both base and
    lattice graphics: conditioning and shared axes are
    handled automatically, and you can still build up a
    plot step by step from multiple data sources. It also
    implements a sophisticated multidimensional
    conditioning system and a consistent interface to map
    data to aesthetic attributes. See the ggplot2 website
    for more information, documentation and examples.
    
    Publish date: 2014-05-21
    
    Version: 1.0.0
    
    License: GPL-2
    
    Maintainer: Hadley Wickham <h.wickham@gmail.com>
    
    Error in if (!is.na(searchindex$index$MAILINGLIST[go.num])) packageElement("Mailing list", :
     argument is of length zero
    Calls: packageDetails
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.1
Check: examples
Result: ERROR
    Running examples in 'packagefinder-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: whatsNew
    > ### Title: Staying up-to-date on CRAN packages
    > ### Aliases: whatsNew
    >
    > ### ** Examples
    >
    > whatsNew(last.days = 3)
    Error in readRDS(con) : unknown input format
    Calls: whatsNew ... <Anonymous> -> as.data.frame -> read_CRAN_object -> readRDS
    Execution halted
Flavor: r-devel-windows-ix86+x86_64