Unable to install binary package from Rstudio package manager

I'm trying to install binary package from Rstudio package manager on my Linux machine but I can't able to do it.

Andy help?

R - >R version 4.2.1 (2022-06-23) -- "Funny-Looking Kid"
Distribution -> Jammy Ubuntu 22.04 (suuported)
Repo link -> "https://packagemanager.rstudio.com/all/__linux__/jammy/latest"

Still when I install any package it compile from source.

* installing *source* package ‘tidyverse’ ...
** package ‘tidyverse’ successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (tidyverse)

And When I explicitly mention it. It doesn't even install packages.

> install.packages('tidyverse', type = 'binary')
Error in install.packages("tidyverse", type = "binary") : 
  type 'binary' is not supported on this platform

Which is so frustrating. Please help.

Solved by Are there any binaries available for Ubuntu 18 (bionic) for 3.6.3? - #5 by darkRasp

Fixing the HTTP user agent and correct URL fix the issue.

This topic was automatically closed 7 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.