Nothing
$convert
field now defaults to the newly exported scribe_convert()
helpervalue_convert()
, which internally uses utils::type.convert()
(and some additional steps for dates. Be aware that type.convert("1", as.is = TRUE)
will return integers, and a decimal should be included if a numeric is desired (e.g., type.convert("1.", as.is = TRUE)
convert = character()
), which will now fail but can be replaced with a simple function (e.g., convert = as.character
).convert
is no longer ignored when set in scribeArg
#70flag
action now accepts NA
as a default #67jmbarbone/actions/r-check-version
--help
no longer fails when scribeArg
has length(info) > 1
#59execute
is a new field for scribeArg
where a function can be called #63stop
is a new field for scribeArg
which controls how further arguments are parsed and allows for early stops #60options()
for {scribe}
are now listed in ?scribe
documentation and set in .onAttach()
#57scribeArgs
can now be given a separate scribeArg
as a default #54scribeArgs
with action = 'flag'
now accept default = TRUE
#55 and (when option no = TRUE
) can also accept NA
#67 scribeArgs
with action = "flag"
will now throw an error
instead of a warning
when default
is not logical(1)
#68 NEWS.md
file to track changes to the package.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.