Skip to content

Commit 5382c22

Browse files
committed
Fix docs TileDBArray.R
1 parent f768831 commit 5382c22

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

R/TileDBArray.R

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2017-2024 TileDB Inc.
3+
# Copyright (c) 2017-2025 TileDB Inc.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -28,7 +28,7 @@
2828
#' based on a refactored implementation utilising newer TileDB features.
2929
#'
3030
#' @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
3232
#' @slot is.sparse A logical value whether the array is sparse or not
3333
#' @slot attrs A character vector to select particular column
3434
#' \sQuote{attributes}; default is an empty character vector implying
@@ -52,7 +52,7 @@
5252
#' conversion, permitted values are \sQuote{asis} (default, returning a list
5353
#' of columns), \sQuote{array}, \sQuote{matrix},\sQuote{data.frame},
5454
#' \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},
5656
#' \sQuote{tibble} and \sQuote{arrow} require the respective packages
5757
#' to be installed.
5858
#' @slot query_statistics A logical value, defaults to \sQuote{FALSE}; if
@@ -125,10 +125,10 @@ setClass(
125125
#' default uninitialized without a condition; this functionality requires
126126
#' TileDB 2.3.0 or later
127127
#' @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
129129
#' written earlier will be considered.
130130
#' @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
132132
#' written earlier later be considered.
133133
#' @param return_as optional A character value with the desired
134134
#' \code{tiledb_array} conversion, permitted values are \sQuote{asis} (default,
@@ -502,9 +502,9 @@ setValidity("tiledb_array", function(object) {
502502
#'
503503
#' Heterogenous domains are supported, including timestamps and characters.
504504
#'
505-
#' This function may still still change; the current implementation should be
505+
#' This function may still change; the current implementation should be
506506
#' considered as an initial draft.
507-
#' @param x tiledb_array object
507+
#' @param x A `tiledb_array` object.
508508
#' @param i optional row index expression which can be a list in which case
509509
#' minimum and maximum of each list element determine a range; multiple list
510510
#' elements can be used to supply multiple ranges.
@@ -1253,7 +1253,7 @@ setMethod(
12531253
#' as part of the left-hand side object, or as part of the data.frame
12541254
#' provided appropriate column names.
12551255
#'
1256-
#' This function may still still change; the current implementation should be
1256+
#' This function may still change; the current implementation should be
12571257
#' considered as an initial draft.
12581258
#' @param x sparse or dense TileDB array object
12591259
#' @param i parameter row index
@@ -1819,7 +1819,7 @@ setMethod("query_layout", signature = "tiledb_array", function(object) object@qu
18191819
#'
18201820
#' @param value A character variable for the query layout. Permitted values
18211821
#' are \dQuote{ROW_MAJOR}, \dQuote{COL_MAJOR}, \dQuote{GLOBAL_ORDER}, or
1822-
#' \dQuote{UNORDERD}.
1822+
#' \dQuote{UNORDERED}.
18231823
#' @return The modified \code{tiledb_array} array object
18241824
#' @export
18251825
setReplaceMethod(

man/sub-tiledb_array-ANY-method.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/subset-tiledb_array-ANY-ANY-ANY-method.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tiledb_array-class.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tiledb_array.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)