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
While using docker container frees you from worrying about a lot of the dependency headaches of travis, you don't really need all of devtools installed.
Instead I would recommend using R CMD build to build the package, remotes to do the dependency installation, and if you want pretty check output the rcmdcheck package.
The text was updated successfully, but these errors were encountered:
I actually haven't thought through how to best use GitHub actions for packages yet; I just threw the main.workflow for this package together real quickly.
Hope to get to that soon, but I thought I'd start with the easier *down projects first.
Anyway, I'm very grateful for any advice or directions you might have for how to best leverage GitHub actions.
While using docker container frees you from worrying about a lot of the dependency headaches of travis, you don't really need all of devtools installed.
Instead I would recommend using
R CMD build
to build the package,remotes
to do the dependency installation, and if you want pretty check output thercmdcheck
package.The text was updated successfully, but these errors were encountered: