Skip to content
/ autoinst Public
forked from jimhester/autoinst

Automatically install packages when they are missing

License

Notifications You must be signed in to change notification settings

guhjy/autoinst

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoinst

Build Status

Automatically install CRAN or GitHub packages when they are missing.

Simply add the following to your .Rprofile and packages will be automatically installed when they fail to load.

options(error = autoinst::autoinst)

Then missing packages will be automatically installed, so you can then simply re-run the call.

options(error = autoinst::autoinst)
remove.packages("ggplot2");unloadNamespace("ggplot2")
print(ggplot2::qplot(mtcars$mpg, mtcars$wt))

About

Automatically install packages when they are missing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%