R/z-obsolete.R

# vim: set shiftwidth=4 tabstop=4 foldmarker=<<<,>>>:

# - exp scOne -------------------------------------------------------------------------------------- <<< -

#' @title Information that the \code{scOne} class is obsolete.
#' @description Since version 0.2.0 it has been replaced with the \code{\link{soundcorrs}} class.
#' @param ... Ignored, only for compatibilty.
#' @export

scOne <- function (...)
	stop ("Since version 0.2.0 the \"scOne\" class is obsolete. See the vignette.")


#' @title Information that the \code{scOne} class is obsolete.
#' @description Since version 0.2.0 it has been replaced with the \code{\link{soundcorrs}} class.
#' @param ... Ignored, only for compatibilty.
#' @export

ngrams.scOne <- function (...)
	stop ("Since version 0.2.0 the \"scOne\" class is obsolete. See the vignette.")


#' @title Information that the \code{scOne} class is obsolete.
#' @description Since version 0.2.0 it has been replaced with the \code{\link{soundcorrs}} class.
#' @param ... Ignored, only for compatibilty.
#' @export

print.scOne <- function (...)
	stop ("Since version 0.2.0 the \"scOne\" class is obsolete. See the vignette.")


#' @title Information that the \code{scOne} class is obsolete.
#' @description Since version 0.2.0 it has been replaced with the \code{\link{soundcorrs}} class.
#' @param ... Ignored, only for compatibilty.
#' @export

read.scOne <- function (...)
	stop ("Since version 0.2.0 the \"scOne\" class is obsolete. See the vignette.")

# -------------------------------------------------------------------------------------------------- >>> -
# - exp char2value --------------------------------------------------------------------------------- <<< -

#' @title Information that the \code{char2value()} function is obsolete.
#' @description Since version 0.2.0 it is no longer available. If you need its functionality, please contact kamil.stachowski@gmail.com
#' @param ... Ignored, only for compatibility.
#' @export

char2value <- function (...)
	stop ("Since version 0.2.0 the \"char2value()\" function is obsolete. If you need its functionality, please contact kamil.stachowski@gmail.com.")

# -------------------------------------------------------------------------------------------------- >>> -
# - exp findSegments ------------------------------------------------------------------------------- <<< -

#' @title Information that the \code{findSegments} function is obsolete.
#' @description Since version 0.2.0 it is no longer available. If you need its functionality, please contact kamil.stachowski@gmail.com
#' @param ... Ignored, only for compatibility.
#' @export

findSegments <- function (...)
	stop ("Since version 0.2.0 the \"findSegments()\" function is obsolete. If you need its functionality, please contact kamil.stachowski@gmail.com.")

# -------------------------------------------------------------------------------------------------- >>> -

Try the soundcorrs package in your browser

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

soundcorrs documentation built on Nov. 16, 2020, 5:09 p.m.