| orderly_strict_mode | R Documentation |
Put orderly into "strict mode", which is closer to the defaults
in orderly 1.0.0; in this mode only explicitly included files (via
orderly_resource() and
orderly_shared_resource()) are copied when running a
packet, and we warn about any unexpected files at the end of the
run. Using strict mode allows orderly to be more aggressive in
how it deletes files within the source directory, more accurate in
what it reports to you, and faster to start packets after
developing them interactively.
orderly_strict_mode()
In future, we may extend strict mode to allow requiring that no
computation occurs within orderly functions (i.e., that the
requirements to run a packet are fully known before actually
running it). Most likely this will not be the default behaviour
and orderly_strict_mode() will gain an argument.
We will allow server processes to either override this value (enabling it even when it is not explicitly given) and/or require it.
Undefined
# An example in context within the orderly examples:
orderly_example_show("strict")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.