install lifecycle as part of r tests (#14716)

This commit is contained in:
William Cheng 2023-02-16 15:49:50 +08:00 committed by GitHub
parent d7e75ebe5d
commit 62f52ad520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ Rscript -e "install.packages('rlang', repos='$REPO', lib='$R_LIBS_USER')"
Rscript -e "install.packages('rjson', repos='$REPO', lib='$R_LIBS_USER')"
Rscript -e "install.packages('devtools', repos='$REPO', lib='$R_LIBS_USER')"
Rscript -e "install.packages('stringr', repos='$REPO', lib='$R_LIBS_USER')"
Rscript -e "install.packages('lifecycle', repos='$REPO', lib='$R_LIBS_USER')"
rm petstore_1.0.0.tar.gz || true