- A collection of tools necessary for building R packages in Windows
- Available for download at http://cran.r-project.org/bin/windows/Rtools/
Jeffrey Leek, Assistant Professor of Biostatistics
Johns Hopkins Bloomberg School of Public Health
find.package("devtools")
in the consoleinstall.packages("devtools")
library(devtools)
find_rtools()
as shown belowTRUE
in the console if your Rtools installation worked properly