We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593c708 commit 52fb903Copy full SHA for 52fb903
pkg/R/authentication.R
@@ -333,7 +333,9 @@ OAuthClientCredentials <- R6Class(
333
#' @family utilities
334
#' @keywords utility
335
#' @examples
336
+#' \dontrun{
337
#' guess_username()
338
+#' ' }
339
guess_username <- function() {
340
# rstudio server
341
username <- unname(Sys.getenv("LOGNAME"))
pkg/tests/testthat/test-getBrAPI.R
@@ -1,3 +1,3 @@
1
test_that("getBrAPI works", {
2
- brapi <- getBrAPI()
+ brapi <- getBrAPI("http://www.example.org/", dry_run = TRUE)
3
})
0 commit comments