Skip to content

Commit

Permalink
Merge pull request #266 from istallworthy/debugging
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
istallworthy authored Oct 8, 2024
2 parents aa6b949 + 7263c94 commit 7dd38a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ jobs:
- name: Check Quarto version
run: quarto --version

- name: Install dependencies
run: |
R -e 'install.packages("quarto")'
R -e 'install.packages("pkgdown")'
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down
6 changes: 6 additions & 0 deletions vignettes/Customize_Balancing_Formulas.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,17 @@ The code contained in this vignette is also available, integrated code from the
<br>

```{r, echo = FALSE, message = FALSE, warning = FALSE}
install.packages("devtools")
require(devtools, quietly = TRUE)
devtools::install_github("istallworthy/devMSMs", quiet = TRUE)
require(devMSMs, quietly = TRUE)
devtools::install_github("istallworthy/devMSMsHelpers", quiet = TRUE)
require(devMSMsHelpers, quietly = TRUE)
```

## Core Inputs
Expand Down

0 comments on commit 7dd38a6

Please sign in to comment.