You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/04 18:19:02 UTC

[GitHub] [arrow] dragosmg commented on a diff in pull request #12240: ARROW-14442: [R] fix behaviour when converting timestamps with "" as tzone

dragosmg commented on code in PR #12240:
URL: https://github.com/apache/arrow/pull/12240#discussion_r842020239


##########
r/R/arrow-package.R:
##########
@@ -23,7 +23,7 @@
 #' @importFrom rlang eval_tidy new_data_mask syms env new_environment env_bind set_names exec
 #' @importFrom rlang is_bare_character quo_get_expr quo_get_env quo_set_expr .data seq2 is_interactive
 #' @importFrom rlang expr caller_env is_character quo_name is_quosure enexpr enexprs as_quosure
-#' @importFrom rlang is_list call2 is_empty as_function
+#' @importFrom rlang is_list call2 is_empty as_function inform

Review Comment:
   Good catch! Deleted (probably a leftover from a time when I actually used it).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org