Skip to contents

An R package for analyzing the RESQUE Research Quality Evaluation schemes. This is work in progress, and likely to change.

How to preview the dashboard:

Install the development versions from GitHub with:

install.packages("remotes")
remotes::install_github("nicebread/OAmetrics", auth_token=NULL)
remotes::install_github("RESQUE-Framework/RESQUER", auth_token=NULL)

For the interactive dashboard, you need Quarto installed on your system.

Launch the dashboard with the three included demo profiles:

library(quarto)
library(RESQUER)
quarto_serve(system.file("dashboard/dashboard_shiny.qmd", package="RESQUER"))