eitsupi commented on code in PR #33968: URL: https://github.com/apache/arrow/pull/33968#discussion_r1093062355
########## r/R/json.R: ########## @@ -43,17 +43,30 @@ #' @examplesIf arrow_with_json() #' tf <- tempfile() #' on.exit(unlink(tf)) -#' writeLines(' -#' { "hello": 3.5, "world": false, "yo": "thing" } -#' { "hello": 3.25, "world": null } -#' { "hello": 0.0, "world": true, "yo": null } -#' ', tf, useBytes = TRUE) +#' json <- ' Review Comment: lintr seems to complain about this line... (r-lib/lintr#1908) -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org