Nothing
# The detectors use magrittr pipes with the `.` placeholder, and rt_summary()
# refers to the lazily-loaded `rt_accuracy` dataset; R CMD check would otherwise
# flag both as undefined global variables. Declare them package-wide.
utils::globalVariables(c(".", "rt_accuracy"))
.onAttach <- function(libname, pkgname) {
version <- utils::packageVersion(pkgname)
packageStartupMessage(sprintf(paste0(
"rtransparency %s: identify indicators of transparency (conflicts of ",
"interest, funding,\nprotocol registration, novelty, replication, data and ",
"code sharing, and AI-use\ndisclosure) in biomedical articles. GitHub: ",
"https://github.com/choxos/rtransparency | vignette(\"rtransparency\")"),
version
))
invisible()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.