Skip to content

Commit

Permalink
Document that you needed the devel version of biocthis
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jul 4, 2023
1 parent 930fcff commit f36bd58
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 07_biocthis_intro.R
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
## ---- eval = FALSE-------------------------------------------
## ## Install biocthis development version
## BiocManager::install("lcolladotor/biocthis")

10 changes: 9 additions & 1 deletion 07_biocthis_intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ involved in.

Here is the live demo result https://github.com/lcolladotor/cshl2023pkg/ with
its companion documentation website at
https://lcolladotor.github.io/cshl2023pkg/.
https://lcolladotor.github.io/cshl2023pkg/. Note that you will currently need
the development version of `biocthis` which addresses the issues documented at
https://github.com/r-lib/usethis/issues/1856.

```{r, eval = FALSE}
## Install biocthis development version
BiocManager::install("lcolladotor/biocthis")
```


Check the git commit history at
https://github.com/lcolladotor/cshl2023pkg/commits/devel and the GitHub Actions
Expand Down

0 comments on commit f36bd58

Please sign in to comment.