Skip to content

Commit

Permalink
Slight changes to the formatting of headers for the Seal of Approval …
Browse files Browse the repository at this point in the history
…doc (#6473)
  • Loading branch information
Anirban166 authored Oct 4, 2024
1 parent b4538a0 commit 036fb48
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@

# docs
/man/openmp-utils.Rd @Anirban166
/Seal_of_Approval.md @tdhock
22 changes: 15 additions & 7 deletions Seal_of_Approval.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 036fb48

Please sign in to comment.