Closed imanuelcostigan closed 6 years ago
That is very odd. What command do you use to install packages?
install.packages("digest")
This looks to be an RStudio problem. I do not encounter this issue when running the same command in R run from Powershell. Though I am a bit confused as to why that might be the case.
Issue seems to have disappeared in RStudio after executing the command in shell. Very strange
I have a fresh Windows 10 Enterprise install with admin rights and for some idiosyncratic reasons need to build packages from source.
I have set the PATH envvar as part of install and in R see the following:
I then try to install say the digest package and get the following error:
However, note that I can also see the following:
I am keen to figure out how I can fix this.
Thanks.