From 65d0ca926db9c1e22b0088500023cc2bc8a7faf7 Mon Sep 17 00:00:00 2001 From: Jari Oksanen Date: Fri, 30 Aug 2024 14:10:07 +0300 Subject: [PATCH] .Defunct adds Use to message: do not repeat --- R/vegan-defunct.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/vegan-defunct.R b/R/vegan-defunct.R index dc47ca34c..706385217 100644 --- a/R/vegan-defunct.R +++ b/R/vegan-defunct.R @@ -26,7 +26,7 @@ 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 @@ -34,7 +34,7 @@ function (x, method, thin = 1) `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