CRAN Package Check Results for Package UScensus2010

Last updated on 2020-08-07 01:50:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.11 4.02 39.71 43.73 NOTE
r-devel-linux-x86_64-debian-gcc 0.11 2.74 31.70 34.44 NOTE
r-devel-linux-x86_64-fedora-clang 0.11 60.80 NOTE
r-devel-linux-x86_64-fedora-gcc 0.11 52.90 NOTE
r-devel-windows-ix86+x86_64 0.11 22.00 80.00 102.00 NOTE
r-patched-linux-x86_64 0.11 3.93 40.23 44.16 NOTE
r-patched-solaris-x86 0.11 88.60 NOTE
r-release-linux-x86_64 0.11 4.33 39.82 44.15 NOTE
r-release-macos-x86_64 0.11 NOTE
r-release-windows-ix86+x86_64 0.11 22.00 115.00 137.00 NOTE
r-oldrel-macos-x86_64 0.11 NOTE
r-oldrel-windows-ix86+x86_64 0.11 16.00 69.00 85.00 NOTE

Check Details

Version: 0.11
Check: for hidden files and directories
Result: NOTE
    Found the following hidden files and directories:
     data/.Rhistory
    These were most likely included in error. See section 'Package
    structure' in the 'Writing R Extensions' 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-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.11
Check: dependencies in R code
Result: NOTE
    'library' or 'require' call to 'rgdal' in package code.
     Please use :: or requireNamespace() instead.
     See section 'Suggested packages' in the 'Writing R Extensions' manual.
    Packages in Depends field not imported from:
     'foreign' 'methods'
     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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.11
Check: R code for possible problems
Result: NOTE
    File 'UScensus2010/R/zzz.R':
     .onLoad calls:
     packageStartupMessage("\n")
     packageStartupMessage(paste("Package ", dscr$Package, ": ", dscr$Title, "\n", "Version ", dscr$Version, " created on ", dscr$Date, ".\n", sep = ""))
     packageStartupMessage(paste("Zack Almquist, University of California-Irvine\nne\n", sep = ""))
     packageStartupMessage("For citation information, type citation(\"UScensus2010\").")
     packageStartupMessage("Type help(package=UScensus2010) to get started.")
    
    See section 'Good practice' in '?.onAttach'.
    
    MSA : MSA.aux: no visible global function definition for 'data'
    areaPoly: no visible global function definition for 'slot'
    areaPoly: no visible binding for global variable 'slot'
    check.state : check.state.aux: no visible global function definition
     for 'data'
    choropleth.plot: no visible global function definition for 'title'
    city : city.aux: no visible global function definition for 'data'
    county : county.aux: no visible global function definition for 'data'
    county : county.aux : build.county.shape: no visible global function
     definition for 'data'
    demographics : demographics.aux : dem.fun: no visible global function
     definition for 'data'
    demographics : demographics.aux: no visible global function definition
     for 'data'
    install.blk: no visible global function definition for
     'install.packages'
    install.blkgrp: no visible global function definition for
     'install.packages'
    install.cdp: no visible global function definition for
     'install.packages'
    install.county: no visible global function definition for
     'install.packages'
    install.tract: no visible global function definition for
     'install.packages'
    nameTofips : nameTofips.aux: no visible global function definition for
     'data'
    Undefined global functions or variables:
     data install.packages slot title
    Consider adding
     importFrom("graphics", "title")
     importFrom("methods", "slot")
     importFrom("utils", "data", "install.packages")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
    
    Found the following calls to data() loading into the global environment:
    File 'UScensus2010/R/demographics.R':
     data(list = paste(state, ".", level, "10", sep = ""))
    See section 'Good practice' in '?data'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.11
