Nothing
#############################################################
#
# DESCRIPTION: run all examples in SeqArray
#
library(SeqArray)
#############################################################
#
# test functions
#
notest_examples <- function()
{
if (Sys.info()[['sysname']] == "Windows")
return(invisible())
function.list <- readRDS(
system.file("Meta", "Rd.rds", package="SeqArray"))$Name
sapply(function.list, FUN = function(func.name)
{
args <- list(
topic=func.name,
package="SeqArray",
echo=FALSE, verbose=FALSE, ask=FALSE
)
message("Running the examples in '", func.name, "()':")
suppressWarnings(do.call(example, args))
NULL
})
invisible()
}
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.