CRAN Package Check Results for Package biomartr

Last updated on 2019-12-12 07:50:58 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.0 24.10 202.63 226.73 OK
r-devel-linux-x86_64-debian-gcc 0.9.1 23.33 157.21 180.54 OK
r-devel-linux-x86_64-fedora-clang 0.9.1 277.47 NOTE
r-devel-linux-x86_64-fedora-gcc 0.9.1 270.55 ERROR
r-devel-windows-ix86+x86_64 0.9.0 44.00 275.00 319.00 OK
r-devel-windows-ix86+x86_64-gcc8 0.9.0 57.00 302.00 359.00 OK
r-patched-linux-x86_64 0.9.1 21.84 177.88 199.72 OK
r-patched-solaris-x86 0.9.1 325.70 NOTE
r-release-linux-x86_64 0.9.0 19.05 168.33 187.38 OK
r-release-windows-ix86+x86_64 0.9.0 34.00 206.00 240.00 OK
r-release-osx-x86_64 0.9.1 NOTE
r-oldrel-windows-ix86+x86_64 0.9.1 38.00 172.00 210.00 OK
r-oldrel-osx-x86_64 0.9.1 NOTE

Check Details

Version: 0.9.1
Check: dependencies in R code
Result: NOTE
    Namespace in Imports field not imported from: ‘fs’
     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.9.1
Check: examples
Result: ERROR
    Running examples in ‘biomartr-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: listDatabases
    > ### Title: Retrieve a List of Available NCBI Databases for Download
    > ### Aliases: listDatabases listNCBIDatabases
    >
    > ### ** Examples
    >
    > # retrieve all versions of the NCBI 'nr' database that can be downloaded
    > listNCBIDatabases(db = "nr")
    Error in function (type, msg, asError = TRUE) :
     Could not resolve host: ftp.ncbi.nlm.nih.gov
    Calls: listNCBIDatabases ... strsplit -> <Anonymous> -> curlPerform -> <Anonymous> -> fun
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc