R/socialranking-package.R

Defines functions release_bullets

#' socialranking: A package for constructing ordinal power relations and evaluating social ranking solutions
#'
#' The package `socialranking` offers functions to represent ordinal
#' information of coalitions and calculate the power relation between elements.
#'
#' Use `browseVignettes("socialranking")` for more information.
#'
#' @importFrom Rdpack reprompt
#' @importFrom relations as.relation
#' @keywords internal
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL

release_bullets <- function() {
  c(
    "Updated vignettes/prebuild.pdf? (check ignored/vignetter.R)",
    "Updated auto-generated function checks? (check ignored/checkGenerator.R)"
  )
}

Try the socialranking package in your browser

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

socialranking documentation built on May 29, 2024, 2:10 a.m.