Reinstalling Dependent Packages in R

You can use the miniCRAN packages to reinstall the dependent packages in R


install.packages("miniCRAN")
library("miniCRAN", lib.loc="~/R/win-library/3.4")

pkgDep(‘sqldf’)
a=pkgDep(‘sqldf’)
install.packages(a)

Author: Ajay Ohri

http://about.me/ajayohri

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: