File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555 Output
5656 <error/rlang_error>
5757 Error in `count()`:
58- i In argument: `n = sum(1 + "", na.rm = TRUE)`.
58+ i In argument: `n = base:: sum(1 + "", na.rm = TRUE)`.
5959 Caused by error in `1 + ""`:
6060 ! non-numeric argument to binary operator
6161
8484 Output
8585 <error/rlang_error>
8686 Error in `tally()`:
87- i In argument: `n = sum(1 + "", na.rm = TRUE)`.
87+ i In argument: `n = base:: sum(1 + "", na.rm = TRUE)`.
8888 Caused by error in `1 + ""`:
8989 ! non-numeric argument to binary operator
9090
143143 Output
144144 <error/dplyr:::mutate_error>
145145 Error in `add_count()`:
146- i In argument: `n = sum(1 + "", na.rm = TRUE)`.
146+ i In argument: `n = base:: sum(1 + "", na.rm = TRUE)`.
147147 Caused by error in `1 + ""`:
148148 ! non-numeric argument to binary operator
149149
154154 Output
155155 <error/dplyr:::mutate_error>
156156 Error in `add_tally()`:
157- i In argument: `n = sum(1 + "", na.rm = TRUE)`.
157+ i In argument: `n = base:: sum(1 + "", na.rm = TRUE)`.
158158 Caused by error in `1 + ""`:
159159 ! non-numeric argument to binary operator
160160
You can’t perform that action at this time.
0 commit comments