... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: skewr |
2 | 2 |
Title: Visualize Intensities Produced by Illumina's Human Methylation |
3 | 3 |
450k BeadChip |
4 |
-Version: 1.13.1 |
|
4 |
+Version: 1.13.2 |
|
5 | 5 |
Authors@R: c(person("Ryan", "Putney", role = c("cre", "aut"), email = |
6 | 6 |
"ryanputney@gmail.com"), person("Steven", "Eschrich", role = |
7 | 7 |
"aut"), person("Anders", "Berglund", role = "aut")) |
... | ... |
@@ -126,14 +126,15 @@ which is essentially the probability of finding a given point in the $j$\textsup |
126 | 126 |
|
127 | 127 |
<<install, eval=FALSE>>= |
128 | 128 |
packages.install('mixsmsn') |
129 |
-source('http://bioconductor.org/biocLite.R') |
|
130 |
-biocLite(c('skewr', 'methylumi', 'minfi', 'wateRmelon', |
|
129 |
+if (!requireNamespace("BiocManager", quietly=TRUE)) |
|
130 |
+ install.packages("BiocManager") |
|
131 |
+BiocManager::install(c('skewr', 'methylumi', 'minfi', 'wateRmelon', |
|
131 | 132 |
'IlluminaHumanMethylation450kmanifest', 'IRanges')) |
132 | 133 |
@ |
133 | 134 |
And to run this vignette as written: |
134 | 135 |
|
135 | 136 |
<<minfiData, eval=FALSE>>= |
136 |
-biocLite('minfiData') |
|
137 |
+BiocManager::install('minfiData') |
|
137 | 138 |
@ |
138 | 139 |
|
139 | 140 |
\subsection{Load \Rpackage{skewr}} |