Skip to content

FRBCesab/tips-and-tricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4694920 · Jan 30, 2025

History

75 Commits
Jan 30, 2025
Dec 20, 2024
Mar 1, 2024
Jan 30, 2025
May 6, 2024
Jan 30, 2025
Mar 4, 2024
Mar 9, 2024
Mar 10, 2024
Mar 9, 2024
Mar 4, 2024
Mar 12, 2024
Jan 26, 2025
Mar 10, 2024
Dec 20, 2024
Mar 10, 2024
Nov 21, 2024

Repository files navigation

Tips and tricks for data science

Quarto Render and Publish License: CC BY 4.0

Overview
Content
Installation
Contributing
Citation

Overview

This repository contains the code of the website Tips and tricks for data science built with ❤️ with Quarto & GitHub Actions.

Content

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.

Installation

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.

Contributing

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.

Citation

Casajus N (2024) FRB-CESAB: Tips and tricks for data science. URL: https://frbcesab.github.io/tips-and-tricks/