According to this post:
Including Command Line Scripts with an R Package
There is no recommended (or even good) approach to distributing R scripts meant to run from the command line (outside R) in an R package. Has that changed? If not, what approaches might make the most sense to match command-line scripts with packaged code?