#' @export
register_compiled_fns <- function(path = ".",
quiet = FALSE,
debug = TRUE) {
pkgbuild::compile_dll(
path = path,
force = TRUE,
register_routines = TRUE,
quiet = quiet,
debug = debug
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.