forked from LieberInstitute/sgejobs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 957 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: sgejobs
Title: Helper functions for SGE jobs at JHPCE
Version: 0.99.1
Date: 2019-11-07
Authors@R:
c(
person(
"Leonardo", "Collado-Torres",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2140-308X")
)
)
Description: This package contains helper functions for interacting with the
JHPCE cluster https://jhpce.jhu.edu/ which is uses Son of Grid Engine (SGE)
for managing the cluster jobs.
License: Artistic-2.0
Encoding: UTF-8
LazyData: true
URL: https://github.com/LieberInstitute/sgejobs
BugReports: https://github.com/LieberInstitute/sgejobs/issues
Suggests:
covr,
testthat (>= 2.1.0),
knitr,
rmarkdown,
BiocStyle,
knitcitations,
sessioninfo,
remotes
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Imports:
purrr,
glue,
lubridate,
tidyr,
pryr,
readr