I've downloaded both versions 4.2 and 4.3 of Rtools but keep getting this error message.
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Installing package into ‘C:/Users/gorge/AppData/Local/R/win-library/4.2’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.2/prophet_1.0.zip'
Content type 'application/zip' length 1319585 bytes (1.3 MB)
downloaded 1.3 MB
I've ran the session using all or one of these lines
PATH="${RTOOLS40_HOME}/usr/bin;${PATH}"
writeLines('PATH="${RTOOLS40_HOME}\\usr\\bin;${PATH}"', con = "~/.Renviron")
r = getOption("repos")
r["CRAN"] = "http://cran.us.r-project.org"
options(repos = r)
But continue to get an error message. Am I missing a step? I'm new to R and can't seem to figure this out.