|
1 | 1 | # MIT License |
2 | 2 | # |
3 | | -# Copyright (c) 2017-2024 TileDB Inc. |
| 3 | +# Copyright (c) 2017-2025 TileDB Inc. |
4 | 4 | # |
5 | 5 | # Permission is hereby granted, free of charge, to any person obtaining a copy |
6 | 6 | # of this software and associated documentation files (the "Software"), to deal |
|
28 | 28 | #' based on a refactored implementation utilising newer TileDB features. |
29 | 29 | #' |
30 | 30 | #' @slot ctx A TileDB context object |
31 | | -#' @slot uri A character despription with the array URI |
| 31 | +#' @slot uri A character description with the array URI |
32 | 32 | #' @slot is.sparse A logical value whether the array is sparse or not |
33 | 33 | #' @slot attrs A character vector to select particular column |
34 | 34 | #' \sQuote{attributes}; default is an empty character vector implying |
|
52 | 52 | #' conversion, permitted values are \sQuote{asis} (default, returning a list |
53 | 53 | #' of columns), \sQuote{array}, \sQuote{matrix},\sQuote{data.frame}, |
54 | 54 | #' \sQuote{data.table} \sQuote{tibble}, \sQuote{arrow_table} or \sQuote{arrow} |
55 | | -#' (where the last two are synomyms); note that \sQuote{data.table}, |
| 55 | +#' (where the last two are synonyms); note that \sQuote{data.table}, |
56 | 56 | #' \sQuote{tibble} and \sQuote{arrow} require the respective packages |
57 | 57 | #' to be installed. |
58 | 58 | #' @slot query_statistics A logical value, defaults to \sQuote{FALSE}; if |
@@ -125,10 +125,10 @@ setClass( |
125 | 125 | #' default uninitialized without a condition; this functionality requires |
126 | 126 | #' TileDB 2.3.0 or later |
127 | 127 | #' @param timestamp_start optional A POSIXct Datetime value determining the |
128 | | -#' inclusive time point at which the array is to be openened. No fragments |
| 128 | +#' inclusive time point at which the array is to be opened. No fragments |
129 | 129 | #' written earlier will be considered. |
130 | 130 | #' @param timestamp_end optional A POSIXct Datetime value determining the |
131 | | -#' inclusive time point until which the array is to be openened. No fragments |
| 131 | +#' inclusive time point until which the array is to be opened. No fragments |
132 | 132 | #' written earlier later be considered. |
133 | 133 | #' @param return_as optional A character value with the desired |
134 | 134 | #' \code{tiledb_array} conversion, permitted values are \sQuote{asis} (default, |
@@ -502,9 +502,9 @@ setValidity("tiledb_array", function(object) { |
502 | 502 | #' |
503 | 503 | #' Heterogenous domains are supported, including timestamps and characters. |
504 | 504 | #' |
505 | | -#' This function may still still change; the current implementation should be |
| 505 | +#' This function may still change; the current implementation should be |
506 | 506 | #' considered as an initial draft. |
507 | | -#' @param x tiledb_array object |
| 507 | +#' @param x A `tiledb_array` object. |
508 | 508 | #' @param i optional row index expression which can be a list in which case |
509 | 509 | #' minimum and maximum of each list element determine a range; multiple list |
510 | 510 | #' elements can be used to supply multiple ranges. |
@@ -1253,7 +1253,7 @@ setMethod( |
1253 | 1253 | #' as part of the left-hand side object, or as part of the data.frame |
1254 | 1254 | #' provided appropriate column names. |
1255 | 1255 | #' |
1256 | | -#' This function may still still change; the current implementation should be |
| 1256 | +#' This function may still change; the current implementation should be |
1257 | 1257 | #' considered as an initial draft. |
1258 | 1258 | #' @param x sparse or dense TileDB array object |
1259 | 1259 | #' @param i parameter row index |
@@ -1819,7 +1819,7 @@ setMethod("query_layout", signature = "tiledb_array", function(object) object@qu |
1819 | 1819 | #' |
1820 | 1820 | #' @param value A character variable for the query layout. Permitted values |
1821 | 1821 | #' are \dQuote{ROW_MAJOR}, \dQuote{COL_MAJOR}, \dQuote{GLOBAL_ORDER}, or |
1822 | | -#' \dQuote{UNORDERD}. |
| 1822 | +#' \dQuote{UNORDERED}. |
1823 | 1823 | #' @return The modified \code{tiledb_array} array object |
1824 | 1824 | #' @export |
1825 | 1825 | setReplaceMethod( |
|
0 commit comments