Skip to content

Commit 8a24912

Browse files
authored
Merge pull request #4 from daveneti/develop
added #' \dontrun{
2 parents 8a4598f + 52fb903 commit 8a24912

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)