Rtools not found by R when installing packages from CRAN
问题 When install any new package I get errors saying Rtools is not found. I followed the manual install instructions for Rtools but still get the same error message. > install.packages("phyloseq") WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding It seems R is not finding Rtools. Is there anyway to fix this? I have noticed a second issue of previously installed packages disappearing also