Learn R Programming

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

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!

Copy Link

Version

Install

install.packages('just.install')

Monthly Downloads

178

Version

1.0.2

License

GPL (>= 3)

Maintainer

Carlos Yanez Santibanez

Last Published

January 28th, 2022

Functions in just.install (1.0.2)

justinstall

simply install packages
install_package

internal function to that installs a single package based on data provided