Nothing
#' @keywords internal
"_PACKAGE"
NULL
.onUnload <- function(libpath) {
## Cleans up memory allocated by pt_init_()
pt_cleanup_()
## Unload the dynamic binding (particularly useful on Windows)
library.dynam.unload("ProTrackR2", libpath)
}
.onLoad <- function(libname, pkgname) {
## Initializes ProTracker configuration and audio buffer
pt_init_()
}
#' @useDynLib ProTrackR2, .registration = TRUE
NULL
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.