Open angepoch opened 3 years ago
I have the sneaking suspicion it is because you are trying to install it on to a onedrive shared folder. I have seen this cause issues before. Try changing your library to a local folder and I suspect your problem will go away.
Hello,
I've had a lot of issues trying to install this package into RStudio (4.0.4). I am currently working in Windows 10 and here are the steps I've taken.
1) Using
if (!requireNamespace("devtools", quietly = TRUE)){install.packages("devtools")}
devtools::install_github("jbisanz/qiime2R")
I receive this message:2) Then I tried downloading it from the source using
download.file("https://github.com/jbisanz/qiime2R/archive/master.zip", "source.zip")
unzip("source.zip")
install.packages("qiime2R-master", repos = NULL, type="source")
Getting an error saying:
3) I tried unzipping the master file myself and using
devtools::install("C:/Users/angel/OneDrive/Documents/qiime2R-master/")
, but I still receiveI made sure to have Rtools installed and pathed correctly and am still receiving the same errors. Please advise on what I could do about this!