Re: [R-pkg-devel] R package check stuck on “checking use of S3 registration …”

2021-02-26 Thread Jim Hester
I have recently been having this same issue and traced it to a hang when loading the tcltk package. The 'checking use of S3 registration' part of the check loads all the base and recommended packages and for some reason the tcltk package was hanging during loading on my machine (macOS 11.2.1). I w

Re: [R-pkg-devel] R package check stuck on “checking use of S3 registration …”

2021-02-26 Thread Evan Biederstedt
Hi Jim *"""> if so removing and reinstalling XQuartz may fix the issue."""* You might be onto something here. I did this last week, and haven't had the issue since. I never did find out what's going on fwiw. Best, Evan On Fri, Feb 26, 2021 at 1:56 PM Jim Hester wrote: > I have recently be

Re: [R-pkg-devel] R package check stuck on “checking use of S3 registration …”

2021-02-26 Thread Duncan Murdoch
XQuartz has offered users an upgrade from version 2.7.11 to 2.8.0. The betas of the upgrade were causing anything X11 related to hang (rgl users reported it to me), and backing out to 2.7.11 didn't necessarily fix it. I haven't tried the recently offered release candidate, but I would suspect

[R-pkg-devel] Complex Math Functions in C

2021-02-26 Thread Andrew Simmons
Hello, I've been trying to translate some of my slow R code into C code, and I need the complex math functions to be able to do this. I assumed I could access them with #include but it seems as though that file only contains the definition of structure Rcomplex. Any help accessing these functi