File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 2525 Warning:
2626 `dm_bind()` was deprecated in dm 1.0.0.
2727 i Please use `dm()` instead.
28+ Warning in `dm_for_filter_duckdb()`:
29+ restarting interrupted promise evaluation
30+ Warning in `dm_for_filter_duckdb()`:
31+ restarting interrupted promise evaluation
32+ Warning in `duckdb_test_src()`:
33+ restarting interrupted promise evaluation
34+ Warning in `duckdb_test_src()`:
35+ restarting interrupted promise evaluation
2836 Output
29- All `dm` objects need to share the same `src`.
37+ 'R_user_dir' is not an exported object from 'namespace:tools'
3038
3139# output
3240
Original file line number Diff line number Diff line change 108108 Code
109109 writeLines(conditionMessage(expect_error(dm(dm_for_flatten(),
110110 dm_for_filter_duckdb()))))
111- Output
112- All `dm` objects need to share the same `src`.
111+ Condition
112+ Warning in `dm_for_filter_duckdb()`:
113+ restarting interrupted promise evaluation
114+ Warning in `dm_for_filter_duckdb()`:
115+ restarting interrupted promise evaluation
116+ Warning in `duckdb_test_src()`:
117+ restarting interrupted promise evaluation
118+ Warning in `duckdb_test_src()`:
119+ restarting interrupted promise evaluation
120+ Output
121+ i In index: 2.
122+ Caused by error:
123+ ! 'R_user_dir' is not an exported object from 'namespace:tools'
113124
114125# output for dm() with dm
115126
You can’t perform that action at this time.
0 commit comments