Name Mode Size
.github 040000
.make 040000
R 040000
inst 040000
man 040000
revdep 040000
src 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
CONTRIBUTING.md 100644 1 kb
DESCRIPTION 100644 1 kb
Makefile 100644 0 kb
NAMESPACE 100644 0 kb
NEWS.md 100644 10 kb
README.md 100644 2 kb
README.md
<div id="badges"><!-- pkgdown markup --> <a href="https://bioconductor.org/packages/illuminaio/"><img border="0" src="https://bioconductor.org/shields/years-in-bioc/illuminaio.svg" alt="Bioconductor since badge"/></a> <a href="https://bioconductor.org/checkResults/release/bioc-LATEST/illuminaio/"><img border="0" src="https://bioconductor.org/shields/build/release/bioc/illuminaio.svg" alt="Bioconductor build status"/></a> <a href="https://bioconductor.org/checkResults/devel/bioc-LATEST/illuminaio/"><img border="0" src="https://bioconductor.org/shields/build/devel/bioc/illuminaio.svg" alt="Bioconductor build status"/></a> <a href="https://github.com/HenrikBengtsson/illuminaio/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/HenrikBengtsson/illuminaio/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://app.codecov.io/gh/HenrikBengtsson/illuminaio"><img border="0" src="https://codecov.io/gh/HenrikBengtsson/illuminaio/branch/develop/graph/badge.svg" alt="Coverage Status"/></a> </div> # illuminaio: Parsing Illumina Microarray Output Files ## Installation R package illuminaio is available on [Bioconductor](https://www.bioconductor.org/packages/devel/bioc/html/illuminaio.html) and can be installed in R as: ```r install.packages("BiocManager") BiocManager::install("illuminaio") ``` ### Pre-release version To install the pre-release version that is available in Git branch `develop` on GitHub, use: ```r remotes::install_github("HenrikBengtsson/illuminaio", ref="develop") ``` This will install the package from source. Because of this and because this package also compiles native code, Windows users need to have [Rtools](https://cran.r-project.org/bin/windows/Rtools/) installed and macOS users need to have [Xcode](https://developer.apple.com/xcode/) installed. <!-- pkgdown-drop-below --> ## Contributing To contribute to this package, please see [CONTRIBUTING.md](CONTRIBUTING.md).