inst/unitTests/test_dataExamples.R
7c0c9ac5
 test_dataExamples <- function(){
 	data(cnSetExample)
 	checkTrue(validObject(cnSetExample))
 	data(cnSetExample2)
 	checkTrue(validObject(cnSetExample2))
 }