Every time I try to run a library call to a package I wrote, RStudio crashes. I don't even know how to troubleshoot when there's no message at all -- just a big bomb in the middle of my screen. I'm using R version 4.2.0 and RStudio 2022.07.2 Build 576 on a PC. Downloading the package works fine with
devtools::install_github(repo = "shirewoman2/Consultancy")
but then as soon as I do
library(SimcypConsultancy)
I get the bomb. Where should I even start to troubleshoot this?