[R] Add import in the namespace file (#12372)

* add import in the namespace file

* add import r6
This commit is contained in:
William Cheng 2022-05-17 10:52:39 +08:00 committed by GitHub
parent 040482e977
commit 13496aad5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,11 @@
# Generated by openapi-generator: https://openapi-generator.tech # Generated by openapi-generator: https://openapi-generator.tech
# Do not edit by hand # Do not edit by hand
import(R6)
import(jsonlite)
import(httr)
import(base64enc)
# Core # Core
export(ApiClient) export(ApiClient)
export(ApiResponse) export(ApiResponse)

View File

@ -1,6 +1,11 @@
# Generated by openapi-generator: https://openapi-generator.tech # Generated by openapi-generator: https://openapi-generator.tech
# Do not edit by hand # Do not edit by hand
import(R6)
import(jsonlite)
import(httr)
import(base64enc)
# Core # Core
export(ApiClient) export(ApiClient)
export(ApiResponse) export(ApiResponse)