• using R version 2.11.0 Under development (unstable) (2010-01-14 r50981)
  • using session charset: UTF-8
  • checking for file 'seas/DESCRIPTION' ... OK
  • checking extension type ... Package
  • this is package 'seas' version '0.3-8'
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking for executable files ... OK
  • checking whether package 'seas' can be installed ... WARNING
    Found the following significant warnings:
    Warning: ./man/SeasOpts.Rd:53: unknown macro '\item'
    Warning: ./man/SeasOpts.Rd:70: unknown macro '\item'
    Warning: ./man/summerland.Rd:13: unexpected section header '\description'
    Warning: ./man/summerland.Rd:14: unknown macro '\item'
    Warning: ./man/summerland.Rd:16: unknown macro '\item'
    See http://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-gcc/seas-00install.html for details.
  • 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 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
    getstnname: no visible binding for global variable ‘mscstn’
  • checking Rd files ... WARNING
    prepare_Rd: SeasOpts.Rd:53: unknown macro '\item'
    prepare_Rd: SeasOpts.Rd:70: unknown macro '\item'
    prepare_Rd: summerland.Rd:13: unexpected section header '\description'
    prepare_Rd: summerland.Rd:14: unknown macro '\item'
    prepare_Rd: summerland.Rd:16: unknown macro '\item'
  • 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 ... NOTE
    S3 methods shown with full name in documentation object 'plot.seas.temp':
    plot.seas.temp

    S3 methods shown with full name in documentation object 'plot.seas.var':
    plot.seas.var

    S3 methods shown with full name in documentation object 'plot.year':
    plot.year

    The \usage entries for S3 methods should use the \method markup and not
    their full name.
    See the chapter 'Writing R documentation files' in manual 'Writing R
    Extensions'.
  • 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
  • checking examples ... ERROR
    Running examples in 'seas-Ex.R' failed.
    The error most likely occurred in:

    > ### * year.length
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: year.length
    > ### Title: Calculate the number of days in a year
    > ### Aliases: year.length
    > ### Keywords: utilities datagen ts
    >
    > ### ** Examples
    >
    > cal <- data.frame(year=c(1899,1900,1904,2000,2080,2100))
    > cal[["Gregorian"]] <- year.length(cal$year)
    > cal[["Julian"]] <- year.length(cal$year,"julian")
    > cal[["360\_day"]] <- year.length(cal$year,"360\_day")
    Error: '\_' is an unrecognized escape in character string starting "360\_"
    Execution halted