Nothing
##' Deprecated functions in orderly. These functions still work (*for
##' now*) but will be removed shortly. Please update your code.
##'
##' * `orderly_location_pull_packet`; please use [orderly_location_pull()]
##' * `orderly_location_pull_metadata`; please use
##' [orderly_location_fetch_metadata()]
##'
##' @param ... Arguments forwarded to the new version
##' @return See the linked pages above for the current return type.
##' @rdname orderly-deprecated
##' @name orderly-deprecated
NULL
deprecate_warn <- function(old, new, body = NULL) {
cli::cli_warn(
c(paste("'{old}()' is deprecated and will be removed soon, please",
"use '{new}()' instead"),
body),
.frequency = "regularly",
.frequency_id = paste0("orderly_deprecate:", old))
}
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.