Skip to content

Commit

Permalink
[r] Prep for 1.14.4 release (#3219)
Browse files Browse the repository at this point in the history
* DESCRIPTION and NEWS.md

* run `devtools::document()`
  • Loading branch information
johnkerl authored Oct 22, 2024
1 parent b5e7e01 commit e3ec4de
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 58 deletions.
2 changes: 1 addition & 1 deletion apis/r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description: Interface for working with 'TileDB'-based Stack of Matrices,
like those commonly used for single cell data analysis. It is documented at
<https://github.com/single-cell-data>; a formal specification available is at
<https://github.com/single-cell-data/SOMA/blob/main/abstract_specification.md>.
Version: 1.14.3
Version: 1.14.4
Authors@R: c(
person(given = "Aaron", family = "Wolen",
role = c("cre", "aut"), email = "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions apis/r/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Unreleased
# tiledbsoma 1.14.4

## Changes

* Add new Arrow-to-R type mapper
* Add new Arrow-to-R type mapper [#3161](https://github.com/single-cell-data/TileDB-SOMA/pull/3161)
* Expose block/random writer for sparse arrays [#3204](https://github.com/single-cell-data/TileDB-SOMA/pull/3204)

# tiledbsoma 1.14.3
Expand Down
3 changes: 2 additions & 1 deletion apis/r/man/SOMADataFrameCreate.Rd

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

3 changes: 2 additions & 1 deletion apis/r/man/SOMADataFrameOpen.Rd

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

2 changes: 0 additions & 2 deletions apis/r/man/SOMADenseNDArray.Rd

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

48 changes: 0 additions & 48 deletions apis/r/man/SOMANDArrayBase.Rd

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

50 changes: 48 additions & 2 deletions apis/r/man/SOMASparseNDArray.Rd

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

3 changes: 2 additions & 1 deletion apis/r/man/TileDBObject.Rd

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

4 changes: 4 additions & 0 deletions apis/r/man/soma_context.Rd

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

0 comments on commit e3ec4de

Please sign in to comment.