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
Copy file name to clipboardExpand all lines: contributors.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,20 @@ R-multiverse updates the [Production](production.qmd) repository in quarterly sn
88
88
The [Production status page](https://r-multiverse.org/status/production.html) list the packages successfully staged for the next Production snapshot.
89
89
Visit the [Production documentation](production.qmd) to learn how the process works.
90
90
91
+
## Checks
92
+
93
+
To help get your package into [Production](production.qmd), you can check each development commit against same versions of R and packages as in the [Staging universe](production.qmd).
94
+
That way, when you create a new release of your package, you can be more confident that your package will pass [checks](production.qmd#checks).
95
+
96
+
If you host your source code on GitHub, simply add a small workflow file to your package:
From that point on, every commit will trigger a [GitHub Actions](https://github.com/features/actions) workflow that runs `R CMD check` in an environment that approximates [Staging](production.qmd).
104
+
91
105
## Status
92
106
93
107
It is good practice to check the health of your contributed package using [R-multiverse status system](https://r-multiverse.org/status/index.html).
0 commit comments