remove unused import in r package (#12867)

This commit is contained in:
William Cheng 2022-07-14 16:23:02 +08:00 committed by GitHub
parent 4dfac192f8
commit 28b74d79cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ Encoding: UTF-8
License: {{#lambdaLicense}}{{licenseInfo}}{{/lambdaLicense}}{{^licenseInfo}}Unlicense{{/licenseInfo}} License: {{#lambdaLicense}}{{licenseInfo}}{{/lambdaLicense}}{{^licenseInfo}}Unlicense{{/licenseInfo}}
LazyData: true LazyData: true
Suggests: testthat Suggests: testthat
Imports: jsonlite, httr, R6, base64enc{{#useRlangExceptionHandling}}, rlang{{/useRlangExceptionHandling}} Imports: jsonlite, httr, R6, base64enc
RoxygenNote: 7.2.0 RoxygenNote: 7.2.0

View File

@ -11,5 +11,5 @@ Encoding: UTF-8
License: Apache License 2.0 License: Apache License 2.0
LazyData: true LazyData: true
Suggests: testthat Suggests: testthat
Imports: jsonlite, httr, R6, base64enc, rlang Imports: jsonlite, httr, R6, base64enc
RoxygenNote: 7.2.0 RoxygenNote: 7.2.0