Skip to content

Commit 1956d3b

Browse files
committed
fix cran link reqs
1 parent f9f87eb commit 1956d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ClusterMQ: send R function calls as cluster jobs
33

44
[![CRAN version](http://www.r-pkg.org/badges/version/clustermq)](https://cran.r-project.org/package=clustermq)
55
[![Build Status](https://github.com/mschubert/clustermq/workflows/R-check/badge.svg?branch=master)](https://github.com/mschubert/clustermq/actions)
6-
[![CRAN downloads](http://cranlogs.r-pkg.org/badges/clustermq)](http://cran.rstudio.com/web/packages/clustermq/index.html)
6+
[![CRAN downloads](http://cranlogs.r-pkg.org/badges/clustermq)](https://cran.r-project.org/package=clustermq)
77
[![DOI](https://zenodo.org/badge/DOI/10.1093/bioinformatics/btz284.svg)](https://doi.org/10.1093/bioinformatics/btz284)
88

99
This package will allow you to send function calls as jobs on a computing
@@ -111,7 +111,7 @@ Q(fx, x=1:3, export=list(y=10), n_jobs=1)
111111

112112
`clustermq` can also be used as a parallel backend for
113113
[`foreach`](https://cran.r-project.org/package=foreach). As this is also
114-
used by [`BiocParallel`](http://bioconductor.org/packages/release/bioc/html/BiocParallel.html),
114+
used by [`BiocParallel`](https://bioconductor.org/packages/release/bioc/html/BiocParallel.html),
115115
we can run those packages on the cluster as well:
116116

117117
```r
@@ -156,7 +156,7 @@ Use [Snakemake](https://snakemake.readthedocs.io/en/latest/) or
156156

157157
* you want to design and run a workflow on HPC
158158

159-
Don't use [`batch`](https://cran.r-project.org/web/packages/batch/index.html)
159+
Don't use [`batch`](https://cran.r-project.org/package=batch)
160160
(last updated 2013) or [`BatchJobs`](https://github.com/tudo-r/BatchJobs)
161161
(issues with SQLite on network-mounted storage).
162162

0 commit comments

Comments
 (0)