Skip to content

Commit 8fad112

Browse files
authored
Merge branch 'master' into issue6626
2 parents 4e07ad9 + f231b5d commit 8fad112

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Authors@R: c(
1919
person("Michael","Chirico", role="aut", comment = c(ORCID="0000-0003-0787-087X")),
2020
person("Toby","Hocking", role="aut", comment = c(ORCID="0000-0002-3146-0865")),
2121
person("Benjamin","Schwendinger",role="aut", comment = c(ORCID="0000-0003-3315-8114")),
22+
person("Ivan", "Krylov", role="aut", email="[email protected]", comment = c(ORCID="0000-0002-0172-3812")),
2223
person("Pasha","Stetsenko", role="ctb"),
2324
person("Tom","Short", role="ctb"),
2425
person("Steve","Lianoglou", role="ctb"),
@@ -89,7 +90,6 @@ Authors@R: c(
8990
person("Iago", "Giné-Vázquez", role="ctb"),
9091
person("Anirban", "Chetia", role="ctb"),
9192
person("Doris", "Amoakohene", role="ctb"),
92-
person("Ivan", "Krylov", role="ctb"),
9393
person("Angel", "Feliz", role="ctb"),
9494
person("Michael","Young", role="ctb"),
9595
person("Mark", "Seeto", role="ctb"),

vignettes/datatable-importing.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ h2 {
1818
Translations of this document are available in
1919

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

2223
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.
2324

vignettes/datatable-intro.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ vignette: >
1212
Translations of this document are available in
1313

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

1617
```{r, echo = FALSE, message = FALSE}
1718
require(data.table)

vignettes/datatable-reshape.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ vignette: >
1212
Translations of this document are available in
1313

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

1617
```{r, echo = FALSE, message = FALSE}
1718
require(data.table)

0 commit comments

Comments
 (0)