CRAN Package Check Results for Package MUCflights

Last updated on 2020-03-10 11:49:35 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0-3 6.51 54.48 60.99 ERROR
r-devel-linux-x86_64-debian-gcc 0.0-3 4.22 43.05 47.27 ERROR
r-devel-linux-x86_64-fedora-clang 0.0-3 73.69 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0-3 72.03 ERROR
r-devel-windows-ix86+x86_64 0.0-3 20.00 173.00 193.00 NOTE
r-devel-windows-ix86+x86_64-gcc8 0.0-3 12.00 142.00 154.00 NOTE
r-patched-linux-x86_64 0.0-3 5.19 61.37 66.56 NOTE
r-patched-solaris-x86 0.0-3 245.30 NOTE
r-release-linux-x86_64 0.0-3 4.38 59.94 64.32 NOTE
r-release-windows-ix86+x86_64 0.0-3 10.00 140.00 150.00 NOTE
r-release-osx-x86_64 0.0-3 NOTE
r-oldrel-windows-ix86+x86_64 0.0-3 7.00 128.00 135.00 NOTE
r-oldrel-osx-x86_64 0.0-3 NOTE

Check Details

Version: 0.0-3
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'XML' which was already attached by Depends.
     Please remove these calls from your code.
    Packages in Depends field not imported from:
     'NightDay' 'RSQLite' 'XML' 'geosphere' 'sp'
     These packages need to be imported from (in the NAMESPACE file)
     for when this namespace is loaded but not attached.
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, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64

Version: 0.0-3
Check: R code for possible problems
Result: NOTE
    drawMap: no visible global function definition for 'box'
    drawMap: no visible global function definition for 'points'
    getFlights: no visible binding for global variable 'htmlTreeParse'
    getFlights: no visible binding for global variable 'xpathSApply'
    getFlights: no visible binding for global variable 'xmlAttrs'
    getFlights: no visible binding for global variable 'free'
    movie.routes: no visible global function definition for
     'txtProgressBar'
    movie.routes: no visible global function definition for 'jpeg'
    movie.routes: no visible global function definition for
     'setTxtProgressBar'
    movie.routes: no visible global function definition for 'dev.off'
    plot.routes: no visible global function definition for 'points'
    plot.routes: no visible global function definition for 'mtext'
    plot.routes : a: no visible global function definition for 'points'
    plot.routes : a: no visible global function definition for 'text'
    plot.routes : a: no visible global function definition for
     'gcIntermediate'
    plot.routes : a: no visible global function definition for 'lines'
    routes: no visible global function definition for 'data'
    routes: no visible global function definition for 'distHaversine'
    routes: no visible global function definition for 'gcIntermediate'
    Undefined global functions or variables:
     box data dev.off distHaversine free gcIntermediate htmlTreeParse jpeg
     lines mtext points setTxtProgressBar text txtProgressBar xmlAttrs
     xpathSApply
    Consider adding
     importFrom("grDevices", "dev.off", "jpeg")
     importFrom("graphics", "box", "lines", "mtext", "points", "text")
     importFrom("utils", "data", "setTxtProgressBar", "txtProgressBar")
    to your NAMESPACE file.
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.0-3
Check: Rd line widths
Result: NOTE
    Rd file 'flights.Rd':
     \usage lines wider than 90 characters:
     flights(from = NULL, to = NULL, path = system.file("MUCflights.RData", package = "MUCflights"))
    
    These lines will be truncated in the PDF manual.
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, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.0-3
Check: examples
Result: ERROR
    Running examples in 'MUCflights-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: movie
    > ### Title: function to generate a movie of flight data
    > ### Aliases: movie movie.routes ffmpeg
    > ### Keywords: movie
    >
    > ### ** Examples
    >
    > myflights <- flights(from = "2011-01-07 11:55:00",
    + to = "2011-01-07 12:05:00")
    > myroutes <- routes(myflights)
    > movie(myroutes, save = FALSE, NightDay = TRUE)
    Error in as.double(y) :
     cannot coerce type 'S4' to vector of type 'double'
    Calls: movie ... plot.routes -> drawMap -> plot -> plot.default -> xy.coords
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.0-3
Check: top-level files
Result: NOTE
    ‘cleanup’: /bin/bash is not portable
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.0-3
Check: data for non-ASCII characters
Result: NOTE
     Note: found 99 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: 0.0-3
Check: examples
Result: ERROR
    Running examples in ‘MUCflights-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: movie
    > ### Title: function to generate a movie of flight data
    > ### Aliases: movie movie.routes ffmpeg
    > ### Keywords: movie
    >
    > ### ** Examples
    >
    > myflights <- flights(from = "2011-01-07 11:55:00",
    + to = "2011-01-07 12:05:00")
    > myroutes <- routes(myflights)
    > movie(myroutes, save = FALSE, NightDay = TRUE)
    Error in as.double(y) :
     cannot coerce type 'S4' to vector of type 'double'
    Calls: movie ... plot.routes -> drawMap -> plot -> plot.default -> xy.coords
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.0-3
Check: R code for possible problems
Result: NOTE
    drawMap: no visible global function definition for 'plot'
    drawMap: no visible global function definition for 'box'
    drawMap: no visible global function definition for 'points'
    getFlights: no visible binding for global variable 'htmlTreeParse'
    getFlights: no visible binding for global variable 'xpathSApply'
    getFlights: no visible binding for global variable 'xmlAttrs'
    getFlights: no visible binding for global variable 'free'
    movie.routes: no visible global function definition for
     'txtProgressBar'
    movie.routes: no visible global function definition for 'jpeg'
    movie.routes: no visible global function definition for 'plot'
    movie.routes: no visible global function definition for
     'setTxtProgressBar'
    movie.routes: no visible global function definition for 'dev.off'
    plot.routes: no visible global function definition for 'plot'
    plot.routes: no visible global function definition for 'points'
    plot.routes: no visible global function definition for 'mtext'
    plot.routes : a: no visible global function definition for 'points'
    plot.routes : a: no visible global function definition for 'text'
    plot.routes : a: no visible global function definition for
     'gcIntermediate'
    plot.routes : a: no visible global function definition for 'lines'
    routes: no visible global function definition for 'data'
    routes: no visible global function definition for 'distHaversine'
    routes: no visible global function definition for 'gcIntermediate'
    Undefined global functions or variables:
     box data dev.off distHaversine free gcIntermediate htmlTreeParse jpeg
     lines mtext plot points setTxtProgressBar text txtProgressBar
     xmlAttrs xpathSApply
    Consider adding
     importFrom("grDevices", "dev.off", "jpeg")
     importFrom("graphics", "box", "lines", "mtext", "plot", "points",
     "text")
     importFrom("utils", "data", "setTxtProgressBar", "txtProgressBar")
    to your NAMESPACE file.
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64