Skip to content

Commit 593c708

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+9
-10783
lines changed

pkg/R/authentication.R

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ BaseAuth <- R6Class(
4040
#' @param password The password to be used for Authorization. If NULL it will prompt for the password.
4141
#' @return A configured Authorization provider R6 Class object.
4242
#' @examples
43+
#' \dontrun{
4344
#' basic_authentication("username", "password")
45+
#' }
4446
#' @import httr2
4547
#' @import getPass
4648
#' @export
@@ -104,7 +106,9 @@ BasicAuth <- R6Class(
104106
#' @param redirect_uri The redirect URI to be used for OAuth Authorization.
105107
#' @return A configured OAuth provider R6 Class object.
106108
#' @examples
109+
#' \dontrun{
107110
#' oauth_flow("client_id", "client_secret", "https://example.com/token", "https://example.com/auth")
111+
#' }
108112
#' @import httr2
109113
#' @import R6
110114
#' @export
@@ -235,7 +239,9 @@ OAuthFlow <- R6Class(
235239
#' @param token_params Additional token parameters to be used for OAuth Authorization.
236240
#' @return A configured OAuth provider R6 Class object.
237241
#' @examples
242+
#' \dontrun{
238243
#' oauth_flow("client_id", "client_secret", "https://example.com/token")
244+
#' }
239245
#' @import httr2
240246
#' @import R6
241247
#' @export

pkg/R/getBrAPI.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
#' verbosity of messages from this client. Defaults to 0.
1414
#' @return A configured BrAPIClient R6 Class object.
1515
#' @examples
16-
#' getBrAPI("www.brapiserver.com")
16+
#' \dontrun{
17+
#' getBrAPI("http://www.brapiserver.com")
18+
#' }
1719
#' @import R6
1820
#' @import httr2
1921
#' @importFrom glue glue

pkg/man/AlleleMatrix.Rd

Lines changed: 0 additions & 201 deletions
This file was deleted.

pkg/man/BaseAuth.Rd

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)