The standalone package offers helper scripts designed for use in other R
packages. You can integrate these scripts into your project with a single
command, making it easy to leverage utility functions across packages without
adding dependency overhead.
To use standalone scripts in your R package, simply run:
usethis::use_standalone("Yunuuuu/standalone")assert: Argument-checking helpers to ensure inputs are valid.cli: Functions to format messages using theclipackage if it is available.obj-type: Functions to generate informative messages about an object's class.stringr: Base R functions that mimicstringrsyntax.tibble: Provides base implementations for functions fromdplyr,tidyr, andtibbleusingvctrs.purrr: Base R functions that mimicpurrrsyntax.