So I have created a package my.package
I also have created a rscript (!# /usr/bin/rscript) to allow the user to use the package from the command line.
Now the question I am having is
Is it best practice to add this script within the my.package package (if yes where) or should I put it in its own git repo ?