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.