Skip to content

Commit

Permalink
don't deprecate nsamples yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Mar 30, 2023
1 parent 88c1fec commit 3cb85a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
1 change: 0 additions & 1 deletion R/nsamples.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
#' @template args-dots
#'
nsamples <- function(object, ...) {
.Deprecated("ndraws from the posterior package")
UseMethod("nsamples")
}

0 comments on commit 3cb85a7

Please sign in to comment.