Skip to content

Commit

Permalink
Run styler and fix lintr issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck committed Sep 19, 2023
1 parent 303ec6f commit bbe4939
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/write_h5ad.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#' ncells <- 100
#' counts <- matrix(rpois(20000, 5), ncol = ncells)
#' logcounts <- log2(counts + 1)
#
#' #
#' pca <- matrix(runif(ncells * 5), ncells)
#' tsne <- matrix(rnorm(ncells * 2), ncells)
#'
Expand Down
5 changes: 3 additions & 2 deletions vignettes/getting-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ Check out `?anndataR` for a full list of the functions provided by this package.

Install using:
```{r, eval = FALSE}
if (!require("BiocManager", quietly = TRUE))
if (!require("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("BiocStyle")
```

Expand Down

0 comments on commit bbe4939

Please sign in to comment.