There was an error while loading. Please reload this page.
1 parent 88c1fec commit 3cb85a7Copy full SHA for 3cb85a7
2 files changed
NEWS.md
@@ -1,6 +1,6 @@
1
# rstantools 2.3.1
2
3
-* Deprecated `nsamples` and `init_cpp`. (#105)
+* Deprecated `init_cpp`. (#105)
4
* Bugfix for standalone functions under 2.31 (#110)
5
* Only add Makevars for current platform. (#109)
6
* Suppress false-positive warning for standalone functions. (#111)
R/nsamples.R
@@ -6,6 +6,5 @@
#' @template args-dots
7
#'
8
nsamples <- function(object, ...) {
9
- .Deprecated("ndraws from the posterior package")
10
UseMethod("nsamples")
11
}
0 commit comments