I get this warning everytime I connect to rstudio server and load my project. I have two questions.
- The R version 4.2.0 is not yet available for Ubuntu (as when I install base R it says you are already on latest version). Any reasons why?
- How do i suppress this warning. It is still coming even though all my packages are loaded wrapped in
suppressPackageStartupMessages(library(tidyverse))
A possible third question is:
How to find out from where (which source file) is the warning generated.
Thanks