Replies: 1 comment
-
changes being implemented in #101 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For the CICD checks/protections, I was thinking the following:
R-CMD-CHECK
, thecovr
code coverage must run (this should happen if the prior worked), and the automatedpkgdown
docs build and deployment must run (again should be covered by R-CMD-CHECK unless there is funky code in the README.Rmd or online only vignettes)What are your thoughts on how to handle develop? Do we let people work in potentially broken code then tidy it on develop, or do we make them fix it before a merge in to develop?
Beta Was this translation helpful? Give feedback.
All reactions