jonkeane commented on a change in pull request #9896: URL: https://github.com/apache/arrow/pull/9896#discussion_r607273869
########## File path: r/tools/nixlibs.R ########## @@ -333,10 +333,10 @@ build_libarrow <- function(src_dir, dst_dir) { env_vars <- paste(env_vars, "ARROW_JEMALLOC=OFF ARROW_PARQUET=OFF ARROW_DATASET=OFF ARROW_WITH_RE2=OFF ARROW_WITH_UTF8PROC=OFF EXTRA_CMAKE_FLAGS=-DARROW_SIMD_LEVEL=NONE") } cat("**** arrow", ifelse(quietly, "", paste("with", env_vars)), "\n") - status <- system( + status <- suppressWarnings(system( Review comment: Ah, ah right of course -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org