I made an R package which is hosted on my employer's instance of Atlassian Stash. I have been telling other users to clone the repo and then use devtools::install("<path-to-repo>")
to install the package.
How can I have users install the package without cloning the repository? Can I do this without hosting the code somewhere more accessible?