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
FJCC
April 13, 2024, 5:48am
2
Please show the code you are running that generates the errors about packages not being available.
Can you use these packages outside of Rmarkdown?
RDear5654:
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 ': 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
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.
system
Closed
June 15, 2024, 8:43am
4
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.