Skip to content

Commit

Permalink
CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Jun 12, 2020
1 parent 6d9cb1f commit 66053d8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -27,3 +27,4 @@ secrets\.R
^Dockerfile$
^.github$
^cloud_build$
^cloudbuild\.yml$
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -26,7 +26,6 @@ Imports:
jsonlite (>= 1.6),
memoise (>= 1.1.0),
rlang,
usethis (>= 1.6.0),
utils
Suggests:
bigQueryR,
Expand All @@ -38,9 +37,10 @@ Suggests:
miniUI (>= 0.1.1),
rmarkdown,
roxygen2 (>= 5.0.0),
rstudioapi,
shiny (>= 0.13.2),
testthat,
usethis (>= 1.5.1)
usethis (>= 1.6.0)
License: MIT + file LICENSE
LazyData: true
VignetteBuilder: knitr
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -96,5 +96,6 @@ importFrom(rlang,is_string)
importFrom(tools,file_ext)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,menu)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
3 changes: 3 additions & 0 deletions R/setup_wizard.R
Expand Up @@ -9,6 +9,7 @@
#'
#' @export
#' @importFrom cli cli_alert_info cli_rule
#' @importFrom utils menu
#' @family setup functions
gar_setup_menu <- function(choices,
package_name = "googleAuthR"){
Expand Down Expand Up @@ -124,6 +125,7 @@ gar_setup_menu_do <- function(menu_option,
#' check if it exists, and will pass if its present.
#' @import assertthat
#' @importFrom cli cli_alert_info cli_alert_success
#' @importFrom utils menu
#' @export
#' @family setup functions
gar_setup_env_check <- function(env_arg,
Expand Down Expand Up @@ -209,6 +211,7 @@ add_renviron <- function(scope = c("user", "project"), line){

#' @export
#' @rdname gar_setup_edit_renviron
#' @importFrom utils menu
gar_setup_check_session <- function(session_user = NULL){
# its already set
if(!is.null(session_user)){
Expand Down
2 changes: 1 addition & 1 deletion R/setup_wizard_auth.R
Expand Up @@ -89,7 +89,7 @@ gar_setup_clientid <- function(session_user = NULL,
#' @param roles Whether to assign roles to the service key
#' @param default_key The default name of the service key
#'
#' @return TRUE if the file is ready to be setup by \link{cr_setup}, FALSE if need to stop
#' @return TRUE if the file is ready to be setup, FALSE if need to stop
#'
#' @export
#' @importFrom cli cli_alert_warning cli_alert_info cli_li cli_rule cli_alert_danger
Expand Down
2 changes: 1 addition & 1 deletion man/gar_setup_auth_key.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66053d8

Please sign in to comment.