Skip to content

Commit

Permalink
update R build and test script in petstore samples
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Nov 27, 2024
1 parent 7052619 commit 5718b90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion samples/client/petstore/R-httr2/build_and_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion samples/client/petstore/R/build_and_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5718b90

Please sign in to comment.