William Cheng b6576d1173
[R] Update fromJSON to handle additional properties (#13331)
* update fromJSON to handle additional properties

* update RoxygenNote to newer version
2022-09-02 09:46:56 +08:00

16 lines
665 B
Plaintext

Package: petstore
Title: R Package Client for OpenAPI Petstore
Version: 1.0.0
Author: person("OpenAPI Generator community", email = "team@openapitools.org", role = c("aut", "cre"))
Maintainer: OpenAPI Generator community <team@openapitools.org>
Description: This is a sample server Petstore server. For this sample, you can use the api key `special-key` to test the authorization filters.
URL: https://github.com/GIT_USER_ID/GIT_REPO_ID
BugReports: https://github.com/GIT_USER_ID/GIT_REPO_ID/issues
Depends: R (>= 3.3)
Encoding: UTF-8
License: Apache License 2.0
LazyData: true
Suggests: testthat
Imports: jsonlite, httr2, R6, base64enc, stringr
RoxygenNote: 7.2.1