Skip to content

Commit cad48db

Browse files
committed
fix(setup_R): libzstd-dev is needed to install littler
1 parent 2dba682 commit cad48db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/setup_R.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ if [ ! -x "$(command -v r)" ]; then
5858
liblzma-dev \
5959
libbz2-dev \
6060
zlib1g-dev \
61-
libicu-dev"
61+
libicu-dev" \
62+
libzstd-dev
6263

6364
if [ "$(find /var/lib/apt/lists/* | wc -l)" = "0" ]; then
6465
apt-get update

0 commit comments

Comments
 (0)