Nothing
#' @export
terms.mcmc <- function(x, ...) {
deprecate_soft("0.2.1", "terms()", "as_term()", id = "terms")
as_term(x)
}
#' @export
terms.mcmc.list <- function(x, ...) {
deprecate_soft("0.2.1", "terms()", "as_term()", id = "terms")
as_term(x)
}
#' @export
terms.mcmcarray <- function(x, ...) {
deprecate_soft("0.2.1", "terms()", "as_term()", id = "terms")
as_term(x)
}
#' @export
terms.mcmcr <- function(x, ...) {
deprecate_soft("0.2.1", "terms()", "as_term()", id = "terms")
as_term(x)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.