Re: [R-pkg-devel] Build process generated non-portable files

2024-08-16 Thread David via R-package-devel
I locally ran the rhub intel docker and that was much easier to set up. So I can now confirm the change to Makevars does work. > I experimented with the "ghcr.io/r-hub/containers/intel:latest" container and > was able to find out that the option -[no]gen-interfaces controls the > generation of

[R-pkg-devel] R CMD check options

2024-08-16 Thread Kevin R. Coombes
Hi, I maintain a bunch of packages on CRAN. When updating packages, I often find two sort of NOTES on some of the platforms that CRAN checks that don't show up on my stupid Windows (I know that's redundant; you don't have to tell me) machine at home. The two most common issues are * spelling

[R-pkg-devel] Inherited methods

2024-08-16 Thread Kevin R. Coombes
Hi, I seem to have gotten myself confused about inheritance of S4 classes and the dispatch of inherited methods. The core situation is that * The graphics package already defines the function "hist" * My package A creates an S4 generic "hist", using the existing function as the default

Re: [R-pkg-devel] Build process generated non-portable files

2024-08-16 Thread Ivan Krylov via R-package-devel
В Thu, 15 Aug 2024 18:58:41 + anj5x...@nilly.addy.io пишет: > This seems like it should work. Unfortunately my rhub github actions > is failing to get past the setup deps step which has been occuring > inconsistently in the past but right now it's consistently failing to > build deps so I can'