Skip to content

Commit

Permalink
update pckdown
Browse files Browse the repository at this point in the history
  • Loading branch information
FBartos committed Dec 11, 2024
1 parent fcee2dc commit 4cc3c32
Show file tree
Hide file tree
Showing 189 changed files with 36,354 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main
- master
tags:
-'*'
- '*'

jobs:
build:
Expand Down Expand Up @@ -47,12 +47,16 @@ jobs:
- name: Setup renv
uses: r-lib/actions/setup-renv@v2

# Install the package
# Install Pandoc
- name: Setup Pandoc
uses: r-lib/actions/setup-pandoc@v2

# Install the package and its dependencies
- name: Install devtools and the RoBMA Package
run: |
install.packages('devtools')
install.packages('pkgdown')
install.packages(c('metaBMA', 'metafor', 'weightr', 'lme4', 'fixest', 'emmeans', 'metadat', 'vdiffr', 'testthat', 'covr', 'pandoc'))
install.packages(c('metaBMA', 'metafor', 'weightr', 'lme4', 'fixest', 'emmeans', 'metadat', 'vdiffr', 'testthat', 'covr'))
devtools::install()
shell: Rscript {0}

Expand Down
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
url: 'https://https://fbartos.github.io/RoBMA/'
template:
bootstrap: 5
87 changes: 87 additions & 0 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4cc3c32

Please sign in to comment.