We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7052619 commit 5718b90Copy full SHA for 5718b90
samples/client/petstore/R-httr2-wrapper/build_and_test.bash
@@ -23,4 +23,4 @@ rm petstore_1.0.0.tar.gz || true
23
24
R CMD build .
25
R CMD check *tar.gz --no-manual
26
-R CMD install --preclean *tar.gz
+R CMD INSTALL --preclean *tar.gz
samples/client/petstore/R-httr2/build_and_test.bash
samples/client/petstore/R/build_and_test.bash
@@ -25,4 +25,4 @@ rm petstore_1.0.0.tar.gz || true
27
28
0 commit comments