-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #400 from reichlab/nikosbosse-patch-1
Issue #399: Point users to the CRAN version of scoringutils
- Loading branch information
Showing
5 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
install.packages(c("remotes","devtools", "rmarkdown","tidyverse","DT","here","RSocrata")) | ||
devtools::install_github("epiforecasts/scoringutils") | ||
devtools::install_github("epiforecasts/scoringutils@v1.2.2") | ||
remotes::install_deps(dependencies = NA) | ||
shell: Rscript {0} | ||
- name: Install zoltr | ||
|
@@ -48,7 +48,7 @@ jobs: | |
- name: Get changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected] | ||
- name: Checkout covidData when get_truth.R, aggregate_to_weekly.R or load_truth.R has changed | ||
- name: Checkout covidData when get_truth.R, aggregate_to_weekly.R or load_truth.R has changed | ||
if: >- | ||
${{ contains(steps.changed-files.outputs.modified_files, 'R/get_truth.R') || | ||
contains(steps.changed-files.outputs.modified_files, | ||
|
@@ -59,7 +59,7 @@ jobs: | |
with: | ||
repository: reichlab/covidData | ||
path: covidData | ||
- name: Install covidData when get_truth.R, aggregate_to_weekly.R or load_truth.R has changed | ||
- name: Install covidData when get_truth.R, aggregate_to_weekly.R or load_truth.R has changed | ||
if: >- | ||
${{ contains(steps.changed-files.outputs.modified_files, 'R/get_truth.R') || | ||
contains(steps.changed-files.outputs.modified_files, | ||
|
@@ -87,8 +87,8 @@ jobs: | |
run: | | ||
rmarkdown::render("vignettes/covidHubUtils-overview.Rmd") | ||
shell: Rscript {0} | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters