When trying to load the package Rcmdr, even before, there is a message that says:
- “WARNING: Secure coding is not enabled for restorable state! Enable secure coding by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState: and returning YES.”
I’ve tried evertything I could but it’s impossible for me to solve it. Does anyone know what can I do?
I tried everything, my level is not to high but I managed other times…
Hi, welcome to StackOverflow. This seems to be an issue related to MacOS Sonoma, at least from a quick internet search I can see other programs having the same warnings on MacOS. Can you load the package and is everything working fine? I mean, it is just a warning, not an error. So if everything is working, I would choose to ignore it, because very likely it is out of your hands to fix the program to not show a warning with your MacOS Sonoma. This is a thing for package authors. You can try filing an issue in the GitHub repository of the package, to make the authors aware of the problem.
Hi uke! I can’t even load the package… I’ve tried everything I could but it’s impossible to do it. I’m gonna try to write them and see if there’s any solution. The problem is that I need Rcmdr because a Uni work…
In the meantime, you could use the free online RStudio in your webserver and see if the problem persists: posit.cloud is running R and Rstudio on a remote Linux server, so no MacOS Sonoma problems.
I’ll try and see if it works, thanks a lot!!!