We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e8f32 commit 70eea53Copy full SHA for 70eea53
.github/workflows/R-CMD-check.yaml
@@ -73,7 +73,7 @@ jobs:
73
pak::pkg_install("rcmdcheck")
74
shell: Rscript {0}
75
76
- - name: Install Miniconda
+ - name: Install Miniconda
77
run: |
78
Rscript -e "pak::pkg_install('rstudio/reticulate')"
79
Rscript -e "reticulate::install_miniconda()"
.github/workflows/test-coverage.yaml
@@ -49,7 +49,7 @@ jobs:
49
pak::pkg_install("covr")
50
51
52
53
54
55
0 commit comments