Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Aug 16, 2023
1 parent c00d609 commit 5674081
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Package: BiocBook
Title: Write, containerize, publish and versionize Quarto books with Bioconductor
Description: What the package does (one paragraph).
Description:
A BiocBook can be created by authors (e.g. R developers, but also
scientists, teachers, communicators, …) who wish to 1) write (compile a
body of biological and/or bioinformatics knowledge), 2) containerize
(provide Docker images to reproduce the examples illustrated in the compendium),
3) publish (deploy an online book to disseminate the compendium), and 4)
versionize (automatically generate specific online book versions
and Docker images for specific Bioconductor releases).
Version: 0.99.0
Date: 2023-08-03
Authors@R:
Expand Down Expand Up @@ -37,7 +44,7 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
biocViews:
Infrastructure,
Infrastructure,
ReportWriting,
Software
License: MIT + file LICENSE
2 changes: 1 addition & 1 deletion pages/Chapter-2.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Creating a `BiocBook` in `R` is straightforward with the `BiocBook` package.

```{r}
#| eval: false
if (require(BiocBook)) remotes::install_github('js2264/BiocBook')
if (!require(BiocBook)) remotes::install_github('js2264/BiocBook')
library(BiocBook)
BiocBook_init("BiocBook")
```
Expand Down

0 comments on commit 5674081

Please sign in to comment.