Skip to content

Commit

Permalink
Fix installation instructions (not a Biioconductor package)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Oct 16, 2023
1 parent 6206d2d commit 4c55038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
16 changes: 3 additions & 13 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,10 @@ It was developed at [JHPCE](https://jhpce.jhu.edu/) with SLURM 22.05.9 in mind,

## Installation instructions

Get the latest stable `R` release from [CRAN](http://cran.r-project.org/). Then install `slurmjobs` from [Bioconductor](http://bioconductor.org/) using the following code:
Get the latest stable `R` release from [CRAN](http://cran.r-project.org/). Then install `slurmjobs` from [GitHub](https://github.com/LieberInstitute/slurmjobs) with:

```{r 'install', eval = FALSE}
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("slurmjobs")
```

And the development version from [GitHub](https://github.com/LieberInstitute/slurmjobs) with:

```{r 'install_dev', eval = FALSE}
BiocManager::install("LieberInstitute/slurmjobs")
```{r 'install_gh', eval = FALSE}
remotes::install_github("LieberInstitute/slurmjobs")
```

## Citation
Expand Down
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,10 @@ versions.

Get the latest stable `R` release from
[CRAN](http://cran.r-project.org/). Then install `slurmjobs` from
[Bioconductor](http://bioconductor.org/) using the following code:

``` r
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}

BiocManager::install("slurmjobs")
```

And the development version from
[GitHub](https://github.com/LieberInstitute/slurmjobs) with:

``` r
BiocManager::install("LieberInstitute/slurmjobs")
remotes::install_github("LieberInstitute/slurmjobs")
```

## Citation
Expand Down

0 comments on commit 4c55038

Please sign in to comment.