Skip to content

Commit

Permalink
Update RDA/CCA functions (microbiome#639)
Browse files Browse the repository at this point in the history
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
Co-authored-by: Daena Rys <rysdaena8@gmail.com>
Co-authored-by: Muluh <127390183+Daenarys8@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 7, 2024
1 parent 1923e87 commit c76bc90
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 535 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mia
Type: Package
Version: 1.13.45
Version: 1.13.46
Authors@R:
c(person(given = "Felix G.M.", family = "Ernst", role = c("aut"),
email = "felix.gm.ernst@outlook.com",
Expand Down
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(scuttle,sumCountsAcrossFeatures)
importFrom(scuttle,summarizeAssayByGroup)
importFrom(stats,TukeyHSD)
importFrom(stats,anova)
importFrom(stats,as.dist)
importFrom(stats,as.formula)
Expand Down Expand Up @@ -409,6 +410,10 @@ importFrom(vegan,"sppscores<-")
importFrom(vegan,anova.cca)
importFrom(vegan,avgdist)
importFrom(vegan,betadisper)
importFrom(vegan,cca)
importFrom(vegan,dbrda)
importFrom(vegan,eigenvals)
importFrom(vegan,monoMDS)
importFrom(vegan,permutest)
importFrom(vegan,scores)
importFrom(vegan,vegdist)
Loading

0 comments on commit c76bc90

Please sign in to comment.