Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Apr 17, 2024
1 parent 649b021 commit 31b93a9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions vignettes/miaViz.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,8 @@ plotColGraph(altExp(GlobalPatterns,"Genus"),
# Plotting of serial data

```{r, eval=FALSE}
if(!requireNamespace("devtools", quietly = TRUE)){
BiocManager::install("devtools")
}
if(!requireNamespace("miaTime", quietly = TRUE)){
devtools::install_github("microbiome/miaTime", upgrade = "never")
remotes::install_github("microbiome/miaTime", upgrade = "never")
}
```

Expand Down

0 comments on commit 31b93a9

Please sign in to comment.