From 791f0ac9b3258ea53431e6dfe88775e45168f6aa Mon Sep 17 00:00:00 2001 From: Ani Date: Thu, 5 Sep 2024 12:36:08 -0700 Subject: [PATCH 1/2] Formatting changes --- Seal_of_Approval.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Seal_of_Approval.md b/Seal_of_Approval.md index 3d8f2fdf4..038cccc28 100644 --- a/Seal_of_Approval.md +++ b/Seal_of_Approval.md @@ -6,16 +6,20 @@ Further detail about these packages and their relationship to `data.table` can b To add your package to this list, please [submit a Pull Request to The Raft](https://github.com/rdatatable-community/The-Raft/), making sure to follow the templated instructions. -## Extension packages: Add to the internal functionality of `data.table` +## Extension packages +> Adds to the internal functionality of `data.table`. - [nc](https://github.com/tdhock/nc): Named capture regular expressions for text parsing and data reshaping. -## Application packages: Use `data.table` to accomplish a particular task or analysis. +## Application packages +> Uses `data.table` to accomplish a particular task or analysis. -## Bridge package: Translate data.table syntax to different syntax or provides helper functions for transitioning between `data.table` and another object type. +## Bridge packages +> Translates `data.table` syntax to a different one or provides helper functions for transitioning between `data.table` and another object type. - [tidyfast](https://github.com/TysonStanley/tidyfast): Fast and efficient alternatives to tidyr functions built on data.table - [dtplyr](https://github.com/tidyverse/dtplyr): A `data.table` backend for `dplyr` -## Partner package: Not necessarily directly connected to `data.table`, but deliberately follows the [core philosophies of `data.table`](https://github.com/Rdatatable/data.table/blob/master/GOVERNANCE.md#the-r-package). +## Partner packages +> Not necessarily directly connected to `data.table`, but deliberately follows the [core philosophies of `data.table`](https://github.com/Rdatatable/data.table/blob/master/GOVERNANCE.md#the-r-package). From 20bbf21c6ddf63f78055a5f8d56934e162c3bcb4 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Thu, 5 Sep 2024 12:41:08 -0700 Subject: [PATCH 2/2] Put Toby as default Seal of Approval owner --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index af741a6a4..1a994312d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -63,3 +63,4 @@ # docs /man/openmp-utils.Rd @Anirban166 +/Seal_of_Approval.md @tdhock