- using R version 3.5.0 (2018-04-23)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- checking for file ‘UScensus2010/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘UScensus2010’ version ‘0.11’
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... 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.
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘UScensus2010’ can be installed ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... 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.
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [6s/9s] 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’.
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... 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.
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [1s/2s] OK
- checking PDF version of manual ... OK
- DONE
Status: 4 NOTEs