From 352fc28ad8991a3f5abcef183d6180ebf12dd7c7 Mon Sep 17 00:00:00 2001 From: mitegab <104057957+mitegab@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:54:16 +0300 Subject: [PATCH] Fix typo in index.qmd regarding indentation Corrected a typo in index.qmd related to indentation. This improves readability and maintains consistent code style. --- index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index 28d198f..0eaad6c 100755 --- a/index.qmd +++ b/index.qmd @@ -3,7 +3,7 @@ Good coding style is like correct punctuation: you can manage without it, butitsuremakesthingseasiertoread. This site describes the style used throughout the [tidyverse](http://tidyverse.org). It was derived from Google's original R Style Guide - but Google's [current guide](https://google.github.io/styleguide/Rguide.html) is derived from the tidyverse style guide. -All style guides are fundamentally opinionated. Some decisions genuinely do make code easier to use (especially matching indenting to programming structure), but many decisions are arbitrary. The most important thing about a style guide is that it provides consistency, making code easier to write because you need to make fewer decisions. +All style guides are fundamentally opinionated. Some decisions genuinely do make code easier to use (especially matching indentation to programming structure), but many decisions are arbitrary. The most important thing about a style guide is that it provides consistency, making code easier to write because you need to make fewer decisions. Two R packages support this style guide: