Getting started

To build an R package you will need R installed and an IDE: preferably R Studio or Positron.

There are some packages that you will need devtools and usethis they are key to follow the different steps on this package building tutorial.

install.packages("pak")
library(pak)
pkg_install("usethis")
pkg_install("devtools")

To work with the omopverse, you will also need to install the omopgenerics package. Alongside with other packages that may be useful:

You can see the list of the omopverse packages in our website.