Skip to content

Commit 4a981bf

Browse files
committed
update pkgdown to bs5
remove covr vignette
1 parent 961bc2d commit 4a981bf

File tree

3 files changed

+6
-38
lines changed

3 files changed

+6
-38
lines changed

_pkgdown.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
destination: docs
22

3-
# url:
3+
url: msdllcpapers.github.io/oncoPoS/
4+
5+
template:
6+
bootstrap: 5
47

58
footer:
69
structure:
@@ -29,8 +32,7 @@ articles:
2932
- title: Introduction
3033
contents:
3134
- pos_bayes_framework
32-
- title: Coverage and Testing
35+
- title: Testing
3336
contents:
34-
- code-covr
3537
- testing-plan
3638

vignettes/code-covr.Rmd

Lines changed: 0 additions & 34 deletions
This file was deleted.

vignettes/pos_bayes_framework.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ knitr::opts_chunk$set(
1818
)
1919
```
2020

21-
```{r, include=FALSE}
21+
```{r, include=FALSE, eval = FALSE}
2222
manual <-devtools::build_manual(path = ".")
2323
manual <- basename(grep("--output=", manual$command, value = TRUE))
2424
file.rename(from = manual, to = "package_manual.pdf")

0 commit comments

Comments
 (0)