Skip to content

Commit

Permalink
vignettes (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Daena Rys <rysdaena8@gmail.com>
  • Loading branch information
Daenarys8 authored Jan 22, 2025
1 parent 9be984a commit 1b186aa
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion vignettes/articles/manipulation.Rmd
Original file line number Diff line number Diff line change
@@ -25,7 +25,10 @@ library(knitr)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
cache = TRUE
cache = TRUE,
message = FALSE,
warning = FALSE,
echo = TRUE
)
```

6 changes: 4 additions & 2 deletions vignettes/articles/minimalgut.Rmd
Original file line number Diff line number Diff line change
@@ -25,7 +25,10 @@ library(knitr)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
cache = TRUE
cache = TRUE,
message = FALSE,
warning = FALSE,
echo = TRUE
)
```

@@ -39,7 +42,6 @@ pulse feeding cycles. This information is stored in the `colData`.
#| label: sample_table
library(miaTime)
data(minimalgut)
tse <- minimalgut

0 comments on commit 1b186aa

Please sign in to comment.