Installation Guide
This document will guide you through the installation process of the MicrobiomeStat package.
Installation Options
Option 1: Installation via CRAN
MicrobiomeStat is available on the CRAN repository. To install it, run the following command in your R console:
Option 2: Installation via GitHub (Development Version)
The development version of MicrobiomeStat is hosted on GitHub. To install it, you will first need the 'devtools' package. If you haven't installed it yet, you can do so using the command:
After installing 'devtools', you can proceed to install MicrobiomeStat:
Checking the Installed Version
After installation, you can check the installed version of MicrobiomeStat to ensure that you have the latest version:
This should display the version number of MicrobiomeStat. For the development version installed from GitHub, the current version is 1.1.3. For the CRAN version, the current version is 1.1. Ensure that the displayed version number matches the expected version for the source you installed from (GitHub or CRAN).
Dependencies
To ensure the proper functioning of MicrobiomeStat, ensure that you have the following packages installed:
Required CRAN Packages
Troubleshooting
Ensure that you are using the latest versions of R and Bioconductor. If you encounter any issues, it might be because a package requires a specific version of R or Bioconductor.
If you experience problems during installation or usage, follow these steps:
Check our Frequently Asked Questions (FAQ) page at https://app.gitbook.com/o/JyntywoYcDNroaHdd5wZ/s/hFAmY4z7d1R15Cv49vXQ/frequently-asked-questions-faq/general-faqs. Many common issues and their solutions are addressed there.
If your issue isn't covered in the FAQ, visit https://github.com/cafferychen777/MicrobiomeStat/issues.
Search this page to see if a similar issue has already been reported and resolved.
If you don't find a similar issue, feel free to create a new issue to report your specific problem. When describing the issue, please provide as much detail as possible, including your operating system, R version, and any error messages you encountered.
If the problem persists, consult the documentation of the problematic package for further guidance.
Thank you for choosing MicrobiomeStat. We will do our best to assist you with any issues you encounter.
Last updated
Was this helpful?