I am trying to install Rtools using the following code:
install.Rtools(choose_version = TRUE,
check = FALSE,
GUI = TRUE,
page_with_download_url = "https://cran.r-project.org/bin/windows/Rtools/")
However, it then gives me the following error message:
"Error: Couldn't find table."
I have no real idea what this error message means or how to fix it, so any help would be welcome!