Skip to content

Commit 0c29bcf

Browse files
authored
mergelist examples escape to reduce timing
1 parent 36e6a7b commit 0c29bcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

man/mergelist.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ l = list(
113113
lapply(l[-1L], `[`, j = if (.N>1L) .SD, by = "id1") ## duplicated rows
114114
try(mergelist(l, on="id1"))
115115

116+
\donttest{
116117
## 'star schema' and 'snowflake schema' examples (realistic data sizes)
117118

118119
### populate fact: US population by state and date
@@ -199,4 +200,5 @@ ans = mergelist(list(
199200
setmergelist(rev(geog), how="right")
200201
))
201202
}
203+
}
202204
\keyword{ data }

0 commit comments

Comments
 (0)