Skip to content

Commit

Permalink
Add some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlondschien committed Mar 5, 2024
1 parent 5d9dce9 commit a281e45
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache-env: true
- name: Run R CMD check
run: |
R CMD check --as-cran --no-vignettes --no-manual .
R CMD build . && R CMD check --as-cran $(ls -t . | head -n1)
env:
_R_CHECK_CRAN_INCOMING_: false
- name: Check for warnings
Expand Down
11 changes: 10 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@ dependencies:
- r-vctrs
- r-cli>=2.1.0
- r-fansi
- r-openssl
- r-openssl
# optional
- r-rticles
- r-forestmodel
- r-ggplot2
- r-survival
- r-kableExtra
- r-magick
- r-cowplot
- r-pdftools

0 comments on commit a281e45

Please sign in to comment.