install.packages("pak")
pak::pkg_install(c("CDMConnector", "CodelistGenerator", "duckdb"))Let’s get started
To conduct this training you will need to install some tools:
- Download and install R
- Download and install an Integrated Development Environment (IDE) in general we use R studio, but feel free to use the IDE that you prefer. Other interesting IDEs might be: Positron or Visual Studio Code.
- Make sure you have the required packages installed:
- Create a GitHub account if you don’t have one.
- Ask to be added to the oxford-pharmacoepi GitHub organisation.
- Download and install GitHub Desktop.
- Log in to the GitHub Desktop with your GitHub account.
You are all set :)