Skip to content

Commit

Permalink
dont run vdat examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Feb 16, 2024
1 parent 8f631a3 commit 12e4736
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/load-read_vdat_csv.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' Read data from an Innovasea Fathom VDAT CSV file
#'
#'
#' Read data from an Innovasea Fathom VDAT CSV file
#'
#' @param src A character string with path and name of an Innovasea VDAT CSV
Expand Down Expand Up @@ -34,8 +34,9 @@
#'
#' @examples
#'
#' \dontrun{
#' # Example 1. Read a single file
#'
#'
#' vrl_file <- system.file("extdata", "detection_files_raw",
#' "VR2W_109924_20110718_1.vrl",
#' package = "glatos"
Expand Down Expand Up @@ -102,7 +103,6 @@
#' )
#' )
#'
#' \dontrun{
#'
#' # get current version of digits.secs
#' op_digits.secs <- options()$digits.secs
Expand Down
3 changes: 2 additions & 1 deletion R/load-write_vdat_csv.r
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#' @author C. Holbrook (cholbrook@@usgs.gov)
#'
#' @examples
#' \dontrun{
#'
#' # Example 1. Read and write a single file
#'
Expand All @@ -66,7 +67,7 @@
#'
#' # write to multiple files
#' write_vdat_csv(vdat, output_format = "csv.fathom.split")
#'
#' }
#' @export
write_vdat_csv <- function(vdat,
record_types = NULL,
Expand Down
2 changes: 1 addition & 1 deletion man/read_vdat_csv.Rd

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

3 changes: 2 additions & 1 deletion man/write_vdat_csv.Rd

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

0 comments on commit 12e4736

Please sign in to comment.