Nothing
10.2 or true produce an error; float
options still accept integer values (#18).yes and no
non-Boolean option values are strings, not Boolean aliases. Boolean
options still accept YAML 1.1 aliases such as yes, no, y, n,
on, and off for backward compatibility.#| required: false above the switch()
to allow running without a command (#21).foo <- FALSE shows --foo, foo <- TRUE shows --no-foo,
and foo <- NA shows --foo / --no-foo. Passing values remains more
permissive: switches accept explicit values such as --foo=false and
--foo false. See the
Boolean option behavior table for the full
set of accepted forms (#28).#| examples: annotations now add usage examples to --help output
(#23).#| negative_alias: false disables generated --no-* command-line
aliases while keeping the positive alias and explicit value forms such
as --foo=false (#24, #28).default-packages (#19).PATH (#26).exec/*.R, installed without the .R extension by default, and
installed to RAPP_BIN_DIR when set (#20).install_pkg_cli_apps() now adds the default ~/.local/bin install
directory to the user's zsh profile on macOS when it is not already on
PATH. It respects ZDOTDIR and warns if the profile cannot be
updated (#35).install_pkg_cli_apps() no longer replaces the current
process PATH with only the user-level Path after adding launcher
directories. It now avoids duplicate entries, uses a short path when
available, and reports too-long user-level Path values with a
remediation hint (#38).#| required: false to make an argument optional (#13).#| short now adds a short option alias like -n (#4, #5).c() and list() assignments now declare repeatable options.install_pkg_cli_apps() installs launchers for Rapp and Rscript
apps in a package's exec/ directory on the user's PATH (#3, #7).switch() blocks can now declare commands in Rapp applications (#8,
#11).--help output is updated.r-lib organization on GitHub.NEWS.md 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.