Hello,
I was trying to install rstudio binary packages following https://packagemanager.rstudio.com/client/#/repos/1/overview but it does not seem to work.
I started R —vanilla and added the rhel 8 repo
options(repos = c(REPO_NAME = "https://packagemanager.rstudio.com/all/__linux__/centos8/latest"))
then removed data.table and tried to install again install.packages(“data.table”) but it still installed from sources.
Did I do something wrong? should it work for fedora 32 ?
Many thanks
PS: because binary installs are not done using is package manager I assume I can still install in my local library as my user ?