You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am cleaning up the GitHub actions for this repository. Done so far:
Eliminated the lint action (can be done at the command line or from RStudio admin easily, if needed, and not vital)
Updated R-CMD-check, pr-commands and test-coverage
Attempted to get pkgdown succeeding
I struggle with the covrpage section in the pkgdown action, and more particularly with {git2r} that seems incorrectly installed. If I understand it well, this section updates the test covering report in the pkgdown web site, is this correct? The "codecov" badge on the README page already gives access to a detailed and interactive report of the same data. Also, this seems to be more "technical" information that most end-users do not need. I feel that the coverage report page in the "articles" section of the website should not be there. Would it make sense to just delete this covrpage section in the pkgdown action?
One more stuff: what is the reason for recompiling from sources {Matrix} and {lme4} in the R-CMD-check and pr-commands actions? Is it still needed? These GitHub actions take much longer than they should if this is not required (any more).
The text was updated successfully, but these errors were encountered:
The recompiling one related to some mixed versions or something along those lines a while back that was causing the whole thing to fail. Installing from source was the only way I could figure out to fix it. Totally fine to change if you want.
I'm also totally fine deleting the covrpage section. That was put in by a PR from a collaborator and I was never super sold on it but he had contributed other meaningful pieces and felt strongly about it so I went with it.
I am cleaning up the GitHub actions for this repository. Done so far:
I struggle with the covrpage section in the pkgdown action, and more particularly with {git2r} that seems incorrectly installed. If I understand it well, this section updates the test covering report in the pkgdown web site, is this correct? The "codecov" badge on the README page already gives access to a detailed and interactive report of the same data. Also, this seems to be more "technical" information that most end-users do not need. I feel that the coverage report page in the "articles" section of the website should not be there. Would it make sense to just delete this covrpage section in the pkgdown action?
One more stuff: what is the reason for recompiling from sources {Matrix} and {lme4} in the R-CMD-check and pr-commands actions? Is it still needed? These GitHub actions take much longer than they should if this is not required (any more).
The text was updated successfully, but these errors were encountered: