R/starts_deprecated.R

Defines functions starts_deprecated

## File Name: starts_deprecated.R
## File Version: 0.03

starts_deprecated <- function( old, new, pkg="STARTS" )
{
    string <- paste0( "The function '", old, "' is deprecated and will be\n",
                "removed in future versions of the ", pkg, " package.\n",
                "Use '", new, "' instead.\n" )
    cat(string)
}
alexanderrobitzsch/STARTS documentation built on March 27, 2024, 5:38 a.m.