Skip to content

Commit

Permalink
remove deauthorisation to limit access to STRING TRACKING
Browse files Browse the repository at this point in the history
  • Loading branch information
dempsey-CMAR committed Jul 15, 2024
1 parent b7ca3fa commit 96bdf36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ Version: 1.0.0
Authors@R: person("Danielle", "Dempsey", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Maintainer: Danielle Dempsey <[email protected]>
Description: Facilitates wrangling and analysis of Water Quality data collected as part
of the Centre for Marine Applied Research's Coastal Monitoring
Program. (Compatiable sensors: HOBO Pro V2, TidbiT MX2303, TidbiT
MX2203, aquaMeasure DOT, aquaMeasure SAL, aquaMeasure SST, VR2AR.)
Description: Facilitates wrangling and analysis of Water Quality data collected as part of the Centre for Marine Applied Research's Coastal Monitoring Program. Compatible sensors: HOBO Pro V2, TidbiT MX2303, TidbiT
MX2203, aquaMeasure DOT, aquaMeasure SAL, aquaMeasure SST, VR2AR.
License: GPL (>= 3)
Imports:
assertthat,
Expand Down
2 changes: 1 addition & 1 deletion R/ss_read_log.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ ss_read_log <- function(path, path_config = NULL) {
if (any(long > 0)) stop("Longitude must be a negative value")

# link to the "STRING TRACKING" google sheet -
googlesheets4::gs4_deauth()
#googlesheets4::gs4_deauth()

link <- "http://docs.google.com/spreadsheets/d/1a3QvJsvwr4dd64g3jxgewRtfutIpsKjT2yrMEAoxA3I/edit#gid=828367890"

Expand Down

0 comments on commit 96bdf36

Please sign in to comment.