Package: qsub
Title: Running Commands Remotely on 'Gridengine' Clusters
Version: 1.0.3
Authors@R: c(
    person(
      "Robrecht", 
      "Cannoodt", 
      email = "rcannood@gmail.com", 
      role = c("aut", "cre"),
      comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
    ),
    person(
      "Wouter", 
      "Saelens", 
      email = "wouter.saelens@ugent.be", 
      role = c("aut"), 
      comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")
    )
  )
Description: Run lapply() calls in parallel by submitting them to 
    'gridengine' clusters using the 'qsub' command.
Depends: R (>= 3.0)
License: GPL-3
LazyData: true
Imports: dplyr, glue, methods, processx, purrr, random, readr, ssh,
        stringr, tidyr, utils
URL: http://github.com/rcannood/qsub
BugReports: https://github.com/rcannood/qsub/issues
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-07-24 13:39:39 UTC; rcannood
Author: Robrecht Cannoodt [aut, cre] (<https://orcid.org/0000-0003-3641-729X>,
    rcannood),
  Wouter Saelens [aut] (<https://orcid.org/0000-0002-7114-6248>, zouter)
Maintainer: Robrecht Cannoodt <rcannood@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-30 11:00:05 UTC
