Ramanth Addala a0bfc3c1f2
replacing caTools dependency with base64enc (#6349)
* replacing caTools dependency with base64enc

* adding review fixes

* fix(r) : updated the cran repo url
2020-05-20 21:19:13 +08:00

15 lines
591 B
Plaintext

Package: petstore
Title: R Package Client for OpenAPI Petstore
Version: 1.0.0
Authors@R: person("OpenAPI Generator community", email = "team@openapitools.org", role = c("aut", "cre"))
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-2.0
LazyData: true
Suggests: testthat
Imports: jsonlite, httr, R6, base64enc
RoxygenNote: 6.0.1.9000