forked from LieberInstitute/sgejobs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
50 lines (36 loc) · 1.75 KB
/
README.Rmd
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
41
42
43
44
45
46
47
48
49
50
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# sgejobs
<!-- badges: start -->
[![Travis build status](https://travis-ci.org/LieberInstitute/sgejobs.svg?branch=master)](https://travis-ci.org/LieberInstitute/sgejobs)
[![Codecov test coverage](https://codecov.io/gh/LieberInstitute/sgejobs/branch/master/graph/badge.svg)](https://codecov.io/gh/LieberInstitute/sgejobs?branch=master)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
<!-- badges: end -->
This package contains helper functions for [Son of Grid Engine](https://arc.liv.ac.uk/trac/SGE) (SGE) cluster jobs, mostly with usage at the Joint High Performance Computing Exchange ([JHPCE](https://jhpce.jhu.edu/)) cluster in mind. Please check the package [documentation website](http://LieberInstitute.github.io/sgejobs) for more information about how to use `sgejobs`.
# Installation instructions
Get the latest stable `R` release from [CRAN](http://cran.r-project.org/). Then install `sgejobs` using the following code:
```{r, eval = FALSE}
## If needed:
if (!requireNamespace("remotes", quietly = TRUE))
install.packages("remotes")
## Install with:
remotes::install_github('LieberInstitute/sgejobs')
```
# Citation
Below is the citation output from using `citation('sgejobs')` in R. Please
run this yourself to check for any updates on how to cite __sgejobs__.
```{r 'citation'}
citation('sgejobs')
```
# Testing
Testing on Bioc-devel is feasible thanks to [R Travis](http://docs.travis-ci.com/user/languages/r/).