Update r petstore client test script (#20196)

* update R build and test script in petstore samples

* update
This commit is contained in:
William Cheng 2024-11-28 17:20:37 +08:00 committed by GitHub
parent e3e06af5f4
commit 25cfac0523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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