Nothing
Simple utility to just install R packages.
You can install this template with:
devtools::install_github("carlosyanez/just.install")
```
Alternatively, you can install it from [r-universe](https://r-universe.dev/)
options(repos = c( carlosyanez = 'https://carlosyanez.r-universe.dev', CRAN = 'https://cloud.r-project.org'))
install.packages('just.install') ```
This package is really a wrapper of the install_ functions in the package remotes. All the credit to their creators.
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!
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.