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 8feabfc commit 73a0413Copy full SHA for 73a0413
.github/workflows/touchstone-receive.yaml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install dependencies
73
run: |
74
remotes::install_deps(dependencies = TRUE)
75
- remotes::install_github("lorenzwalthert/touchstone@verbose-error-on-pkg-install")
+ remotes::install_github("lorenzwalthert/touchstone")
76
remotes::install_cran(c('ggplot2', 'dplyr'))
77
pkg <- basename(getwd())
78
if (pkg %in% rownames(installed.packages())) {
0 commit comments