From 036fb48f6d7b039e485b1a39d47204fddcfc6a87 Mon Sep 17 00:00:00 2001 From: Ani Date: Fri, 4 Oct 2024 06:06:59 -0700 Subject: [PATCH] Slight changes to the formatting of headers for the Seal of Approval doc (#6473) --- CODEOWNERS | 1 + Seal_of_Approval.md | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 918f4bee2..dc2aba5a1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -67,3 +67,4 @@ # docs /man/openmp-utils.Rd @Anirban166 +/Seal_of_Approval.md @tdhock diff --git a/Seal_of_Approval.md b/Seal_of_Approval.md index 96e3c1749..2484d55e1 100644 --- a/Seal_of_Approval.md +++ b/Seal_of_Approval.md @@ -6,20 +6,28 @@ 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. - [mlr3](https://github.com/mlr-org/mlr3): A versatile machine learning framework built on data.table. -## 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 syntax, 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`. -- [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`. -- [dtplyr](https://github.com/tidyverse/dtplyr): A `data.table` backend for `dplyr` +## Partner packages -## 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). +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). -- [collapse](https://github.com/SebKrantz/collapse): Advanced and Fast Data Transformation in R +- [collapse](https://github.com/SebKrantz/collapse): Advanced and Fast Data Transformation in R.