Skip to content

Commit

Permalink
very minor rewording in two docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelley committed Dec 27, 2024
1 parent 6bfab71 commit 9f257ee
Show file tree
Hide file tree
Showing 38 changed files with 99 additions and 99 deletions.
10 changes: 5 additions & 5 deletions R/AllClass.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#' Get the Present Time, in a Stated Timezone
#'
#' @param tz String indicating the desired timezone. The default is
#' to use UTC, which is used very commonly in oceanographic work. To
#' get the local time, use `tz=""` or `tz=NULL`,
#' to use UTC, which is used commonly in oceanographic work. To
#' get the local time, use `tz=""` or `tz=NULL`, as in \dQuote{Examples}.
#'
#' @examples
#' presentTime() # UTC
Expand All @@ -25,8 +25,8 @@ presentTime <- function(tz = "UTC") {
#' Base Class for oce Objects
#'
#' This is mainly used within oce to create sub-classes, although
#' users can use `new("oce")` to create a blank `oce`
#' object, if desired.
#' users may wish to mek direct calls to `new("oce")` for
#' their own purposes.
#'
#' @slot metadata A list containing information about the data. The
#' contents vary across sub-classes, e.g. an [adp-class]
Expand Down Expand Up @@ -481,7 +481,7 @@ setMethod(
f = "[[",
signature(x = "oce", i = "ANY", j = "ANY"),
definition = function(x, i, j, ...) {
#message("DAN AllClass [[ method: 1 i=", i)
# message("DAN AllClass [[ method: 1 i=", i)
metadataNames <- sort(names(x@metadata))
dataNames <- sort(names(x@data))
# dots <- list(...)
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/A_oce.html

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

2 changes: 1 addition & 1 deletion docs/articles/B_ctd.html

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

6 changes: 3 additions & 3 deletions docs/articles/C_adp.html

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

2 changes: 1 addition & 1 deletion docs/articles/D_map_projections.html

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

2 changes: 1 addition & 1 deletion docs/articles/E_flags.html

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

16 changes: 8 additions & 8 deletions docs/articles/F_subclassing.html

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

2 changes: 1 addition & 1 deletion docs/articles/G_altering_defaults.html

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

2 changes: 1 addition & 1 deletion docs/articles/H_tides.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ articles:
F_subclassing: F_subclassing.html
G_altering_defaults: G_altering_defaults.html
H_tides: H_tides.html
last_built: 2024-12-26T12:29Z
last_built: 2024-12-27T13:58Z
urls:
reference: https://dankelley.github.io/oce/reference
article: https://dankelley.github.io/oce/articles
8 changes: 4 additions & 4 deletions docs/reference/D4902337_219.nc.html

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

2 changes: 1 addition & 1 deletion docs/reference/adp_rdi.000.html

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

10 changes: 5 additions & 5 deletions docs/reference/as.cm.html

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

Loading

0 comments on commit 9f257ee

Please sign in to comment.