Skip to content

Instantly share code, notes, and snippets.

View KuldeepSJadon's full-sized avatar
🎯
Focusing

Kuldeep Singh Jadon KuldeepSJadon

🎯
Focusing
  • Jodhpur, India
View GitHub Profile
@KuldeepSJadon
KuldeepSJadon / restore_packages.R
Created April 18, 2024 10:32 — forked from arne-cl/restore_packages.R
save/load/install a list of your currently installed R packages
# restore_packages.R
#
# installs each package from the stored list of packages
# source: http://hlplab.wordpress.com/2012/06/01/transferring-installed-packages-between-different-installations-of-r/
load("~/installed_packages.rda")
for (count in 1:length(installedpackages)) {
install.packages(installedpackages[count])
}
### Keybase proof
I hereby claim:
* I am kuldeepsjadon on github.
* I am kuldeepsjadon (https://keybase.io/kuldeepsjadon) on keybase.
* I have a public key ASANP08yGFWq4uOydtfTk8lTyfmrvck6hi4AhlSw0TiOLgo
To claim this, I am signing this object:
https://cran.r-project.org/web/views/ReproducibleResearch.html