• using R version 2.10.0 Patched (2009-11-18 r50482)
  • using session charset: ASCII
  • checking for file 'RSurvey/DESCRIPTION' ... OK
  • checking extension type ... Package
  • this is package 'RSurvey' version '0.4.5'
  • checking package dependencies ... OK
  • checking if this is a source package ... OK
  • checking for executable files ... OK
  • checking whether package 'RSurvey' 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 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 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 data for non-ASCII characters ... OK
  • checking examples ... ERROR
    Running examples in 'RSurvey-Ex.R' failed.
    The error most likely occurred in:

    > ### * mergeData
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: mergeData
    > ### Title: Merge Time-stamped Data
    > ### Aliases: mergeData
    > ### Keywords: misc
    >
    > ### ** Examples
    >
    > f <- system.file("RSurvey-ex/river.txt", package = "RSurvey")
    > con <- file(f, open = "r", encoding = "latin1")
    > d <- readFile(con)
    > srvy.dat("cols", d$cols)
    > srvy.dat("vars", d$vars)
    > srvy.dat("data.raw", d$dat)
    >
    > f <- system.file("RSurvey-ex/river-temperature.txt", package = "RSurvey")
    > con <- file(f, open = "r", encoding = "latin1")
    > mergeData(con)
    Warning in read.table(file, header = FALSE, sep = srvy.dat("sep"), na.strings = c("", :
    invalid input found on input connection '/Volumes/Data/Builds/packages/leopard-universal/results/2.10/RSurvey.Rcheck/RSurvey/RSurvey-ex/river-temperature.txt'
    Warning in read.table(file, header = FALSE, sep = srvy.dat("sep"), na.strings = c("", :
    incomplete final line found by readTableHeader on '/Volumes/Data/Builds/packages/leopard-universal/results/2.10/RSurvey.Rcheck/RSurvey/RSurvey-ex/river-temperature.txt'
    Error: No temporal data is available within the new file.
    Execution halted
  • elapsed time (check, wall clock): 0:52