Skip to content

Commit cdf2821

Browse files
README: Package now on CRAN
1 parent a9a3c39 commit cdf2821

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ demo("mandelbrot", package = "future", ask = FALSE)
189189
[Docker Swarm]: https://docs.docker.com/swarm/
190190
191191
## Installation
192-
R package future.batchtools is only available via [GitHub](https://github.com/HenrikBengtsson/future.batchtools) and can be installed in R as:
192+
R package future.batchtools is available on [CRAN](https://cran.r-project.org/package=future.batchtools) and can be installed in R as:
193193
```r
194-
source('http://callr.org/install#HenrikBengtsson/future.batchtools')
194+
install.packages('future.batchtools')
195195
```
196196
197197
### Pre-release version
@@ -206,15 +206,15 @@ This will install the package from source.
206206
207207
## Contributions
208208
209-
This Git repository uses the [Git Flow](http://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.batchtools/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.batchtools) branch contains the code of the latest release.
209+
This Git repository uses the [Git Flow](http://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.batchtools/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.batchtools) branch contains the code of the latest release, which is exactly what is currently on [CRAN](https://cran.r-project.org/package=future.batchtools).
210210
211211
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.batchtools repository](https://github.com/HenrikBengtsson/future.batchtools). Your PR should pass `R CMD check --as-cran`, which will also be checked by <a href="https://travis-ci.org/HenrikBengtsson/future.batchtools">Travis CI</a> and <a href="https://ci.appveyor.com/project/HenrikBengtsson/future-batchtools">AppVeyor CI</a> when the PR is submitted.
212212
213213
214214
## Software status
215215
216-
| Resource: | GitHub | Travis CI | Appveyor |
216+
| Resource: | CRAN | Travis CI | Appveyor |
217217
| ------------- | ------------------- | --------------- | ---------------- |
218218
| _Platforms:_ | _Multiple_ | _Linux & macOS_ | _Windows_ |
219-
| R CMD check | | <a href="https://travis-ci.org/HenrikBengtsson/future.batchtools"><img src="https://travis-ci.org/HenrikBengtsson/future.batchtools.svg" alt="Build status"></a> | <a href="https://ci.appveyor.com/project/HenrikBengtsson/future-batchtools"><img src="https://ci.appveyor.com/api/projects/status/github/HenrikBengtsson/future.batchtools?svg=true" alt="Build status"></a> |
219+
| R CMD check | <a href="https://cran.r-project.org/web/checks/check_results_future.batchtools.html"><img border="0" src="http://www.r-pkg.org/badges/version/future.batchtools" alt="CRAN version"></a> | <a href="https://travis-ci.org/HenrikBengtsson/future.batchtools"><img src="https://travis-ci.org/HenrikBengtsson/future.batchtools.svg" alt="Build status"></a> | <a href="https://ci.appveyor.com/project/HenrikBengtsson/future-batchtools"><img src="https://ci.appveyor.com/api/projects/status/github/HenrikBengtsson/future.batchtools?svg=true" alt="Build status"></a> |
220220
| Test coverage | | <a href="https://codecov.io/gh/HenrikBengtsson/future.batchtools"><img src="https://codecov.io/gh/HenrikBengtsson/future.batchtools/branch/develop/graph/badge.svg" alt="Coverage Status"/></a> | |

0 commit comments

Comments
 (0)