Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 762 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 762 Bytes

Epiverse pkgmatch

R-CMD-check

This projects uses rOpenSci's pkgmatch package and computes embeddings for the ecosystem of R packages in epidemiology.

Install

To get the epidemiology embeddings, you can install this package with:

remotes::install_github("epiverse-connect/epiverse-pkgmatch")

Run plumber API

Once this package has been installed, you can run the plumber API with:

library(plumber)
pr("plumber.R") %>%
  pr_run(port=8000)