Skip to content

Commit 5718b90

Browse files
committed
update R build and test script in petstore samples
1 parent 7052619 commit 5718b90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)