package ‘dplyr’ was built under R version 4.2.0

I get this warning everytime I connect to rstudio server and load my project. I have two questions.

  1. 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?
  2. 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

I have R 4.2.0 on Ubuntu 20.04 from the official CRAN repository, maybe the problem is with your Ubuntu version.

About the warning message, you could simply reinstall dplyr from source so it gets compiled for your specific R version.

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