Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 400 Bytes

qiime.io

Support for loading and interacting with QIIME files in R.

Try it out

To install this devel version directly from GitHub:

First install the "devtools" package, if you haven't already

install.packages("devtools")

Then load devtools and use the install_github function to build/install qiime.io.

library("devtools")
install_github("qiime.io", "qiime")