- using R version 3.5.0 beta (2018-04-14 r74601)
- using platform: i386-pc-solaris2.10 (32-bit)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- 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 whether package ‘UScensus2010’ can be installed ... OK
- checking installed package size ... 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 ... [11s/12s] 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').
- checking Rd files ... OK
- checking Rd metadata ... OK
- 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 ... OK
- checking PDF version of manual ... OK
- DONE
Status: 3 NOTEs