Check: Rd line widths
Result: NOTE
    Rd file 'MSA.Rd':
     \usage lines wider than 90 characters:
     MSA(msafips = NULL, msaname = NULL, state=NULL , statefips=FALSE, level = c("tract", "blk", "blkgrp"), proj = NULL)
    
    Rd file 'areaPoly.Rd':
     \examples lines wider than 100 characters:
     choropleth(oregon.county10,"den00",color = list(fun = "rainbow", attr = list(4)),main="2010 US Counties \n Oregon",type="plot",border=" ... [TRUNCATED]
    
    Rd file 'choropleth.Rd':
     \usage lines wider than 90 characters:
     choropleth(sp, dem = "P0010001", cuts = list("quantile", seq(0, 1, 0.25)), color = list(fun = "hsv", attr = list(h = c(0.4, 0.5, 0.6, 0 ... [TRUNCATED]
     \examples lines wider than 100 characters:
     choropleth(oregon.county10,"P0010001",color = list(fun = "rainbow", attr = list(4)),main="2010 Counties \n Oregon",type="plot",border=" ... [TRUNCATED]
     choropleth(oregon.county10,"P0010001",main="2010 Counties \n Oregon",border="transparent",type="spplot")
    
    Rd file 'choropleth.plot.Rd':
     \usage lines wider than 90 characters:
     choropleth.plot(sp, dem = "P0010001", cuts = list("quantile", seq(0, 1, 0.25)), color = list(fun = "hsv", attr = list(h = c(0.4, 0.5, 0 ... [TRUNCATED]
    
    Rd file 'choropleth.spplot.Rd':
     \usage lines wider than 90 characters:
     choropleth.spplot(sp, dem = "P0010001", cuts = list("quantile", seq(0, 1, 0.25)), color = list(fun = "hsv", attr = list(h = c(0.4, 0.5, ... [TRUNCATED]
    
    Rd file 'county.Rd':
     \usage lines wider than 90 characters:
     county(fips = NULL, name = NULL, state, level = c("tract", "blk", "blkgrp"), statefips = FALSE, sp.object=NULL, proj=NULL)
    
    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.11
Check: R code for possible problems
Result: NOTE
    File ‘UScensus2010/R/zzz.R’:
     .onLoad calls:
     packageStartupMessage("\n")
     packageStartupMessage(paste("Package ", dscr$Package, ": ", dscr$Title, "\n", "Version ", dscr$Version, " created on ", dscr$Date, ".\n", sep = ""))
     packageStartupMessage(paste("Zack Almquist, University of California-Irvine\nne\n", sep = ""))
     packageStartupMessage("For citation information, type citation(\"UScensus2010\").")
     packageStartupMessage("Type help(package=UScensus2010) to get started.")
    
    See section ‘Good practice’ in '?.onAttach'.
    
    MSA : MSA.aux: no visible global function definition for ‘data’
    areaPoly: no visible global function definition for ‘slot’
    areaPoly: no visible binding for global variable ‘slot’
    check.state : check.state.aux: no visible global function definition
     for ‘data’
    choropleth.plot: no visible global function definition for ‘title’
    city : city.aux: no visible global function definition for ‘data’
    county : county.aux: no visible global function definition for ‘data’
    county : county.aux : build.county.shape: no visible global function
     definition for ‘data’
    demographics : demographics.aux : dem.fun: no visible global function
     definition for ‘data’
    demographics : demographics.aux: no visible global function definition
     for ‘data’
    install.blk: no visible global function definition for
     ‘install.packages’
    install.blkgrp: no visible global function definition for
     ‘install.packages’
    install.cdp: no visible global function definition for
     ‘install.packages’
    install.county: no visible global function definition for
     ‘install.packages’
    install.tract: no visible global function definition for
     ‘install.packages’
    nameTofips : nameTofips.aux: no visible global function definition for
     ‘data’
    Undefined global functions or variables:
     data install.packages slot title
    Consider adding
     importFrom("graphics", "title")
     importFrom("methods", "slot")
     importFrom("utils", "data", "install.packages")
    to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
    contains 'methods').
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-solaris-x86, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64