Skip to content

Commit 6e6afd2

Browse files
authored
Merge pull request #62 from DavisVaughan/fix/dplyr
Add `id` global in response to changes in `dplyr`
2 parents da1bc59 + a26a5fe commit 6e6afd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/global.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ utils::globalVariables(c(
4747
"sim_idx",
4848
"npeople",
4949
"grp_lab",
50-
"Group"
50+
"Group",
51+
"id"
5152
))

0 commit comments

Comments
 (0)