From 1f7a49539fd72a4aadb269a9fa75da6d528c405c Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 21 Jun 2022 09:59:18 +0800 Subject: [PATCH] update roxygen to newer version (#12652) --- .../openapi-generator/src/main/resources/r/description.mustache | 2 +- samples/client/petstore/R/DESCRIPTION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openapi-generator/src/main/resources/r/description.mustache b/modules/openapi-generator/src/main/resources/r/description.mustache index 2bafa3c15fe..1d6f09608d6 100644 --- a/modules/openapi-generator/src/main/resources/r/description.mustache +++ b/modules/openapi-generator/src/main/resources/r/description.mustache @@ -12,4 +12,4 @@ License: {{#lambdaLicense}}{{licenseInfo}}{{/lambdaLicense}}{{^licenseInfo}}Unli LazyData: true Suggests: testthat Imports: jsonlite, httr, R6, base64enc{{#useRlangExceptionHandling}}, rlang{{/useRlangExceptionHandling}} -RoxygenNote: 6.0.1.9000 +RoxygenNote: 7.2.0 diff --git a/samples/client/petstore/R/DESCRIPTION b/samples/client/petstore/R/DESCRIPTION index 30778f884dc..49307b21458 100644 --- a/samples/client/petstore/R/DESCRIPTION +++ b/samples/client/petstore/R/DESCRIPTION @@ -12,4 +12,4 @@ License: Apache License 2.0 LazyData: true Suggests: testthat Imports: jsonlite, httr, R6, base64enc, rlang -RoxygenNote: 6.0.1.9000 +RoxygenNote: 7.2.0