install.packages("pak")
library(pak)
pkg_install("usethis")
pkg_install("devtools")
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.
To work with the omopverse, you will also need to install the omopgenerics package. Alongside with other packages that may be useful:
- PatientProfiles for data manipulation.
- CodelistDiagnostics to query the vocabularies.
- visOmopResults for data visualisation.
You can see the list of the omopverse packages in our website.