Skip to content

carlosyanez/just.install

Repository files navigation

just.install

CRAN ago CRAN downloads just.install status badge R-CMD-check

Simple utility to just install R packages.

Install

You can install the package from CRAN:

install.packages("just.install")

For the development version, you can use:

 devtools::install_github("carlosyanez/just.install")

Alternatively, you can install the dev version 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

How to use just.install

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!

Languages