just.install
Simple utility to just install R packages.
Install
You can install this template with:
devtools::install_github("carlosyanez/just.install")Alternatively, you can install it from r-universe
options(repos = c(
carlosyanez = 'https://carlosyanez.r-universe.dev',
CRAN = 'https://cloud.r-project.org'))
install.packages('just.install')How to use
Acknowledgements
This package is really a wrapper of the install_ functions in the package remotes. All the credit to their creators.
Issues? bugs? Ideas?
If you find something that is not quite right, please post an issue. If you have any ideas, or if you want to contribute, please let me know!