Nothing
##' @import rdyncall
.onLoad <- function(libname, pkgname) {
if(is.null(getOption("csoundlibrary")))
csndlib <- dynfind(c("csound64",
"csound64.dll.5.2",
"csound.dll.5.2",
"lib_csnd64.dylib"))
if(is.null(csndlib)) {
print("Note: No valid csound library found automatically. You must have a valid Csound library to use this package; if you know the path to your Csound shared library, you can specify it using setCsoundLibrary.")
} else options(csoundlibrary=csndlib)
}
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.