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

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 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-12 Thread Tomas Kalibera
On 2/11/21 8:28 AM, Evan Biederstedt wrote: Hi there Creating an R package here which I plan to upload to CRAN. Upon checking the tarball created with `R CMD BUILD`, I try to use `R CMD CHECK` as follows: ``` R CMD CHECK my_package.tar.gz --as-cran ``` This normally works smoothly. However, in