Skip to content

Commit

Permalink
adonis is finally deprecated & six packages still fail (issue #523)
Browse files Browse the repository at this point in the history
The failing packages still using adonis after release of adonis2 on
June 15, 2016 (vegan 2.4-0) are betaper, GUniFrac, microbial,
RVAideMemoire, SigTree and smartsnp.
  • Loading branch information
jarioksa committed Oct 11, 2022
1 parent 20d7bfd commit 89c48ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/adonis-deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
contr.unordered="contr.sum", contr.ordered="contr.poly",
parallel = getOption("mc.cores"), ...)
{
## nobodody seems to believe that adonis is deprecated: give up
## .Deprecated("adonis2", package="vegan")
message("'adonis' will be deprecated: use 'adonis2' instead")
.Deprecated("adonis2", package="vegan")
EPS <- sqrt(.Machine$double.eps) ## use with >= in permutation P-values
## formula is model formula such as Y ~ A + B*C where Y is a data
## frame or a matrix, and A, B, and C may be factors or continuous
Expand Down

0 comments on commit 89c48ab

Please sign in to comment.