The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
rtransparency is a pattern-based detector. It is
designed for high precision on the statements it targets, and its
predictions come with the exact text that triggered them so they can be
audited. This vignette describes what each indicator does and does not
capture, so results are interpreted correctly.
| Indicator | Detects | Does not mean |
|---|---|---|
| Conflicts of interest | A COI disclosure is present (including “the authors declare no competing interests”) | That a conflict exists |
| Funding | A statement that funding was received | Presence of a funding section (a “no funding” section is read as absence) |
| Registration | A protocol/trial registration identifier or statement | Ethics/IRB approval numbers |
| Novelty | The article claims its own work is novel or first | That the work is objectively novel |
| Replication | A replication or external/independent validation was performed | An internal train/test split, or future/recommended validation |
| Data sharing | The authors’ own data are made available (repository, accession, or in-article) | Data merely reused, cited, or available “upon request” |
| Code sharing | The authors’ own analysis code is shared | Use of third-party software/tools |
| AI disclosure | A statement discloses generative-AI use in manuscript preparation (including “no AI was used”) | Use of AI as a research method |
| Open-access license | The article is openly licensed (Creative Commons / CC0), and which license | That every reader has full reuse rights (NC / ND licenses restrict reuse) |
| Reporting guideline | The authors state they followed a reporting guideline, and which one | That the study fully complied, or that a cited/animal-welfare/clinical guideline counts |
Conflicts of interest and AI disclosure are disclosure-based: a statement addressing the topic counts as present, whether the disclosure is positive or negative. This mirrors how these are reported and counted in the literature.
inst/benchmark/.rt_ai() is a special case: with no
publication date and no section structure available, it applies
no 2023 year gate (it never returns NA)
and scans the whole document, so the caller must restrict it to
2023-or-later articles and tolerate a higher false-positive rate on
AI-method papers than rt_ai_pmc().rt_accuracy for the
current sensitivity and specificity); the residual misses are mostly
non-English statements, and residual false positives are guidelines
named but not actually followed by the article.<license> element, so it is
near-deterministic for PMC XML but, in plain text, depends on a license
statement being present in the extracted text.rt_summary() can
correct apparent prevalence using bundled sensitivity/specificity
estimates (rt_accuracy). These derive from the validation
benchmarks; supply your own via rt_summary(accuracy = )
when you have study-specific estimates. AI disclosure is reported
uncorrected (its prevalence is too low in unselected literature for a
stable estimate).Every per-article detector returns the prediction columns
is_coi_pred, is_fund_pred,
is_register_pred, is_novelty_pred,
is_replication_pred, is_open_data,
is_open_code, the year-gated is_ai_pred
(NA before 2023), is_open_access (with
oa_license) and is_reporting_pred (with
reporting_guideline), each paired with the extracted text
or value. rt_all_pmc() returns all ten for one file;
rt_all_pmc_dir() runs a whole directory. The plain-text
functions (rt_all() and the single-indicator ones) return
the same indicator column names, so plain-text and XML results can be
stacked and summarized together.
A few columns describe a statement rather than detect one:
ai_used, ai_tools and ai_purpose
read an AI-use disclosure (whether it reports use, of which tools, for
what), and has_das / das_text record whether
the article has a data-availability section at all, which is not the
same as sharing data (a statement can say the data are available only on
request). A failed file has is_success = FALSE and the
reason in error.
Two limitations are worth stating plainly. Presence of a statement is
not its quality: a registration can be retrospective
(rt_registration_timing() checks this for
ClinicalTrials.gov) and a data link can be dead
(rt_check_links()). And the XML detector cannot see a
statement that is printed only in the PDF:
rt_fill_coi_pubmed() recovers conflict-of-interest
statements PubMed records for such articles.
The data- and code-availability links the detector extracts
(open_data_links, open_code_links) can be
passed to FAIR-assessment tooling such as rfair, a native
R implementation of FAIR data and software assessment, to score the
findability and accessibility of the shared resources.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.