The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
$convert
field now defaults to the newly exported
scribe_convert()
helper
value_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
#67scribeArgs
with action = "flag"
will now
throw an error
instead of a warning
when
default
is not logical(1)
#68NEWS.md
file to track changes to the
package.These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.