Skip to content

Commit 2a4ed52

Browse files
authored
Minor updates (#7000)
* Update contributor name See https://github.com/marc-outins * Make text agree with current version and section title
1 parent c4ea09e commit 2a4ed52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Authors@R: c(
5656
person("Martin","Morgan", role="ctb"),
5757
person("Michael","Quinn", role="ctb"),
5858
person("@javrucebo","", role="ctb"),
59-
person("@marc-outins","", role="ctb"),
59+
person("Marc","Halperin", role="ctb"),
6060
person("Roy","Storey", role="ctb"),
6161
person("Manish","Saraswat", role="ctb"),
6262
person("Morgan","Jacob", role="ctb"),

vignettes/datatable-reshape.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ DT
153153
## 1 = female, 2 = male
154154
```
155155

156-
And you'd like to combine (`melt`) all the `dob` columns together, and `gender` columns together. Using the current functionality, we can do something like this:
156+
And you'd like to combine (`melt`) all the `dob` columns together, and `gender` columns together. Using the old functionality, we could do something like this:
157157

158158
```{r}
159159
DT.m1 = melt(DT, id.vars = c("family_id", "age_mother"))

0 commit comments

Comments
 (0)