R-package for information retrieval from various bioinformatic-related databases.
The package depends on quite a few libraries and it can be cumbersome to install them manually. The easiest way to install the latest version of the package is with the help of the devtools
package like this
install.packages("devtools")
devtools::install_github("fischuu/hoardeR")