Skip to content

Commit 249e4f9

Browse files
committed
minor readme
1 parent 66fdb14 commit 249e4f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ This package will allow you to send function calls as jobs on a computing
1010
cluster with a minimal interface provided by the `Q` function:
1111

1212
```r
13-
# install/load the package if you haven't done so yet
13+
# install the package if you haven't done so yet
1414
Sys.setenv(CLUSTERMQ_AUTO_LIBZMQ=1)
1515
install.packages('clustermq')
16-
library(clustermq)
1716

1817
# queue a function call on your scheduler
18+
library(clustermq)
1919
fx = function(x) x * 2
2020
Q(fx, x=1:3, n_jobs=1)
2121
# list(2,4,6)

0 commit comments

Comments
 (0)