Skip to content

Commit

Permalink
[r] Several micro-tweak post latest rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Aug 31, 2023
1 parent 059b13f commit 4668e2e
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 21 deletions.
2 changes: 1 addition & 1 deletion apis/r/R/ReadIter.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ReadIter <- R6::R6Class(
# to be refined in derived classes
soma_reader_transform = function(x) {
.NotYetImplemented()
}
},

finalize = function() {
spdl::debug("[finalizer] Entered")
Expand Down
2 changes: 1 addition & 1 deletion apis/r/R/TileDBArray.R
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ TileDBArray <- R6::R6Class(

#' @description Retrieve the range of indexes for a dimension that were
#' explicitly written.
#' @param simplify Return a vector of [`bit64:integer64`]s containing only
#' @param simplify Return a vector of [`bit64::integer64`]s containing only
#' the upper bounds.
#' @param index1 Return the used shape with 1-based indices (0-based indices are returned by default)
#' @return A list containing the lower and upper bounds for the used shape.
Expand Down
2 changes: 1 addition & 1 deletion apis/r/man/ReadIter.Rd

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

4 changes: 2 additions & 2 deletions apis/r/man/SOMAAxisIndexer.Rd

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

10 changes: 5 additions & 5 deletions apis/r/man/SOMAAxisQueryResult.Rd

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

4 changes: 2 additions & 2 deletions apis/r/man/SOMADataFrame.Rd

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

2 changes: 1 addition & 1 deletion apis/r/man/SOMADenseNDArray.Rd

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

8 changes: 4 additions & 4 deletions apis/r/man/SOMAExperimentAxisQuery.Rd

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

6 changes: 3 additions & 3 deletions apis/r/man/TileDBArray.Rd

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

1 change: 0 additions & 1 deletion apis/r/src/riterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ Rcpp::XPtr<tdbs::SOMAArray> sr_setup(const std::string& uri,

std::string_view name = "unnamed";
std::vector<std::string> column_names = {};
std::map<std::string, std::string> platform_config = config_vector_to_map(Rcpp::wrap(config));
if (!colnames.isNull()) {
column_names = Rcpp::as<std::vector<std::string>>(colnames);
}
Expand Down

0 comments on commit 4668e2e

Please sign in to comment.