ArgoCanada / argoFloats

Tools for analyzing collections of oceanographic Argo floats
https://argocanada.github.io/argoFloats/index.html
17 stars 7 forks source link

package does not remote-check anymore #592

Closed dankelley closed 1 year ago

dankelley commented 1 year ago

It's because the version of the setup-r action is deprecated.

[r-lib/actions/setup-r@v1 is deprecated.](https://github.com/ArgoCanada/argoFloats/actions/runs/5518220987/jobs/10061879700#step:3:13)
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' workflows.
dankelley commented 1 year ago

In comparing with oce, which I know works, I see that there is also a new version of actions/checkout so I'll also update that from v2 to v3.

dankelley commented 1 year ago

Also, r-lib/actions/setup-pandoc needs updating. I'm going to update every one of these uses blocks to have the same version number as oce, since I know the latter is okay.

It's pretty annoying how quickly these things change.

dankelley commented 1 year ago

Branch "develop" commit 9bc6ccbbf001e707151dee5f0a290174454cc234 has updates values of all the use phrases. I'll know if this is okay within an hour.

dankelley commented 1 year ago

Great, the "test coverage" and "pkgdown" workflows are also failing. I think the last builds were about 3 months ago. Maybe all those remote actions have changed at the same time. I'll go through and try to tackle them, one by one. Frankly, I don't see the point of typing comment after comment. If I get them all fixed in the next few days, I'll close this issue.