The goal of standalone is to provide standalone scripts that are useful for the development of R packages. The standalone package will not be a dependency of the package you are developing. You don't even need to install it to use the standalone scripts housed in this repo.
To copy a standalone script with useful checks against user inputs, run:
usethis::use_standalone("ddsjoberg/standalone", file = "checks")