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
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}}
LazyData: true
Suggests: testthat
Imports: jsonlite, httr, R6, base64enc{{#useRlangExceptionHandling}}, rlang{{/useRlangExceptionHandling}}
Imports: jsonlite, httr, R6, base64enc
RoxygenNote: 7.2.0

View File

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