RStudio slows down when package has C++ code

I've been building R packages for work for a couple years now. Last week I made a new R package using Rcpp for the first time, and I noticed that RStudio majorly slowed down after this. I'm not talking about compiling code or anything like that, I'm talking about simple things like opening files that have already been created (even just simple .R files without any C++ code in them). It's almost as if the interface has become buggy since making this new package with Rcpp. Has anyone else experienced this?

Build info: RStudio 2021.09.0+351 "Ghost Orchid" Release (077589bcad3467ae79f318afe8641a1899a51606, 2021-09-20) for Windows
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.12.8 Chrome/69.0.3497.128 Safari/537.36
R version: 4.1.2 and Rcpp version 1.0.8.

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.