Nothing
test_getbootstrapkallisto <- function() {
obs <- tryCatch(getbootstrapkallisto(pathValues=NA,
nb=20), error=conditionMessage)
checkIdentical("not pathValues", obs)
obs <- tryCatch(getbootstrapkallisto(pathValues="text",
nb=NULL), error=conditionMessage)
checkIdentical("nb field is empty", obs)
obs <- tryCatch(getbootstrapkallisto(pathValues="text",
nb=0), error=conditionMessage)
checkIdentical("nb must be >0", obs)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.