Running Rstudio, i am receiving this error

Error in download.file(url = vurl, destfile = vfile, quiet = quiet) :
cannot open URL 'https://go.microsoft.com/fwlink/?linkid=827098&clcid=0x409'
In addition: Warning message:
In download.file(url = vurl, destfile = vfile, quiet = quiet) :
cannot open URL 'https://go.microsoft.com/fwlink/?linkid=827098&clcid=0x409': HTTP status was '400 Bad Request'

when i run my Rmarkdown file i get these errors:
Required Package Versions could not be found
evaluate 0.8 is not available
digest 0.6 is not available
several others

Please show the code you are running that generates the errors about packages not being available.
Can you use these packages outside of Rmarkdown?

If you're specifying a custom repository for package downloads, try switching to a different repository or using the default CRAN repository to see if that resolves the issue.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.