diff --git a/samples/client/petstore/R/build_and_test.bash b/samples/client/petstore/R/build_and_test.bash index 0e7828ec879..21baf21970d 100644 --- a/samples/client/petstore/R/build_and_test.bash +++ b/samples/client/petstore/R/build_and_test.bash @@ -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