| .runCodeChecks | R Documentation |
simInit()This uses custom tools and some optional tools in the codetools package to check for function
collisions with known, common function collisions (raster::stack, raster::scale).
All outputs will be sent as messages.
.runCodeChecks(sim, m, k, hadPrevMessage = FALSE)
sim |
a |
m |
module name |
k |
numeric index of module name in sim@depends@dependencies, should align with |
hadPrevMessage |
NULL (invisibly); invoked for side effect of generating message with that starts with
paste0(m, ":", message).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.