Skip to content

Commit

Permalink
fixing incoming cran checks
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Jul 16, 2023
1 parent 146fe53 commit c45b7c1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@
^docs$
^pkgdown$
^codecov\.yml$
^CRAN-SUBMISSION$
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 2.5.0
Date: 2023-07-16 17:41:44 UTC
SHA: 146fe539ca7632c983c246652e40f35950753b46
2 changes: 2 additions & 0 deletions R/setstep.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@
#' ## tolerance of +/- 30 minutes for matching existing data
#' setstep(dat, timestep = 120, differ = 30)
#'
#' \dontrun{
#' ## convert a nutrient time series to a continuous time series
#' ## then remove empty rows and columns
#' data(apacpnut)
#' dat_nut <- apacpnut
#' dat_nut <- setstep(dat_nut, timestep = 60)
#' subset(dat_nut, rem_rows = TRUE, rem_cols = TRUE)
#' }
setstep <- function(dat_in, ...) UseMethod('setstep')

#' @rdname setstep
Expand Down
2 changes: 1 addition & 1 deletion man/cens_id.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/setstep.Rd

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

1 change: 1 addition & 0 deletions tests/testthat/test-import_local.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,5 @@ test_that("import_local works with downstream functions when keep_qaqcstatus = T
})

# Cleanup: Remove the temporary directory
file.remove(file.path(test_dir, 'apadwq.zip'))
unlink(test_dir, recursive = TRUE)

0 comments on commit c45b7c1

Please sign in to comment.