Package: qsub
Title: Running Commands Remotely on 'Gridengine' Clusters
Version: 1.1.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)
Imports: dplyr, glue, methods, pbapply, processx, purrr, random, readr,
        ssh, stringr, tidyr, tools, utils
Suggests: testthat
URL: https://github.com/rcannood/qsub
BugReports: https://github.com/rcannood/qsub/issues
RoxygenNote: 7.1.1
Encoding: UTF-8
License: GPL-3
NeedsCompilation: no
Packaged: 2021-09-23 09:28:15 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: 2021-09-23 10:10:02 UTC
Built: R 4.4.3; ; 2025-10-21 14:40:56 UTC; windows
