Skip to content

Commit 11ea89a

Browse files
committed
install
1 parent 95dbd87 commit 11ea89a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/R-CMD-check.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ jobs:
114114
sessioninfo::session_info(pkgs, include_base = TRUE)
115115
shell: Rscript {0}
116116

117+
- name: Install package
118+
run: R CMD install .
119+
shell: bash
120+
117121
# Run test() before R CMD check since, for some reason, rcmdcheck::rcmdcheck() skips vdiffr tests
118122
- name: Run Tests
119123
run: |

0 commit comments

Comments
 (0)