- using R version 2.8.0 alpha (2008-09-26 r46576)
- using session charset: ISO8859-1
- checking for file 'trip/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'trip' version '1.1-1'
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking whether package 'trip' 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 ... NOTE
trip,trip-ANY: no visible global function definition for 'trip.default'
- 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 trip-Ex.R ... OK
- checking examples ... ERROR
Running examples in 'trip-Ex.R' failed.
The error most likely occurred in:
> ### * trip
>
> flush(stderr()); flush(stdout())
>
> ### Name: trip
> ### Title: Function to handle animal track data, organized as "trip"s
> ### Aliases: trip
> ### Keywords: manip
>
> ### ** Examples
>
> d <- data.frame(x = 1:10, y = rnorm(10), tms = Sys.time() + 1:10, id = gl(2, 5))
> coordinates(d) <- ~x+y
> tr <- trip(d, c("tms", "id"))
Error: protect(): protection stack overflow
Execution halted