Skip to content

Commit

Permalink
dont run examples needing a fix to ocean-tracking-network#202
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Feb 15, 2024
1 parent 6ea4e5e commit a014e97
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
4 changes: 3 additions & 1 deletion R/load-read_otn_deployments.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@
#' @author A. Nunes, \email{[email protected]}
#'
#' @examples
#' \dontrun{
#' # get path to example deployments file
#' deployment_file <- system.file("extdata", "hfx_deployments.csv",
#' package = "glatos"
#' )
#' dep <- read_otn_deployments(deployment_file)
#'
#' }
#'
#' @importFrom lubridate parse_date_time
#' @importFrom tidyr extract
#' @importFrom dplyr mutate
Expand Down
3 changes: 2 additions & 1 deletion R/summ-receiver_efficiency.r
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#' @author Alex Nunes \email{[email protected]}
#'
#' @examples
#' \dontrun{
#' det_file <- system.file("extdata", "hfx_detections.csv",
#' package = "glatos"
#' )
Expand All @@ -47,7 +48,7 @@
#' dets <- glatos::read_otn_detections(det_file)
#'
#' hfx_receiver_efficiency_index <- glatos::REI(dets, hfx_deployments)
#'
#' }
#' @importFrom dplyr group_by mutate coalesce filter summarise
#' @importFrom magrittr "%>%"
#'
Expand Down
4 changes: 2 additions & 2 deletions R/util-convert_otn_to_att.r
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#' and station metadata, to be ingested by VTrack/ATT
#'
#' @examples
#'
#' \dontrun{
#' #--------------------------------------------------
#' # EXAMPLE #1 - loading from Deployment Object
#'
Expand All @@ -59,7 +59,7 @@
#' deploy <- read_otn_deployments(deploy_path)
#'
#' ATTdata <- convert_otn_to_att(dets, tags, deploymentObj = deploy)
#'
#' }
#' #--------------------------------------------------
#' # EXAMPLE #2 - loading from Deployment Sheet
#'
Expand Down
3 changes: 2 additions & 1 deletion man/REI.Rd

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

4 changes: 2 additions & 2 deletions man/convert_otn_to_att.Rd

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

2 changes: 2 additions & 0 deletions man/read_otn_deployments.Rd

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

0 comments on commit a014e97

Please sign in to comment.