Nothing
# strucchange::breakpoints(...) =>
#
# with(doFuture::registerDoFuture(flavor = "%dofuture%"), local({
# options(future.disposable = structure(OPTS, dispose = FALSE))
# on.exit(options(future.disposable = NULL))
# strucchange::breakpoints(..., hpc = "foreach")
# }))
#
append_transpilers_for_strucchange <- function() {
transpilers <- make_package_transpilers("strucchange", FUN = function(fcn, name) {
if (name == "breakpoints.formula") {
list(
label = sprintf("strucchange::%s() ~> strucchange::%s()", name, name),
transpiler = make_futurize_for_doFuture(args = list(hpc = "foreach"))
)
}
})
append_transpilers("futurize::add-on", transpilers)
## Return required packages
c("strucchange", "doFuture")
}
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.