From df307f8a935127515a3895a00f51de7967d4833c Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Mon, 20 Feb 2023 08:24:28 +0000 Subject: [PATCH] Add in missing library --- data-raw/update-substrait.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-raw/update-substrait.R b/data-raw/update-substrait.R index 50fcb005..5692f480 100644 --- a/data-raw/update-substrait.R +++ b/data-raw/update-substrait.R @@ -1,7 +1,7 @@ # Update the substrait .proto files ---- # Requirements: the protoc command-line utility; python3 with pip3 install protobuf - +library(dplyr) substrait_version <- "0.24.0" dest_path <- paste0("data-raw/substrait-", substrait_version)