Skip to content

Commit b1de906

Browse files
committed
add Ivan as committer to CoC
1 parent 6a3a0ab commit b1de906

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Project members with the Committer role or the CRAN Maintainer role are pledged
2424

2525
Those who prefer to report in a way that is independent of the current Committers and Maintainer may instead contact the Community Engagement Coordinator by e-mailing [r.data.table\@gmail.com](mailto:[email protected]). Messages sent to this e-mail address will be visible only to the current Community Engagement Coordinator, a position always held by an individual who is not a Committer or CRAN Maintainer of the package.
2626

27-
The current Committers are Toby Dylan Hocking (@tdhock), Matt Dowle (@mattdowle), Arun Srinivasan (@arunsrinivasan), Jan Gorecki (@jangorecki), Michael Chirico (@MichaelChirico), and Benjamin Schwendinger (@ben-schwen).
27+
The current Committers are Toby Dylan Hocking (@tdhock), Matt Dowle (@mattdowle), Arun Srinivasan (@arunsrinivasan), Jan Gorecki (@jangorecki), Michael Chirico (@MichaelChirico), Benjamin Schwendinger (@ben-schwen), and Ivan Krylov (@aitap).
2828

2929
The current CRAN Maintainer is Tyson Barrett (@tysonstanley).
3030

R/as.data.table.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ as.data.table.list = function(x,
194194
}
195195
}
196196
if (any(vnames==".SD")) stopf("A column may not be called .SD. That has special meaning.")
197+
browser()
197198
if (check.names) vnames = make.names(vnames, unique=TRUE)
198199
setattr(ans, "names", vnames)
199200
setDT(ans, key=key) # copy ensured above; also, setDT handles naming

0 commit comments

Comments
 (0)