You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing BactMAP using install_github(), a list of other packages are installed & updated as well. What should I do when I get the error 'unable to remove package' for one or more of the updates?
Sometimes, one of the installations gets corrupted, and this corrupted installation in your R library is preventing other packages to be installed. This can mostly be resolved by closing your R session. So,close your R session completely, and open a new R session. Then try to install BactMAP again using remotes::install_github("veeninglab/bactmap").
If closing/opening doesn't work, check in the error message the name of the package where your installation got stuck and try to install this package manually using install.packages("thenameofthepackage"). You might need to do this with a few packages subsequently.
If this doesn't work, then go to your R library folder and remove the packages which couldn't get installed properly by hand. Check this post for help.
The text was updated successfully, but these errors were encountered:
When installing BactMAP using
install_github()
, a list of other packages are installed & updated as well. What should I do when I get the error 'unable to remove package' for one or more of the updates?remotes::install_github("veeninglab/bactmap")
.install.packages("thenameofthepackage")
. You might need to do this with a few packages subsequently.The text was updated successfully, but these errors were encountered: