R/defunct.R

Defines functions ifcb_summarize_png_data ifcb_get_svea_position

#' Defunct functions
#'
#' @description
#' `r lifecycle::badge("defunct")`
#'
#' These functions were deprecated for at least five release cycles before being
#' made defunct. If there's a known replacement, calling the function
#' will tell you about it.
#'
#' @keywords internal
#' @name defunct
NULL

#' @usage # Deprecated in 0.3.* -------------------------------------
#' @name defunct
NULL

#' @noRd
#' @rdname defunct
ifcb_get_svea_position <- function(...) {
  lifecycle::deprecate_stop("0.3.4", "ifcb_get_svea_position()", "iRfcb::ifcb_get_ferrybox_data()")
}

#' @noRd
#' @rdname defunct
ifcb_summarize_png_data <- function(...) {
  lifecycle::deprecate_stop("0.3.11", "ifcb_summarize_png_data()", "iRfcb::ifcb_summarize_png_counts()")
}

Try the iRfcb package in your browser

Any scripts or data that you put into this service are public.

iRfcb documentation built on April 16, 2025, 1:09 a.m.