- using R version 2.15.0 Patched (2012-05-04 r59314)
- using platform: sparc-sun-solaris2.10 (32-bit)
- using session charset: UTF-8
- checking for file ‘RMAWGEN/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘RMAWGEN’ version ‘1.2.5’
- 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 .dll and .exe files ... OK
- checking whether package ‘RMAWGEN’ can be installed ... OK
- checking installed package size ... OK
- checking package directory ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level 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 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
extractyears: no visible binding for global variable ‘year’
getMonthlyMean: no visible binding for global variable ‘month’
- 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 installed files from ‘inst/doc’ ... OK
- checking examples ... ERROR
Running examples in ‘RMAWGEN-Ex.R’ failed
The error most likely occurred in:
> ### Name: ComprehensiveTemperatureGenerator
> ### Title: The comprehensive Temperature Generator
> ### Aliases: ComprehensiveTemperatureGenerator
>
> ### ** Examples
>
> data(trentino)
> set.seed(1233)
> vstation <- c("B2440","B6130","B8570","B9100","LAVIO","POLSA","SMICH","T0001",
+ "T0010","T0014","T0018","T0032","T0064","T0083","T0090","T0092","T0094","T0099",
+ "T0102","T0110","T0129","T0139","T0147","T0149","T0152","T0157","T0168","T0179","T0189","T0193","T0204","T0210","T0211","T0327","T0367","T0373")
>
> station <- c("T0083","T0090")
> generation0 <- ComprehensiveTemperatureGenerator(station=station,Tx_all=TEMPERATURE_MAX,Tn_all=TEMPERATURE_MIN,year_min=1961,year_max=1990)
Error: cannot allocate vector of size 915.8 Mb
Execution halted