Skip to content

Commit

Permalink
Fix IMPORTS (#41)
Browse files Browse the repository at this point in the history
* up

* up
  • Loading branch information
TuomasBorman authored Mar 28, 2024
1 parent 60c01d2 commit 62eae97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: MGnifyR
Type: Package
Version: 0.99.27
Version: 0.99.28
Authors@R:
c(person(given = "Tuomas", family = "Borman", role = c("aut", "cre"),
email = "[email protected]",
Expand All @@ -21,25 +21,24 @@ License: Artistic-2.0 | file LICENSE
Encoding: UTF-8
Depends:
R(>= 4.4.0),
mia,
MultiAssayExperiment,
TreeSummarizedExperiment,
SummarizedExperiment,
biomformat,
BiocGenerics
Imports:
mia,
ape,
dplyr,
httr,
methods,
plyr,
reshape2,
S4Vectors,
stats,
urltools,
utils,
tidyjson
Suggests:
biomformat,
broom,
ggplot2,
knitr,
Expand Down
2 changes: 2 additions & 0 deletions vignettes/MGnifyR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ microbiome data manipulation and visualization. Moreover, it enables access
to `miaverse` tools. For example, we can estimate diversity of samples...

```{r calculate_diversity, fig.width=9}
library(mia)
mae[[1]] <- estimateDiversity(mae[[1]], index = "shannon")
library(scater)
Expand Down
2 changes: 2 additions & 0 deletions vignettes/MGnifyR_long.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ microbiome data manipulation and visualization. Moreover, it enables access
to `miaverse` tools. For example, we can estimate diversity of samples.

```{r calculate_diversity}
library(mia)
tse <- estimateDiversity(tse, index = "shannon")
library(scater)
Expand Down

0 comments on commit 62eae97

Please sign in to comment.