From 5718b900de96026ede77a15debd4df5aa2ee4f91 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 27 Nov 2024 17:02:11 +0800 Subject: [PATCH 1/2] update R build and test script in petstore samples --- samples/client/petstore/R-httr2-wrapper/build_and_test.bash | 2 +- samples/client/petstore/R-httr2/build_and_test.bash | 2 +- samples/client/petstore/R/build_and_test.bash | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/client/petstore/R-httr2-wrapper/build_and_test.bash b/samples/client/petstore/R-httr2-wrapper/build_and_test.bash index 2079f75da032..90e8fc71c9c8 100644 --- a/samples/client/petstore/R-httr2-wrapper/build_and_test.bash +++ b/samples/client/petstore/R-httr2-wrapper/build_and_test.bash @@ -23,4 +23,4 @@ rm petstore_1.0.0.tar.gz || true R CMD build . R CMD check *tar.gz --no-manual -R CMD install --preclean *tar.gz +R CMD INSTALL --preclean *tar.gz diff --git a/samples/client/petstore/R-httr2/build_and_test.bash b/samples/client/petstore/R-httr2/build_and_test.bash index 2079f75da032..90e8fc71c9c8 100644 --- a/samples/client/petstore/R-httr2/build_and_test.bash +++ b/samples/client/petstore/R-httr2/build_and_test.bash @@ -23,4 +23,4 @@ rm petstore_1.0.0.tar.gz || true R CMD build . R CMD check *tar.gz --no-manual -R CMD install --preclean *tar.gz +R CMD INSTALL --preclean *tar.gz diff --git a/samples/client/petstore/R/build_and_test.bash b/samples/client/petstore/R/build_and_test.bash index 21baf21970d6..52cd6d1b8386 100644 --- a/samples/client/petstore/R/build_and_test.bash +++ b/samples/client/petstore/R/build_and_test.bash @@ -25,4 +25,4 @@ rm petstore_1.0.0.tar.gz || true R CMD build . R CMD check *tar.gz --no-manual -R CMD install --preclean *tar.gz +R CMD INSTALL --preclean *tar.gz From 9fcb2296d8405f1b5d838e4feea9f4331b77da12 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 27 Nov 2024 17:24:34 +0800 Subject: [PATCH 2/2] update --- samples/client/echo_api/r/build_and_test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/client/echo_api/r/build_and_test.bash b/samples/client/echo_api/r/build_and_test.bash index 730dd53024a6..40888c9286e5 100644 --- a/samples/client/echo_api/r/build_and_test.bash +++ b/samples/client/echo_api/r/build_and_test.bash @@ -23,4 +23,4 @@ mkdir $R_LIBS_USER || true # R CMD build . R CMD check *tar.gz --no-manual -R CMD install --preclean *tar.gz +R CMD INSTALL --preclean *tar.gz