Support for loading and interacting with QIIME files in R.
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")