Package: qsub
Title: Running Commands Remotely on 'Gridengine' Clusters
Version: 1.1.0
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, pbapply, processx, purrr, random, readr,
        ssh, stringr, tidyr, utils
URL: http://github.com/rcannood/qsub
BugReports: https://github.com/rcannood/qsub/issues
RoxygenNote: 6.1.0
Suggests: testthat
NeedsCompilation: no
Packaged: 2019-02-13 12:43:42 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: 2019-02-13 13:20:04 UTC
Built: R 3.6.3; ; 2020-08-05 06:31:49 UTC; windows
