I have installed both grappolo and panorama successfully. However, I encountered issue while trying to install vite.
After spending half of the day to figure out what is happening, I believe it has to do with R/Rstudio doesn't recognize Xcode command line tools that I have installed on my Mac?
I am running a Macbook pro with the following specs:
One approach I found online is to uninstalling Xcode, both R and Rstudio, then install Command line tools again via
' xcode-select --install '
on terminal. Finally, I reinstalled R and Rstudio via
'brew cask install r '
'brew cask install rstudio '.
Unfortunately, this doesn't resolve the issue, and I still get the same error messages to ask me install Build Tools (I clicked Yes each time, but nothing changed).
I also have gcc installed via brew.
Here is the Command Line Tools library in my Mac.
Anyone has encountered this type of issue before and know how to resolve it?
Hi,
I have installed both grappolo and panorama successfully. However, I encountered issue while trying to install vite. After spending half of the day to figure out what is happening, I believe it has to do with R/Rstudio doesn't recognize Xcode command line tools that I have installed on my Mac?
I am running a Macbook pro with the following specs:
One approach I found online is to uninstalling Xcode, both R and Rstudio, then install Command line tools again via ' xcode-select --install ' on terminal. Finally, I reinstalled R and Rstudio via 'brew cask install r ' 'brew cask install rstudio '.
Unfortunately, this doesn't resolve the issue, and I still get the same error messages to ask me install Build Tools (I clicked Yes each time, but nothing changed).
I also have gcc installed via brew. Here is the Command Line Tools library in my Mac.
Anyone has encountered this type of issue before and know how to resolve it?
Thanks in advance!