Skip to content

Commit 25cfac0

Browse files
authored
Update r petstore client test script (#20196)
* update R build and test script in petstore samples * update
1 parent e3e06af commit 25cfac0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/client/echo_api/r/build_and_test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ mkdir $R_LIBS_USER || true
2323
#
2424
R CMD build .
2525
R CMD check *tar.gz --no-manual
26-
R CMD install --preclean *tar.gz
26+
R CMD INSTALL --preclean *tar.gz

samples/client/petstore/R-httr2-wrapper/build_and_test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ rm petstore_1.0.0.tar.gz || true
2323

2424
R CMD build .
2525
R CMD check *tar.gz --no-manual
26-
R CMD install --preclean *tar.gz
26+
R CMD INSTALL --preclean *tar.gz

samples/client/petstore/R-httr2/build_and_test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ rm petstore_1.0.0.tar.gz || true
2323

2424
R CMD build .
2525
R CMD check *tar.gz --no-manual
26-
R CMD install --preclean *tar.gz
26+
R CMD INSTALL --preclean *tar.gz

samples/client/petstore/R/build_and_test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ rm petstore_1.0.0.tar.gz || true
2525

2626
R CMD build .
2727
R CMD check *tar.gz --no-manual
28-
R CMD install --preclean *tar.gz
28+
R CMD INSTALL --preclean *tar.gz

0 commit comments

Comments
 (0)