This projects uses rOpenSci's pkgmatch package and computes embeddings for the ecosystem of R packages in epidemiology.
To get the epidemiology embeddings, you can install this package with:
remotes::install_github("epiverse-connect/epiverse-pkgmatch")
Once this package has been installed, you can run the plumber API with:
library(plumber)
pr("plumber.R") %>%
pr_run(port=8000)