Package fExtremes_260.72.tar.gz did not pass R CMD check

Uwe.Ligges at r-project.org Uwe.Ligges at r-project.org
Tue Jun 17 19:46:18 CEST 2008


Dear package maintainer,
 
this notification has been generated automatically.
Your package fExtremes_260.72.tar.gz did not pass 'R CMD check' on
Windows and will be omitted from the corresponding CRAN directory
(CRAN/bin/windows/contrib/2.7/).
Please check the attached log-file and consider to resubmit a version
with increased version number that passes R CMD check on Windows.
R version 2.7.1 beta (2008-06-13 r45923)
 
All the best,
Uwe Ligges
(Maintainer of binary packages for Windows)
-------------- next part --------------
* using log directory 'd:/Rcompile/CRANpkg/local/2.7/fExtremes.Rcheck'
* using R version 2.7.1 beta (2008-06-13 r45923)
* using session charset: ISO8859-1
* checking for file 'fExtremes/DESCRIPTION' ... OK
* this is package 'fExtremes' version '260.72'
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'fExtremes' can be installed ... OK
* checking package directory ... OK
* checking for portable file names ... 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 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
* creating fExtremes-Ex.R ... OK
* checking examples ... ERROR
Running examples in 'fExtremes-Ex.R' failed.
The error most likely occurred in:

> ### * DataPreprocessing
> 
> flush(stderr()); flush(stdout())
> 
> ### Name: DataPreprocessing
> ### Title: Extremes Data Preprocessing
> ### Aliases: DataPreprocessing blockMaxima findThreshold pointProcess
> ###   deCluster
> ### Keywords: programming
> 
> ### ** Examples
>  
> ## findThreshold -
>    # Threshold giving (at least) fifty exceedances for Danish data
>    x = as.timeSeries(data(danishClaims))
>    findThreshold(x, n = c(10, 50, 100))    
    n=10     n=50    n=100 
38.15439 17.06847 10.50000 
>    
> ## blockMaxima -
>    # Block Maxima (Minima) for left tail of BMW log returns:
>    BMW = as.timeSeries(data(bmwRet))
>    colnames(BMW) = "BMW.RET"
>    head(BMW)
                BMW.RET
1973-01-02  0.047704097
1973-01-03  0.007127223
1973-01-04  0.008883307
1973-01-05 -0.012440569
1973-01-08 -0.003569961
1973-01-09  0.000000000
>    x = blockMaxima( BMW, block = 65)
Error in applySeries(x, from, to, FUN = max) : 
  no slot of name "Dim" for this object of class "timeDate"
Calls: blockMaxima -> applySeries
Execution halted


More information about the Rmetrics-core mailing list