skip test for enum model, update readme (#6936)

This commit is contained in:
William Cheng
2020-07-15 19:00:14 +08:00
committed by GitHub
parent cef1bec466
commit 02a8207b91
3 changed files with 9 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ install.packages("base64enc")
git clone https://github.com/GIT_USER_ID/GIT_REPO_ID
cd GIT_REPO_ID
R CMD build .
R CMD check petstore_1.0.0.tar.gz
R CMD check petstore_1.0.0.tar.gz --no-manual
R CMD INSTALL petstore_1.0.0.tar.gz
```