Skip to content

Commit

Permalink
Link to new vignette translations
Browse files Browse the repository at this point in the history
  • Loading branch information
aitap committed Feb 17, 2025
1 parent c29e313 commit e7e966e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/datatable-importing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ h2 {
Translations of this document are available in

* [French](https://rdatatable.gitlab.io/data.table/articles/fr/datatable-importing.html)
* [Russian](https://rdatatable.gitlab.io/data.table/articles/ru/datatable-importing.html)

This document is focused on using `data.table` as a dependency in other R packages. If you are interested in using `data.table` C code from a non-R application, or in calling its C functions directly, jump to the [last section](#non-r-api) of this vignette.

Expand Down
1 change: 1 addition & 0 deletions vignettes/datatable-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ vignette: >
Translations of this document are available in

* [French](https://rdatatable.gitlab.io/data.table/articles/fr/datatable-intro.html)
* [Russian](https://rdatatable.gitlab.io/data.table/articles/ru/datatable-intro.html)

```{r, echo = FALSE, message = FALSE}
require(data.table)
Expand Down
1 change: 1 addition & 0 deletions vignettes/datatable-reshape.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ vignette: >
Translations of this document are available in

* [French](https://rdatatable.gitlab.io/data.table/articles/fr/datatable-reshape.html)
* [Russian](https://rdatatable.gitlab.io/data.table/articles/ru/datatable-reshape.html)

```{r, echo = FALSE, message = FALSE}
require(data.table)
Expand Down

2 comments on commit e7e966e

@aitap
Copy link
Contributor Author

@aitap aitap commented on e7e966e Feb 17, 2025

Choose a reason for hiding this comment

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

Sorry, forgot to create a branch first. Pushed, went on GitHub to look for the "new pull request" button, realized too late that it was master. Won't happen again.

@MichaelChirico
Copy link
Member

Choose a reason for hiding this comment

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

I've done the same a few times 👀

When I realize I've done it, I consider whether to push a revert commit and then cherry-pick the commit back into a branch for PR.

We could also consider branch protections for master, TBH I've found those more of a hindrance than help in the past.

Please sign in to comment.