From 4de9931df4cdd1a280f305ab2c36b145729cb2c3 Mon Sep 17 00:00:00 2001 From: mschubert Date: Thu, 29 Jun 2017 14:29:59 +0100 Subject: [PATCH] update title, desc --- DESCRIPTION | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 57de7d38..17f58da1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,11 @@ Package: clustermq -Title: ZeroMQ-Powered Cluster Jobs (LSF, SGE, SLURM) -Version: 0.6.1 +Title: Evaluate Function Calls on HPC Schedulers (LSF, SGE, SLURM) +Version: 0.6.2 Author: Michael Schubert Maintainer: Michael Schubert -Description: Transparent evaluation of function calls on HPC schedulers - without using network-mounted storage. +Description: Provides the Q() function to send arbitrary function calls to + workers on HPC schedulers without relying on network-mounted storage. + Allows using remote schedulers via SSH. URL: https://github.com/mschubert/clustermq BugReports: https://github.com/mschubert/clustermq/issues Depends: @@ -14,10 +15,9 @@ Imports: narray, pryr, R6, - rzmq, + rzmq (>= 0.9.2), tibble, utils -Remotes: ropensci/rzmq License: Apache License (== 2.0) | file LICENSE LazyData: true Encoding: UTF-8