Skip to content

Commit

Permalink
Installation advice
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristinaSchmidt1 committed Apr 18, 2024
1 parent 233e344 commit 5a365e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion vignettes/CoRe Metabolomics.Rmd
Expand Up @@ -53,7 +53,8 @@ A Consumption-Release (CoRe) metabolomics experiment usually refers to a cell cu
\
First if you have not done yet, install the required dependencies and load the libraries:
```{r, message=FALSE, warning=FALSE}
#MetaProViz
# 1. Install Rtools if you haven’t done this yet, using the appropriate version (e.g.windows or macOS).
# 2. Install the latest development version from GitHub using devtools
#devtools::install_github("https://github.com/saezlab/MetaProViz")
library(MetaProViz)
Expand Down
3 changes: 2 additions & 1 deletion vignettes/Standard Metabolomics.Rmd
Expand Up @@ -52,7 +52,8 @@ A standard metabolomics experiment refers to intracellular extracts (e.g. cell o
\
First if you have not done yet, install the required dependencies and load the libraries:
```{r message=FALSE, warning=FALSE}
#MetaProViz
# 1. Install Rtools if you haven’t done this yet, using the appropriate version (e.g.windows or macOS).
# 2. Install the latest development version from GitHub using devtools
#devtools::install_github("https://github.com/saezlab/MetaProViz")
library(MetaProViz)
Expand Down

0 comments on commit 5a365e2

Please sign in to comment.