Name Mode Size
.github 040000
R 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
CODE_OF_CONDUCT.md 100644 5 kb
DESCRIPTION 100644 1 kb
GEOquery.Rproj 100644 0 kb
LICENSE 100644 1 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 0 kb
README.md 100644 1 kb
_pkgdown.yml 100644 0 kb
README.md
## Status <!-- badges: start --> [![R-CMD-check](https://github.com/seandavi/GEOquery/workflows/R-CMD-check/badge.svg)](https://github.com/seandavi/GEOquery/actions) <!-- badges: end --> ## Installation To install from Bioconductor, use the following code: ```{r} if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("GEOquery") ``` To install directly from github: ```{r} library(devtools) install_github('GEOquery','seandavi') ``` ## Usage See the full vignette in [rmarkdown](https://github.com/seandavi/GEOquery/blob/master/vignettes/GEOquery.Rmd) or visit Bioconductor for details: - [Release version](http://www.bioconductor.org/packages/release/bioc/html/GEOquery.html) - [Devel version](http://www.bioconductor.org/packages/devel/bioc/html/GEOquery.html)