diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 0309311..0967791 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -2,7 +2,7 @@ # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: push: - branches: [main, master, dev] + branches: [main, master, dev, fix_problems_CI] pull_request: name: R-CMD-check.yaml diff --git a/R/api.R b/R/api.R index 8e6b411..c594c79 100644 --- a/R/api.R +++ b/R/api.R @@ -5,7 +5,7 @@ #' See [set_api_url()] on how to set it. #' #' @examples -#' \donttest{ +#' \dontrun{ #' get_api_url() #' } #' @@ -50,7 +50,7 @@ set_api_url <- function(rspace_api_url) { #' See [set_api_key()] on how to set it. #' #' @examples -#' \donttest{ +#' \dontrun{ #' get_api_key() #' } #' diff --git a/man/get_api_key.Rd b/man/get_api_key.Rd index bc56b42..4773091 100644 --- a/man/get_api_key.Rd +++ b/man/get_api_key.Rd @@ -11,7 +11,7 @@ Gets the RSpace API key from the \code{RSPACE_API_KEY} environment variable. See \code{\link[=set_api_key]{set_api_key()}} on how to set it. } \examples{ -\donttest{ +\dontrun{ get_api_key() } diff --git a/man/get_api_url.Rd b/man/get_api_url.Rd index 9f6e7d1..80460b4 100644 --- a/man/get_api_url.Rd +++ b/man/get_api_url.Rd @@ -11,7 +11,7 @@ Gets the RSpace API URL from the \code{RSPACE_API_URL} environment variable. See \code{\link[=set_api_url]{set_api_url()}} on how to set it. } \examples{ -\donttest{ +\dontrun{ get_api_url() }