Skip to content

Commit

Permalink
Refine vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
kollo97 committed Jan 9, 2025
1 parent 605e740 commit 045c83b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions R/example.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#' @importFrom stats rpois
#' @importFrom S4Vectors DataFrame
#' @importFrom withr with_seed
#' @param seed The seed for the random number generator. Because this function
#' is only used locally, we allow to set a set within the function.
#' @return A SingleCellExperiment object
#' @examples
#' sce <- sce_example()
Expand Down
2 changes: 1 addition & 1 deletion anglemania.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-build-vignettes
PackageBuildArgs: --no-build-vignettes
PackageCheckArgs: --as-cran
PackageCheckArgs: --as-cran --no-build-vignettes
PackageRoxygenize: rd,collate,namespace,vignette
2 changes: 1 addition & 1 deletion vignettes/Functions_Showcasing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ vignette: >
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
.libPaths(.Library)
# .libPaths(.Library)
```

# Introduction
Expand Down
4 changes: 2 additions & 2 deletions vignettes/anglemania_tutorial.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "anglemania_tutorial_SCE"
title: "Running anglemania with SingleCellExperiment"
date: "`r Sys.Date()`"
output:
html_document:
Expand All @@ -15,7 +15,7 @@ vignette: >
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
.libPaths(.Library)
# .libPaths(.Library)
```

# Introduction
Expand Down
3 changes: 2 additions & 1 deletion vignettes/anglemania_tutorial_Seurat.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "anglemania_tutorial_Seurat"
title: "Running anglemania with Seurat"
date: "`r Sys.Date()`"
output:
html_document:
Expand All @@ -16,6 +16,7 @@ vignette: >

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
# .libPaths(.Library)
```

# Introduction
Expand Down

0 comments on commit 045c83b

Please sign in to comment.