Skip to content

Commit

Permalink
adds session info to vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
joseah committed Sep 13, 2020
1 parent 0e4f6c1 commit 967c30a
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 1 deletion.
163 changes: 163 additions & 0 deletions docs/articles/introduction.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 1.5.1
pkgdown_sha: ~
articles:
introduction: introduction.html
last_built: 2020-09-13T17:25Z
last_built: 2020-09-13T18:26Z

9 changes: 9 additions & 0 deletions vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,12 @@ query <- scPredict(query, scpred)

From now on, only the `scPred` models can be imported and applied to other query
`Seurat` objects/datasets.


# Session information

```{r}
options(width = 120)
devtools::session_info()
```

0 comments on commit 967c30a

Please sign in to comment.