Re: [R-pkg-devel] apparent infinite loop in GitHub Action on a tiny package

2025-09-18 Thread Spencer Graves
p.s. I filed I reported an "issue" on GitHub with title, "devtools::load_all() infinite recursion #2617" suggesting that load_all() be modified to prevent an infinite recursion: https://github.com/r-lib/devtools/issues/2617 Thanks again to Duncan -- and to this email list more generally.

Re: [R-pkg-devel] apparent infinite loop in GitHub Action on a tiny package

2025-09-07 Thread Spencer Graves
Hi, Duncan: That's not just weird, it's the source of the infinite loop. Please excuse me for taking your time with this. Thanks very much. Spencer Graves On 9/7/25 14:43, Duncan Murdoch wrote: You're doing one strange thing:  the only code in the package is   devtools::load_all() in t

Re: [R-pkg-devel] apparent infinite loop in GitHub Action on a tiny package

2025-09-07 Thread Duncan Murdoch
You're doing one strange thing: the only code in the package is devtools::load_all() in the single .R file. That's a weird thing to do. Duncan Murdoch On 2025-09-07 3:10 p.m., Spencer Graves wrote: Hello, All: GitHub Action has been running on 5 platforms for over a half hour on a tiny

Re: [R-pkg-devel] apparent infinite loop in GitHub Action on a tiny package

2025-09-07 Thread Duncan Murdoch
On 2025-09-07 3:10 p.m., Spencer Graves wrote: Hello, All: GitHub Action has been running on 5 platforms for over a half hour on a tiny package: https://github.com/sbgraves237/SS4Maddison I'm trying to follow the current recommendation in Wickham and Bryan, R Packages.[1] I just added ~R/Ma