From 47c0e77f840bcc7c3da823a2760f08b9c6787a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Jim=C3=A9nez?= Date: Mon, 25 Mar 2024 13:51:00 +0100 Subject: [PATCH] feat: add polars package --- package_installs.R | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package_installs.R b/package_installs.R index e571d24..6a8b20e 100644 --- a/package_installs.R +++ b/package_installs.R @@ -65,3 +65,6 @@ install.packages(c('collections', 'languageserver'), dependencies=TRUE) # The tfhub package is added to the rcran image. library(tfhub) install_tfhub() + +# Include the 'polars' package +install.packages("polars")