.onLoad <- function(libname, pkgname)
{
if (!SparseArray_option_is_set("nthread"))
set_SparseArray_nthread()
}
.onUnload <- function(libpath)
{
library.dynam.unload("SparseArray", libpath)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.