Re: [R-pkg-devel] Clarifying CRAN's external libraries policy

2024-01-29 Thread Andrew Robbins via R-package-devel
Personally haven't had anyone raise an issue with mine downloading hash-verified git-tagged tarballs, but I don't know if that's because my package is having other issues or if that's because its generally acceptable. -Andrew On 1/29/2024 9:11 AM, Neal Richardson wrote: Hi, CRAN's policy on

Re: [R-pkg-devel] Troubleshooting Winbuilder Run Timeouts

2023-12-07 Thread Andrew Robbins via R-package-devel
et me more information (perhaps off-list) about the -lstdc++ thing I'm curious about reproducing that. Best. -Andrew Robbins On 12/7/2023 5:45 AM, Ivan Krylov wrote: On Tue, 5 Dec 2023 17:16:37 -0500 Andrew Robbins via R-package-devel wrote: Every time, it reports a runtime of zero s

Re: [R-pkg-devel] Troubleshooting Winbuilder Run Timeouts

2023-12-05 Thread Andrew Robbins via R-package-devel
seconds for INMF res1 and hangs/is killed on initiation of INMF res2 before the initialization of RcppProgress. I'm at a bit of a loss here. Best, -Andrew On 11/30/2023 9:30 AM, Andrew Robbins via R-package-devel wrote: Hi Ivan, Thank you for giving my package check a run-through. You ha

Re: [R-pkg-devel] Update timing of machines on CRAN?

2023-12-05 Thread Andrew Robbins via R-package-devel
I can't help with providing servers, but if the primary issue with builder software maintenance is manpower I would be more than willing to contribute and I imagine others would be as well. Perhaps logistically challenging, but more than doable. -Andrew On 12/4/2023 5:11 PM, Uwe Ligges wrote:

Re: [R-pkg-devel] Troubleshooting Winbuilder Run Timeouts

2023-11-30 Thread Andrew Robbins via R-package-devel
me, but I do get the feeling that something is fishy on win-builder's end. Best, Andrew On 11/30/2023 7:40 AM, Ivan Krylov wrote: Hi Andrew Robbins, В Mon, 27 Nov 2023 12:22:44 -0500 Andrew Robbins via R-package-devel пишет: I'm currently attempting to submit a package to CRAN

[R-pkg-devel] Troubleshooting Winbuilder Run Timeouts

2023-11-27 Thread Andrew Robbins via R-package-devel
Hi All, I'm currently attempting to submit a package to CRAN and am getting timeouts during the "running examples" phase of the winbuilder tests that I cannot reproduce locally or on the r-hub windows runner. How do I go about debugging this? Winbuilder results linked here: https://win-bui

Re: [R-pkg-devel] RFC: an interface to manage use of parallelism in packages

2023-11-21 Thread Andrew Robbins via R-package-devel
Hi all, While we're on the topic of BLAS thread handling, there's also the matter of OpenBLAS's two threading implementations. Depending on how the library is built, it can either use OpenMP or it can use POSIX threading. This can cause issues in packages that call into BLAS functions in an