Note: For more information, see the README in the root folder.
You can run with one of the following:
- Binder
- RStudio Cloud
- Follow "RStudio Instructions" below
- Local RStudio or your own RStudio Server instance
- Follow "RStudio Instructions" below
After local RStudio is open, or your RStudio Server instance loads in your web browser:
- Click the "Terminal" tab and run
git clone https://github.com/mitre/fhir-exercises - In the "Files" pane, navigate to the
fhir-exercises/R/folder and clickfhir-exercises-R.Rproj. Click "Yes" in the confirmation dialog to load the project. - In the "Console", run
renv::restore()and answerywhen prompted (may take a few minutes). - In the "Files" pane, click the exercise you wish to open (e.g.,
exercise_0.Rmd). This should open the RMarkdown file for the exercise in the editor.