Skip to content

Commit

Permalink
additional updates from BiocInstaller to BiocManager
Browse files Browse the repository at this point in the history
  • Loading branch information
LiNk-NY committed Sep 6, 2018
1 parent 06b8416 commit a779d66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: netReg
Type: Package
Title: Network-Regularized Regression Models
Version: 1.5.0
Version: 1.5.1
Date: 2018-04-28
Authors@R: person("Simon", "Dirmeier",
email = "simon.dirmeier@web.de", role = c("aut", "cre"))
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ or by downloading the [tarball](https://github.com/dirmeier/netReg/releases).
If you want to use the **recommended way** using Bioconductor just call:

```r
> source("https://bioconductor.org/biocLite.R")
> biocLite("netReg")
> if (!requireNamespace("BiocManager", quietly=TRUE))
> install.packages("BiocManager")
> BiocManager::install("netReg")

> library(netReg)
```
Expand Down
5 changes: 3 additions & 2 deletions vignettes/netReg_R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ You can install and use `netReg` either
The easiest way to install `netReg` is using the `R`-console:

```{r, eval=FALSE}
> source("https://bioconductor.org/biocLite.R")
> biocLite("netReg")
> if (!requireNamespace("BiocManager", quietly=TRUE))
> install.packages("BiocManager")
> BiocManager::install("netReg")
> library(netReg)
```
Expand Down

0 comments on commit a779d66

Please sign in to comment.