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