- using R version 2.15.3 (2013-03-01)
- using platform: i386-w64-mingw32 (32-bit)
- using session charset: ISO8859-1
- checking for file 'wq/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'wq' version '0.3-9'
- 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 whether package 'wq' can be installed ... OK
- checking installed package size ... OK
- checking package directory ... OK
- checking for portable file names ... 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
- loading checks for arch 'i386'
** 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
- loading checks for arch 'x64'
** 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 for unstated dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... NOTE
eofNum: no visible binding for global variable 'cumVarLine'
eofPlot: no visible binding for global variable 'value'
eofPlot: no visible binding for global variable 'id'
mannKen: no visible binding for global variable 'variable'
mannKen: no visible binding for global variable 'sen.slope'
mannKen: no visible binding for global variable 'sen.slope.pct'
mannKen: no visible binding for global variable 'tau'
mannKen: no visible binding for global variable 'p.value'
mannKen: no visible binding for global variable 'miss'
plotSeason: no visible binding for global variable 'yr'
plotSeason: no visible binding for global variable 'mon'
plotSeason: no visible binding for global variable 'int'
plotSeason: no visible binding for global variable 'value'
plotSeason: no visible binding for global variable 'too.few'
plotTs: no visible binding for global variable 'variable'
plotTs: no visible binding for global variable 'value'
plotTsAnom: no visible binding for global variable 'variable'
plotTsAnom: no visible binding for global variable 'value'
plotTsTile: no visible binding for global variable 'yr'
plotTsTile: no visible binding for global variable 'mon'
plotTsTile: no visible binding for global variable 'value'
seaRoll: no visible binding for global variable 'sen.slope'
seaRoll: no visible binding for global variable 'p.value'
seasonTrend: no visible binding for global variable 'season'
seasonTrend: no visible binding for global variable 'p'
wqData: no visible binding for global variable 'x'
wqData: no visible binding for global variable 'value'
wqData: no visible binding for global variable 'site'
wqData: no visible binding for global variable 'variable'
- 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 sizes of PDF files under 'inst/doc' ... OK
- checking installed files from 'inst/doc' ... OK
- checking examples ...
** running examples for arch 'i386' ... ERROR
Running examples in 'wq-Ex.R' failed
The error most likely occurred in:
> ### Name: plotSeason
> ### Title: Plots seasonal patterns for a time series
> ### Aliases: plotSeason
> ### Keywords: Graphics ts
>
> ### ** Examples
>
> chl27 <- sfbayChla[, 's27']
> plotSeason(chl27, num.era = 3, ylab = 'Stn 27 Chl-a')
Loading required package: reshape2
Loading required package: ggplot2
> plotSeason(chl27, num.era = 3, same.plot = FALSE, ylab = 'Stn 27 Chl-a')
Error in grid.Call(L_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
Polygon edge not found (zero-width or zero-height?)
Calls: print ... <Anonymous> -> heightDetails -> heightDetails.text -> grid.Call
Execution halted
** running examples for arch 'x64' ... OK