• using R version 2.7.0 Patched (2008-04-24 r45492)
  • using session charset: ASCII
  • checking for file 'IDPmisc/DESCRIPTION' ... OK
  • this is package 'IDPmisc' version '0.9.5'
  • package encoding: latin1
  • checking package name space information ... OK
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking whether package 'IDPmisc' can be installed ... 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 name space can be loaded with stated dependencies ... 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 ... OK
  • checking Rd files ... OK
  • checking Rd cross-references ... OK
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking data for non-ASCII characters ... OK
  • checking line endings in C/C++/Fortran sources/headers ... OK
  • checking line endings in Makefiles ... OK
  • checking for portable use of $BLAS_LIBS ... OK
  • creating IDPmisc-Ex.R ... OK
  • checking examples ... ERROR
    Running examples in 'IDPmisc-Ex.R' failed.
    The error most likely occurred in:

    > ### * longts.plot
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Encoding: latin1
    >
    > ### Name: longts.plot
    > ### Title: Plot Very Long Regular Time Series
    > ### Aliases: longts.plot
    > ### Keywords: hplot iplot ts multivariate
    >
    > ### ** Examples
    >
    > data(sunspots)
    > longts.plot(sunspots,upf=ceiling((end(sunspots)-start(sunspots))[1]/5),
    + dx.ann=10, dx.tick=1)
    >
    > if (require(SwissAir)) {
    + data(AirQual)
    +
    + longts.plot(y1=AirQual[,c("ad.O3","ad.NOx")], y2 = AirQual$ad.T,
    + names1=c("O3","NOx"),names2="Temp",
    + startP = 6.5*30*48, upf=7*48, dx.ann=48,
    + x.ann=substr(AirQual$start,1,6),
    + <ERROR: re-encoding failure from encoding 'latin1'>
    y1lab="[ppb]", y2lab="[+ y1lim=c(0,150), y2lim=c(10,30),
    + col2="red", type="l")
    Error: unexpected symbol in:
    " y1lab="[ppb]", y2lab="[ y1lim=c(0,150), y2lim=c(10,30),
    col2="red"
    Execution halted
  • elapsed time (check, wall clock): 2:02