Closed vrrenske closed 4 years ago
During installation of BactMAP on a Mac, you get the following error:
xcrun error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:/Library/CommandLineTools/usr/bin/xcrun
After this, the compilation of packages fails (the first in the row is usually rlang).
rlang
Close R and Rstudio
Open the Terminal on your Mac (press command-spacebar and type "terminal" to find the program).
command
spacebar
Run the following line in the Terminal
xcode-select --install
remotes::install_github("veeninglab/bactmap"
Problem:
During installation of BactMAP on a Mac, you get the following error:
After this, the compilation of packages fails (the first in the row is usually
rlang
).Solution:
Close R and Rstudio
Open the Terminal on your Mac (press
command
-spacebar
and type "terminal" to find the program).Run the following line in the Terminal
remotes::install_github("veeninglab/bactmap"
)