Skip to content

Commit

Permalink
removed dependencies for binary token encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpp7 committed Oct 18, 2024
1 parent c876206 commit 7deb25e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Imports: dplyr,
forcats,
tidyr,
htmltools,
ggExtra,
gargle,
base64enc
ggExtra
Depends:
R (>= 2.10)
Suggests:
Expand Down
2 changes: 0 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ export(logbook_highlights)
export(logbook_map)
export(logged_depths)
export(prep_data)
import(base64enc)
import(dplyr)
import(forcats)
import(gargle)
import(ggplot2)
import(googlesheets4)
import(htmltools)
Expand Down
2 changes: 0 additions & 2 deletions R/google_auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
#'
#' @author Ruben Perez Perez
#'
#' @import gargle
#' @import googlesheets4
#' @import base64enc
#'
#' @return It provides access to a given Google sheet if there is a token stored.
#'
Expand Down

0 comments on commit 7deb25e

Please sign in to comment.