Skip to content

MicrobiomeStat functions not showing up after installation in R #64

Answered by cafferychen777
niall142 asked this question in Q&A
Discussion options

You must be logged in to vote

Dear Niall,

Thank you for your patience. I've reviewed the dependencies for MicrobiomeStat, and I'd like to provide you with a more detailed installation process to ensure all necessary components are in place. Please follow these steps:

  1. First, ensure you have R version 3.5.0 or newer installed. You can check your R version by running:

    R.version$version.string
  2. Install and load the pacman package, which we'll use to streamline the installation of other packages:

    if (!require("pacman")) install.packages("pacman")
    library(pacman)
  3. Install the required and suggested dependencies:

    p_load(rlang, tibble, ggplot2, matrixStats, lmerTest, foreach, modeest, vegan, dplyr, pheatmap, tidyr, ggh4x, a…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by niall142
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants