RDS file read error - Cannot read workspace version

I recently upgraded R, R studio , R tools on my Windows laptop.
Reading an RDS file is throwing me this error

Code:
installed tidyverse
library(tidyverse)
df <- read_rds(r"(pcard_data_forNLP.rds)")

Error in readRDS(con, refhook = refhook) :
cannot read workspace version 538976258 written by R 8196.32.5; need R 8194.3.32 or newer

Can you please help me solve this error?

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.