diff --git a/NEWS.md b/NEWS.md index ab54b05..d7fd66a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # rstantools 2.3.1 -* Deprecated `nsamples` and `init_cpp`. (#105) +* Deprecated `init_cpp`. (#105) * Bugfix for standalone functions under 2.31 (#110) * Only add Makevars for current platform. (#109) * Suppress false-positive warning for standalone functions. (#111) diff --git a/R/nsamples.R b/R/nsamples.R index 5b73e89..116279d 100644 --- a/R/nsamples.R +++ b/R/nsamples.R @@ -6,6 +6,5 @@ #' @template args-dots #' nsamples <- function(object, ...) { - .Deprecated("ndraws from the posterior package") UseMethod("nsamples") }