[r] Handling CRAN feedback for example snippets (#5345)

* fix(r): Updating donttest to dontrun

* fix(r): Updating donttest to dontrun
This commit is contained in:
Sai Giridhar P
2020-02-18 18:56:29 +05:30
committed by GitHub
parent a46e2e1470
commit 4f7d45f603
4 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@
#'
#'
#' @examples
#' \donttest{
#' \dontrun{
{{#operation}}
#' #################### {{operationId}} ####################
#'

View File

@@ -197,7 +197,7 @@
#'
#'
#' @examples
#' \donttest{
#' \dontrun{
#' #################### AddPet ####################
#'
#' library(petstore)

View File

@@ -111,7 +111,7 @@
#'
#'
#' @examples
#' \donttest{
#' \dontrun{
#' #################### DeleteOrder ####################
#'
#' library(petstore)

View File

@@ -185,7 +185,7 @@
#'
#'
#' @examples
#' \donttest{
#' \dontrun{
#' #################### CreateUser ####################
#'
#' library(petstore)