Displaying 1 result from an estimated 1 matches for "testvectorfunct".
2007 Dec 17
0
guidelines for consistency of vector functions
...tor-functionality
tester on some vector-like classes in R ("basic"="level 1",
"extra"="level 2", and "bonus"="level 3" functions) (this might be hard
to read if line wrapping happens -- I've attached text files):
> source("testVectorFunctionality.R")
> library(chron)
> if (exists("length.POSIXlt")) remove(list="length.POSIXlt")
>
> ### 'character' passes the functionality tests
> res <- testVectorFunctionality(CLASS="character", verbose=FALSE)
Passed all 17 basic test...