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
I’m speculating because I know nothing of the design of your package, but it were me, I’d do a test of stripping everything out except dependencies. If it crashes there, I’d remove the second half and test again … repeat. If it’s not dependencies it must be something that automatically gets invoked since it crashes before any user application of a function in the package.