install.packages('roleR', repos = c('https://role-model.r-universe.dev', 'https://cloud.r-project.org'))
10 Installation
10.1 Compiled binaries
We recommend installing our pre-compiled binaries from r-universe.
10.2 From source
You can also install from source from our GitHub repository, but it is not recommended.
library(remotes)
::install_github("role-model/roleR",dependencies=TRUE) remotes