R/register_compiled_fns.R

Defines functions register_compiled_fns

#' @export
register_compiled_fns <- function(path = ".",
                                        quiet = FALSE,
                                        debug = TRUE) {
  pkgbuild::compile_dll(
    path = path,
    force = TRUE,
    register_routines = TRUE,
    quiet = quiet,
    debug = debug
  )
}
ramiromagno/craftthis documentation built on Aug. 11, 2022, 4:44 a.m.