This project uses renv
to allow for reproducibility. By loading this project, renv
will install itself automatically. You should then run renv::install()
in the console to install the appropriate R packages.
Note: this uses R version 4.2.3. *I'm unsure whether renv
can install a new version of R, so please check you have the right one!*
This is your private repository for working on the challenges in the Wellcome Data Science Ideathon. This repository is maintained and monitored by Wellcome staff and will be made public after July 13 2023. Feel free to create additional folders in this repository but please use the existing ones as follows:
data
- Any data that is loaded from your scripts (excluding data scraped/downloaded from the web) should be uploaded to this folder. Simulated data should be reproducible.code
- All code used as part of your solution should be uploaded this folder and is expected to be reproducible.results
- Final results, including presented slides and other content, should be uploaded to this folder.
The code in this repository is licenced under a permissive MIT licence. All other content is licensed under CC BY 4.0. This means you may use any content in this repository as long as you credit the authors.