Skip to content

Commit

Permalink
Last CRAN nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascarey committed Nov 16, 2023
1 parent 2cdfcb9 commit cf78176
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 2.3.2
Date: 2023-11-16 14:26:12 UTC
SHA: 4fd7664709e0b332dd12e1553963a1d8baec7de0
Date: 2023-11-16 15:53:23 UTC
SHA: 2cdfcb90c240c379300bf0f55abbb8df2b6a2e5d
2 changes: 2 additions & 0 deletions R/inspect.R
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
#' @export
#'
#' @examples
#' \donttest{
#' ## By default, assumes time is col 1 and oxygen col2:
#' inspect(sardine.rd)
#'
Expand Down Expand Up @@ -222,6 +223,7 @@
#' ## allow better y-axis label visibility
#' inspect(sardine.rd, time = 1, oxygen = 2,
#' las = 1, mai = c(0.3, 0.35, 0.35, 0.15))
#' }

inspect <- function(x, time = NULL, oxygen = NULL,
width = 0.1, plot = TRUE, add.data = NULL, ...) {
Expand Down
2 changes: 2 additions & 0 deletions man/inspect.Rd

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

0 comments on commit cf78176

Please sign in to comment.