R/data-deprecated.R

#' @title Data sets that have been deprecated
#'
#' @description These are data sets that have been deprecated and scheduled for
#' removal, or data that have since been removed after deprecation. Data sets
#' may be deprecated either by insistence of the data set's author, because they
#' will be relocated to another package for future development, or because the
#' data themselves are legacy data no longer in active demand or use in the
#' community. Deprecation and removal have the effect of also freeing up disk
#' space given CRAN's 5 MB limitation for R packages.
#'
#' @docType data
#' @name data-deprecated
#' @keywords internal deprecated
#' @format Users interested in the data referenced here can check the Github
#' repository associated with the package. The scripts that generated them are
#' available in the `data-raw/` directory. Previous versions of the data are
#' available in CRAN archives as well.
NULL

#' @rdname data-deprecated
#' @name cow_alliance
#' @details \code{cow_alliance} is defunct. The data set's maintainer requests
#' that users who want the Correlates of War alliance data in their analyses
#' should download and process the data manually, without assistance of any
#' convenience functions.
"cow_alliance"

#' @rdname data-deprecated
#' @name gml_dirdisp
#' @details \code{gml_dirdisp} is defunct. One of the data set's maintainers
#' requests that users who want to use the data should download and process the
#' data manually, without assistance of any convenience functions or software
#' that ultimately suggest design decisions on behalf of the researcher.
"gml_dirdisp"

#' @rdname data-deprecated
#' @name gml_mid_ddydisps
#' @details \code{gml_mid_ddydisps} is defunct. One of the data set's maintainers
#' requests that users who want to use the data should download and process the
#' data manually, without assistance of any convenience functions or software
#' that ultimately suggest design decisions on behalf of the researcher.
"gml_mid_ddydisps"


#' @rdname data-deprecated
#' @name gml_mid_disps
#' @details \code{gml_mid_disps} is defunct. One of the data set's maintainers
#' requests that users who want to use the data should download and process the
#' data manually, without assistance of any convenience functions or software
#' that ultimately suggest design decisions on behalf of the researcher.
"gml_mid_disps"

#' @rdname data-deprecated
#' @name gml_part
#' @details \code{gml_part} is defunct. One of the data set's maintainers
#' requests that users who want to use the data should download and process the
#' data manually, without assistance of any convenience functions or software
#' that ultimately suggest design decisions on behalf of the researcher.
"gml_part"


#' @rdname data-deprecated
#' @name gml_mid_ddlydisps
#' @details \code{gml_mid_ddlydisps} is defunct. One of the data set's maintainers
#' requests that users who want to use the data should download and process the
#' data manually, without assistance of any convenience functions or software
#' that ultimately suggest design decisions on behalf of the researcher.
"gml_mid_ddlydisps"

#' @rdname data-deprecated
#' @name gml_mid_dirleaderdisps
#' @details \code{gml_mid_dirleaderdisps} is defunct. One of the data set's maintainers
#' requests that users who want to use the data should download and process the
#' data manually, without assistance of any convenience functions or software
#' that ultimately suggest design decisions on behalf of the researcher.
"gml_mid_dirleaderdisps"
svmiller/peacesciencer documentation built on April 3, 2025, 1:15 p.m.