if (FALSE) {
# installs the latest compatible version of Rtools if a compatible version is not yet installed
install.Rtools()
# (re)installs the latest compatible version of Rtools
install.Rtools(check = F)
# skip R version check
install.Rtools(checkRupdate = F)
}
Run the code above in your browser using DataLab