Skip to content

Commit 3cb85a7

Browse files
committed
don't deprecate nsamples yet
1 parent 88c1fec commit 3cb85a7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# rstantools 2.3.1
22

3-
* Deprecated `nsamples` and `init_cpp`. (#105)
3+
* Deprecated `init_cpp`. (#105)
44
* Bugfix for standalone functions under 2.31 (#110)
55
* Only add Makevars for current platform. (#109)
66
* Suppress false-positive warning for standalone functions. (#111)

R/nsamples.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
#' @template args-dots
77
#'
88
nsamples <- function(object, ...) {
9-
.Deprecated("ndraws from the posterior package")
109
UseMethod("nsamples")
1110
}

0 commit comments

Comments
 (0)