Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mhpob/rvdat
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Jul 8, 2024
2 parents 5c1c7ac + efbaffc commit 80fe5bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/_vdat-data-columns.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ The table below shows each receiver/VDAT type along with, in alphabetical order,
source("../tests/testthat/setup-testfiles.R")
for (i in seq_along(testfiles)) {
vdat_to_csv(testfiles[i],
outdir = td,
quiet = TRUE
)
vdat_to_csv(testfiles[i],
outdir = td,
quiet = TRUE
)
}
Expand Down

0 comments on commit 80fe5bd

Please sign in to comment.