Skip to content

Commit 1788735

Browse files
pkgdown install
1 parent 9c379ee commit 1788735

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

.Rbuildignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
^_pkgdown\.yml$
66
^docs$
77
^pkgdown$
8-
^vesalius\.Rcheck$
8+
^vesalius\.Rcheck$
9+
^help$
10+
^doc$
11+
^libs$

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
upgrade: 'TRUE'
3333

3434
- name: Build site
35-
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
35+
run: pkgdown::build_site_github_pages(new_process = FALSE, install = TRUE)
3636
shell: Rscript {0}
3737

3838
- name: Deploy to GitHub pages 🚀

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ Imports:
8080
kohonen,
8181
Rcpp,
8282
TreeDist,
83-
NMF,
84-
rlang
83+
NMF
8584
Suggests:
8685
knitr,
8786
RUnit,
8887
rmarkdown,
8988
testthat (>= 3.0.0),
90-
sf
89+
sf,
90+
rlang
9191
Encoding: UTF-8
9292
LazyData: true
9393
LazyDataCompression: bzip2

tests/testthat.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
library(testthat)
22
library(vesalius)
3-
3+
usethis::use_package("rlang")
44
test_check("vesalius")

0 commit comments

Comments
 (0)