I tried download the package httpuv from Posit Package Manager in a specific date and get the error.
The code i ran:
options(repos = 'https://packagemanager.posit.co/cran/2023-04-17')
utils::download.packages(pkgs = 'httpuv', destdir = '.')
Error:
trying URL '**REPO/**src/contrib/httpuv_1.6.9.tar.gz'
Error in download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL '**REPO/**src/contrib/httpuv_1.6.9.tar.gz'
In addition: Warning message:
In download.file(url, destfile, method, mode = "wb", ...) :
cannot open URL '**REPO/**src/contrib/httpuv_1.6.9.tar.gz': HTTP status was '403 MediaTypeBlocked'
Warning in utils::download.packages(pkgs = "httpuv", destdir = ".") :
download of package ‘httpuv’ failed
** I used REPO in the error message because i'm a new user and can't post more then 2 linkks
My R sesison:
sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)
Matrix products: default
locale:
[1] LC_COLLATE=Portuguese_Brazil.1252 LC_CTYPE=Portuguese_Brazil.1252
[3] LC_MONETARY=Portuguese_Brazil.1252 LC_NUMERIC=C
[5] LC_TIME=Portuguese_Brazil.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.0.3 tools_4.0.3
Is something i did wrong? Or this could be in the Posit Package Manager? I succeded in downloading another 120 packages , but httpuv never works, i did even tried 5 times....
Thamks for the help.