Sorry for the very basic question, but I recently installed a package (after upgrading to R 3.5.3 from R 4) using
> devtools::install(pkg = "W://resources/spacyr/spacyr-master", upgrade = 'never')
WARNING: Rtools is required to build R packages, but is not currently installed.
The install worked fine. Should I be worried about the warning? Does that mean my installation is corrupted?
Thanks again!