Commits


Carl Boettiger authored and Jonathan Keane committed f589610e6b6
MINOR: [R] Namespace missing from dplyr::tbl call Trivial fix here, apologies if you would prefer this as bug report instead of PR. The call to `tbl` here is not namespaced from `dplyr`, which can cause problems when other packages attempt to use this function. Closes #11813 from cboettig/patch-1 Authored-by: Carl Boettiger <cboettig@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>