We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8e9ed commit 58af8cdCopy full SHA for 58af8cd
1 file changed
.github/workflows/r.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install dependencies
48
run: |
49
install.packages(c("sandwich", "CVXR", "multcomp", "gridExtra", "isotone",
50
- "reshape2", "dplyr", "car", "Matrix", "RLRsim", "scales"))
+ "reshape2", "dplyr", "car", "Matrix", "RLRsim", "scales", "remotes"))
51
remotes::install_github("doseresponse/drcData")
52
remotes::install_github("doseresponse/drc")
53
shell: Rscript {0}
0 commit comments