v1.3.1
- Accept Rtools40 for R 4.2, it works well, as long as the PATH includes
both${RTOOLS40_HOME}/usr/bin
and${RTOOLS40_HOME}/ucrt64/bin
.
E.g.~/.Renviron
should contain nowto make Rtools40 work with both R 4.2.x (devel currently) and R 4.1.x andPATH="${RTOOLS40_HOME}\usr\bin;${RTOOLS40_HOME}\ucrt64\bin;${PATH}"
R 4.0.x.