This package was designed to collect code written for the analysis of my master thesis. As such, it is not written in a very generalizable way. However, it does build a skeleton upon which a useful package could be built.
The masters thesis is titled "Estimating Relevance within Replication Studies", the abstract can be found here: https://math.ethz.ch/sfs/research/master-theses.html#2021
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("StefanThoma/ReplicationRelevance")
For an example call the vignette at:
vignette("ReplicationRelevance", package = "ReplicationRelevance")