Skip to content

Commit b83d5d3

Browse files
saigiridhar21spasumarthi21
authored andcommitted
fix(r): Updating donttest to dontrun
1 parent 1d155ce commit b83d5d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/client/petstore/R/R/pet_api.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
#'
198198
#'
199199
#' @examples
200-
#' \donttest{
200+
#' \dontrun{
201201
#' #################### AddPet ####################
202202
#'
203203
#' library(petstore)

samples/client/petstore/R/R/store_api.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
#'
112112
#'
113113
#' @examples
114-
#' \donttest{
114+
#' \dontrun{
115115
#' #################### DeleteOrder ####################
116116
#'
117117
#' library(petstore)

samples/client/petstore/R/R/user_api.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
#'
186186
#'
187187
#' @examples
188-
#' \donttest{
188+
#' \dontrun{
189189
#' #################### CreateUser ####################
190190
#'
191191
#' library(petstore)

0 commit comments

Comments
 (0)