Skip to content

Commit 15a96f1

Browse files
committed
replace BiocInstaller biocLite mentions with BiocManager
1 parent 2234f43 commit 15a96f1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: minfi
2-
Version: 1.27.6
2+
Version: 1.27.7
33
Title: Analyze Illumina Infinium DNA methylation arrays
44
Description: Tools to analyze & visualize Illumina Infinium methylation arrays.
55
Authors@R: c(person(c("Kasper", "Daniel"), "Hansen", role = c("cre", "aut"),

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
This is the developer version of Bioconductor package [minfi](http://bioconductor.org/packages/devel/bioc/html/minfi.html). Install in R as:
33

44
```r
5-
source('http://bioconductor.org/biocLite.R')
6-
biocLite('minfi')
5+
if (!requireNamespace("BiocManager", quietly=TRUE))
6+
install.packages("BiocManager")
7+
BiocManager::install('minfi')
78
```
89

910
## Software status

0 commit comments

Comments
 (0)