Skip to content

Commit 247e042

Browse files
committed
version bump 1.32.1
1 parent 019542f commit 247e042

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: RaggedExperiment
22
Title: Representation of Sparse Experiments and Assays Across Samples
3-
Version: 1.32.0
3+
Version: 1.32.1
44
Authors@R: c(
55
person("Martin", "Morgan", , "martin.morgan@roswellpark.org", "aut"),
66
person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu",

vignettes/RaggedExperiment.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ into `RaggedExperiment`. This can be done using the `as` coercion method. The
298298
example below first creates an example sparse `dgCMatrix` class and then shows
299299
the `as` method usage to this end.
300300

301-
```{r}
301+
```{r as-ragged-exp, echo=TRUE, eval = TRUE}
302302
library(Matrix)
303303
304304
sm <- Matrix::sparseMatrix(
@@ -317,7 +317,7 @@ as(sm, "RaggedExperiment")
317317

318318
# Session Information
319319

320-
```{r}
320+
```{r session-info}
321321
sessionInfo()
322322
```
323323

0 commit comments

Comments
 (0)