Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Rmd/GEOquery.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ library(GEOquery)
Use the following commands to install these packages in R.

```{r biocLite, eval=FALSE}
source("http://www.bioconductor.org/biocLite.R")
biocLite(c("GEOquery"))
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install("GEOquery")
```

## Overview
Expand Down
6 changes: 4 additions & 2 deletions html/GEOquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ <h2>Dependencies</h2>
<p>This document has the following dependencies:</p>
<pre class="r"><code>library(GEOquery)</code></pre>
<p>Use the following commands to install these packages in R.</p>
<pre class="r"><code>source(&quot;http://www.bioconductor.org/biocLite.R&quot;)
biocLite(c(&quot;GEOquery&quot;))</code></pre>
<pre class="r"><code>if (!require(&quot;BiocManager&quot;, quietly = TRUE))
install.packages(&quot;BiocManager&quot;)

BiocManager::install(&quot;GEOquery&quot;)</code></pre>
</div>
<div id="overview" class="section level2">
<h2>Overview</h2>
Expand Down