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
This Git repository uses the [Git Flow](https://nvie.com/posts/a-successful-git-branching-model/) branching model (the [`git flow`](https://github.com/petervanderdoes/gitflow-avh) extension is useful for this). The [`develop`](https://github.com/HenrikBengtsson/future.callr/tree/develop) branch contains the latest contributions and other code that will appear in the next release, and the [`master`](https://github.com/HenrikBengtsson/future.callr) branch contains the code of the latest release, which is exactly what is currently on [CRAN](https://cran.r-project.org/package=future.callr).
4
+
This Git repository uses the [Git Flow](https://nvie.com/posts/a-successful-git-branching-model/) branching model (the [`git flow`](https://github.com/petervanderdoes/gitflow-avh) extension is useful for this). The [`develop`](https://github.com/futureverse/future.callr/tree/develop) branch contains the latest contributions and other code that will appear in the next release, and the [`master`](https://github.com/futureverse/future.callr) branch contains the code of the latest release, which is exactly what is currently on [CRAN](https://cran.r-project.org/package=future.callr).
5
5
6
-
Contributing to this package is easy. Just send a [pull request](https://help.github.com/articles/using-pull-requests/). When you send your PR, make sure `develop` is the destination branch on the [future.callr repository](https://github.com/HenrikBengtsson/future.callr). Your PR should pass `R CMD check --as-cran`, which will also be checked by <ahref="https://github.com/HenrikBengtsson/future.callr/actions?query=workflow%3AR-CMD-check">GitHub Actions</a> and when the PR is submitted.
6
+
Contributing to this package is easy. Just send a [pull request](https://help.github.com/articles/using-pull-requests/). When you send your PR, make sure `develop` is the destination branch on the [future.callr repository](https://github.com/futureverse/future.callr). Your PR should pass `R CMD check --as-cran`, which will also be checked by <ahref="https://github.com/futureverse/future.callr/actions?query=workflow%3AR-CMD-check">GitHub Actions</a> and when the PR is submitted.
7
7
8
8
We abide to the [Code of Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/) of Contributor Covenant.
0 commit comments