• using R version 2.14.2 RC (2012-02-23 r58468)
  • using platform: i686-pc-linux-gnu (32-bit)
  • using session charset: UTF-8
  • checking for file ‘RMAWGEN/DESCRIPTION’ ... OK
  • checking extension type ... Package
  • this is package ‘RMAWGEN’ version ‘1.2.2’
  • 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 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 ‘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 examples ... ERROR
    Running examples in ‘RMAWGEN-Ex.R’ failed
    The error most likely occurred in:

    > ### Name: ComprehensivePrecipitationGenerator
    > ### Title: The comprehensive Precipitation Generator
    > ### Aliases: ComprehensivePrecipitationGenerator
    >
    > ### ** Examples
    >
    > data(trentino)
    >
    >
    > 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")
    > generation_prec <- ComprehensivePrecipitationGenerator(station=vstation[10:12],prec_all=PRECIPITATION,sample="monthly")

    *** caught bus error ***
    address 0xa8231000, cause 'non-existent physical address'

    Traceback:
    1: diag(resids %*% solve(Sigma) %*% t(resids))
    2: logLik.varest(object)
    3: logLik(object)
    4: summary.varest(var@VAR)
    5: summary(var@VAR)
    6: chol(summary(var@VAR)$covres)
    7: t(chol(summary(var@VAR)$covres))
    8: forecastResidual(var = var, xprev = noise, B = B)
    9: NewVAReventRealization(var = var@VAR, xprev = xprev, exogen = exogen_data, noise = as.vector(t(noise[i, ])), B = B)
    10: newVARmultieventRealization(var, exogen = exogen_sim, nrealization = nrow(prec_spline_sim), extremes = extremes, type = type_quantile)
    11: ComprehensivePrecipitationGenerator(station = vstation[10:12], prec_all = PRECIPITATION, sample = "monthly")
    aborting ...
    Bus error