Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github actions to use r-lib actions v2 #4

Merged
merged 5 commits into from
Jul 25, 2022
Merged

Conversation

dschlaep
Copy link
Member

@dschlaep dschlaep commented Feb 9, 2022

@dschlaep
Copy link
Member Author

This currently fails while attempting to installing rSOILWAT2.

The r-lib v2 actions now use pak to install R packages on which rSW2funs relies on -- previously, they were installed via remotes.

My guess is that pak v0.2.1 fails to install rSOILWAT2 because it (respectively, pkgdepends v0.2.0) currently does not resolve git submodules -- something that remotes does.

…dencies` which uses `pak`

- see DrylandEcology/rSOILWAT2#201 (Consider using subtree instead of submodule for SOILWAT2 )
# Conflicts:
#	.github/workflows/check-standard.yml
@codecov
Copy link

codecov bot commented Jul 22, 2022

Codecov Report

Merging #4 (ed1fc03) into main (764eced) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #4   +/-   ##
=======================================
  Coverage   79.84%   79.84%           
=======================================
  Files           7        7           
  Lines        1836     1836           
=======================================
  Hits         1466     1466           
  Misses        370      370           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 764eced...ed1fc03. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant