Re: [R-pkg-devel] Current recommendations re. GitHub Action?

2023-01-04 Thread Ivan Krylov
On Mon, 2 Jan 2023 19:18:33 -0600 Spencer Graves wrote: > However, Ubuntu failed with devel and oldrel1, complaining, > "there is no package called ‘rcmdcheck’". If we start from the error message and work backwards, it's easy to see that `rcmdcheck` fails to install because it depends

Re: [R-pkg-devel] Current recommendations re. GitHub Action?

2023-01-02 Thread Spencer Graves
On 1/2/23 12:38 PM, Dirk Eddelbuettel wrote: As the error is common against your _all three_ of your Ubuntu runs, you could consider the possibility that the events are correlated. Most often it simply means a (temporary, usually) network or server outage. I would wait, and then relaunch

Re: [R-pkg-devel] Current recommendations re. GitHub Action?

2023-01-02 Thread Dirk Eddelbuettel
As the error is common against your _all three_ of your Ubuntu runs, you could consider the possibility that the events are correlated. Most often it simply means a (temporary, usually) network or server outage. I would wait, and then relaunch (which these days you can do just for the failed

Re: [R-pkg-devel] Current recommendations re. GitHub Action?

2023-01-02 Thread Zhian Kamvar
This warning says to update to v2 of the action from r-lib: Warning: r-lib/actions/setup-r@v1 is deprecated. Please update your > workflow to use the 'v2' version. Also look at the examples at > https://github.com/r-lib/actions/tree/v2/examples because '@v2' workflows > are much simpler than 'v1'

[R-pkg-devel] Current recommendations re. GitHub Action?

2023-01-02 Thread Spencer Graves
Hello, All: What are current recommendations for GitHub Action? My most recent change to "sos" generated "Failed to get R" for ubuntu-latest (release, devel, and oldrel-1). https://github.com/sbgraves237/sos/actions/runs/3820307473/jobs/6498527786 I would happily