This project was motivated by our team’s desire to:
- Reduce duplication in our coding practices
- Offer shared resources to support growing AAGI community, especially new comers
- Improve statistical rigour and coding practices
- Create opportunites to connect and collaborate
- Identify areas of greatest code duplication/overlap for creating software
In this repository, you will find the code that:
- Compiles the metadata of shared desk-drawer code into a searchable database
- Provides guidance on how to interact and contribute to the database
This project is built using Quarto and dependencies are managed using
renv
To get started:
- Clone this repository locally to your computer
- Open it in RStudio of your choosen IDE
- Install
renv
install.packages("renv")- Restore the R environment. This will take a while and install all the required dependencies needed to render the entire website.
renv::restore()- Click on any .qmd and hit ‘Render’ or use the
quarto renderandquarto previewcommand on the command line
This project would not be possible without the support and efforts of our team.
We are always open to feedback and welcome new ideas. Please submit a GitHub Issue or reach out the team on our Contact Us page