Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slight changes to the formatting of headers for the Seal of Approval doc #6473

Merged
merged 3 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kbodwin can you please also volunteer as reviewer here?

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.
Loading