R/rtransparency-package.R

#' rtransparency: Identify indicators of transparency in the biomedical literature
#'
#' Detects and extracts eight indicators of transparency (conflicts of interest,
#' funding, protocol registration, novelty, replication, data sharing, code
#' sharing, and disclosure of generative-AI use) from PubMed Central XML or
#' plain-text articles. For each indicator it returns a boolean prediction and
#' the statement that triggered it. This package builds on the original
#' \pkg{rtransparent} tool of Serghiou et al. (2021).
#'
#' @importFrom magrittr %>%
#' @importFrom magrittr %<>%
#' @importFrom rlang .data
#' @importFrom utils tail
"_PACKAGE"

Try the rtransparency package in your browser

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

rtransparency documentation built on July 1, 2026, 9:07 a.m.