rstudio was unable to autosave this file you may need to restart rstudio

The pop-up disappeared when I clicked "Save Selected", but the files were not saved. If I quit R then, there would be no pop-ups but when I open this project again, my modifications to the script aren't there.

The script is nothing special.

library(dplyr)

info_all <- read.csv(file = "data/stable1_complete.csv")
info_plot <- info_all %>%
  filter(Protein.change != "") %>%
  select("Protein.change","Pathogenicity")

My R version:

R version 4.2.1 (2022-06-23 ucrt) -- "Funny-Looking Kid"
Copyright (C) 2022 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

My current Rstudio version:

RStudio 2024.09.1+394 "Cranberry Hibiscus" Release (a1fe401fc08c232d470278d1bc362d05d79753d9, 2024-11-03) for windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) RStudio/2024.09.1+394 Chrome/124.0.6367.243 Electron/30.4.0 Safari/537.36, Quarto 1.5.57

I've tried RStudio 2024.12.0+467 but the problem still exist.