R/package.R

#' Running Commands Remotely on Gridengine Clusters
#'
#' Run `lapply()` calls in parallel by submitting them to
#' 'gridengine' clusters using the 'qsub' command.
#'
#' @import dplyr
#' @import tidyr
#' @importFrom stringr str_replace str_replace_all str_detect str_sub
#' @importFrom glue glue
#' @importFrom purrr %>% %||% map map2 map_df map_chr map_lgl map_int map_dbl keep discard set_names
#' @importFrom methods is
#'
#' @docType package
#' @name qsub
NULL

Try the qsub package in your browser

Any scripts or data that you put into this service are public.

qsub documentation built on Sept. 23, 2021, 5:09 p.m.