Major changes:
Major changes:
h1
no longer returns an extra line break under the bottom separator.Minor changes:
abort
: Improved call suppression in error message header when
call = FALSE
. Need to pass call = NULL
internally to rlang abort
to
fix this.Minor changes:
abort
, inform
, warn
: Reworked internal code and imports to ensure that
rlang is always installed. cli
package update now makes rlang
conditional,
which caused our error messages to fail in the rare edge case that the rlang
package is not available. We're now ensuring rlang
gets imported directly
rather than relying on cli
to avoid this situation.Minor changes:
Minor changes:
h1
: Reworked to span the width of console.Major changes:
h1
: Reworked default appearance to use ====
separared by line breaks.h2
-h7
: Removed test tube emoji before #
.Minor changes:
Minor changes:
Starting a new release series for 2022.
Minor changes:
Minor changes:
toInlineString
: Need to fix default value of class
, which should be
"val"
instead of "var"
.Minor changes:
toInlineString
: Improved default values for n
(now 5) and class
(now "val"
instead of "var"
).Minor changes:
abort
, inform
, warn
: Improved line break handling (e.g. "\n"
) inside
of calls, matching expected conventions in base stop
, message
, and
warning
respectively.Minor changes:
abort
: Added call
argument (enabled by default), which allows for setting
of verbosity in return -- e.g. whether to return backtrace or not. This
functions similar to the .call
argument defined in base stop
function.Minor changes:
abort
, inform
, warn
now support condition
class (e.g. simpleError
)
as an input source, which is useful for handoff in tryCatch
calls.New functions:
Added wrappers for new rlang-inspired handlers:
abort
wraps cli_abort
.inform
wraps cli_inform
.warn
wraps cli_warn
.Minor changes:
=>
to #
, improving consistency with koopa shell bootloader.Minor changes:
Minor changes:
Minor changes:
dl
: Ensure definition list is indented.Minor changes:
toInlineString
: Include "..." when input is truncated.New functions:
toInlineString
, which helps return a formatted inline variable string.Minor changes:
h1
, h2
, ...).Initial release.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.