Skip to content

Commit

Permalink
.Defunct adds Use to message: do not repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Aug 30, 2024
1 parent 5304147 commit 65d0ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/vegan-defunct.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ function (x, method, thin = 1)
"permuted.index" <-
function (n, strata)
{
.Defunct("use permute package (shuffle or shuffleSet)")
.Defunct("permute package (shuffle or shuffleSet)")
}

### deprecated in 2.5-3, declared defunct and removed in 2.6-2 (but
### actually was not removed)
`humpfit` <-
function (mass, spno, family = poisson, start)
{
.Defunct("use natto::humpfit() from https://github.com/jarioksa/natto/")
.Defunct("natto::humpfit() from https://github.com/jarioksa/natto/")
}

### deprecated in 2.6-2 with alternative toCoda, make defunct in 2.6-5
Expand Down

0 comments on commit 65d0ca9

Please sign in to comment.