| .check_and_compile_TMB_code | R Documentation |
Ensures a TMB model is compiled and loaded. Uses persistent cache to avoid recompilation across sessions.
.check_and_compile_TMB_code(
dll_name,
pkg_name = "gkwreg",
force_recompile = FALSE,
verbose = FALSE
)
dll_name |
Character, base name of the C++ file (e.g., "kwreg", "ekwreg") |
pkg_name |
Character, package name (default: "gkwreg") |
force_recompile |
Logical, force recompilation (default: FALSE) |
verbose |
Logical, print diagnostic messages (default: FALSE) |
Invisibly returns a list with DLL information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.