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 Config/pak/sysreqs: git libicu-dev libssh-dev libssh2-1-dev libssl-dev libx11-dev Repository: https://rcannood.r-universe.dev Date/Publication: 2021-09-23 09:28:39 UTC RemoteUrl: https://github.com/rcannood/qsub RemoteRef: HEAD RemoteSha: 7e22c7242fa194662335bdd623eab1c8c932105a NeedsCompilation: no Packaged: 2026-07-07 09:26:13 UTC; root Author: Robrecht Cannoodt [aut, cre] (ORCID: , github: rcannood), Wouter Saelens [aut] (ORCID: , github: zouter) Maintainer: Robrecht Cannoodt