Skip to content

Commit

Permalink
Bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronwolen committed Jan 23, 2023
1 parent 6bffba2 commit 1da6e88
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apis/r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Interface for working with 'TileDB'-based Stack of Matrices,
from and export to in-memory formats used by popular toolchains like
'Seurat', 'Bioconductor', and even 'AnnData' using the companion Python
package.
Version: 0.1.22
Version: 0.1.22.9000
Authors@R: c(
person(given = "Aaron",
family = "Wolen",
Expand Down Expand Up @@ -45,7 +45,7 @@ Imports:
urltools,
vctrs
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Suggests:
rmarkdown,
knitr,
Expand Down
5 changes: 5 additions & 0 deletions apis/r/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ export(SOMACollection)
export(TileDBArray)
export(TileDBGroup)
export(TileDBObject)
export(dataset_seurat_pbmc3k)
import(tiledb)
importFrom(Matrix,mat2triplet)
importFrom(Matrix,nnzero)
importFrom(Matrix,readMM)
importFrom(Matrix,sparseMatrix)
importFrom(R6,R6Class)
importFrom(SeuratObject,AddMetaData)
Expand All @@ -37,4 +39,7 @@ importFrom(glue,glue_collapse)
importFrom(methods,slot)
importFrom(urltools,url_compose)
importFrom(urltools,url_parse)
importFrom(utils,download.file)
importFrom(utils,modifyList)
importFrom(utils,read.table)
importFrom(utils,untar)
2 changes: 1 addition & 1 deletion apis/r/NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Features

* New function `dataset_seurat_pbmc3k()` to download the pbmc 3k dataset from 10X and import as a `Seurat` object without requiring any extra dependencies.
* New function `dataset_seurat_pbmc3k()` to download the pbmc3k dataset from 10X and import as a `Seurat` object without requiring any extra dependencies.

# tiledbsoma 0.1.19

Expand Down
18 changes: 18 additions & 0 deletions apis/r/man/dataset_seurat_pbmc3k.Rd

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

0 comments on commit 1da6e88

Please sign in to comment.