• Overview
• Content
• Installation
• Contributing
• Citation
This repository contains the code of the website Tips and tricks for data science built with ❤️ with
Quarto
&
GitHub Actions
.
This repository is structured as follow:
_quarto.yml
: configuration file of the website.index.qmd
: home page of the website, including the configuration and behavior of the blog.about.qmd
: page About of the website.contribute.qmd
: page Contribute of the website.images/
: folder containing images for main pages of the website.posts/
: folder containing blog posts.R/
: folder containing R functions developed for this project.DESCRIPTION/
: contains project metadata (authors, description, license, dependencies, etc.).
Each post is stored in the folder posts/
and has its own subfolder named yyyy-mm-dd-post-title/
. All additional files (images, data, etc.) required in the post should be stored in this subfolder.
To install this repository:
- Fork this repository using the GitHub interface.
- Clone your fork by opening RStudio IDE and create a New Project from Version Control.
If you want to write a blog post, please read this page.
All types of contributions are encouraged and valued. For more information, check out our Contributor Guidelines.
Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Casajus N (2024) FRB-CESAB: Tips and tricks for data science. URL: https://frbcesab.github.io/tips-and-tricks/