Skip to content

Commit 52fb903

Browse files
author
Guy Davenport
committed
added #' \dontrun{
1 parent 593c708 commit 52fb903

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pkg/R/authentication.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,9 @@ OAuthClientCredentials <- R6Class(
333333
#' @family utilities
334334
#' @keywords utility
335335
#' @examples
336+
#' \dontrun{
336337
#' guess_username()
338+
#' ' }
337339
guess_username <- function() {
338340
# rstudio server
339341
username <- unname(Sys.getenv("LOGNAME"))

pkg/tests/testthat/test-getBrAPI.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
test_that("getBrAPI works", {
2-
brapi <- getBrAPI()
2+
brapi <- getBrAPI("http://www.example.org/", dry_run = TRUE)
33
})

0 commit comments

Comments
 (0)