Skip to content

Commit

Permalink
Merge pull request #37 from FredHutch/kweav-dockerUpdate
Browse files Browse the repository at this point in the history
Update get_itn_data.R to work with updated docker
  • Loading branch information
kweav authored Dec 11, 2024
2 parents aff3b16 + 732c26f commit 1b8720f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/get_itn_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ readr::write_csv(itcr_course_metrics, file.path(root_dir,"data", "itcr_course_me
# ITCR Google Drive
itcr_drive_id <- "https://drive.google.com/drive/folders/0AJb5Zemj0AAkUk9PVA"
itcr_slido_data_raw <- get_slido_files(itcr_drive_id)
itcr_slido_data <- itcr_slido_data_raw$`Polls-per-user`
itcr_slido_data <- itcr_slido_data_raw$`Polls-per-participant`


# Save these to CSVs
Expand Down Expand Up @@ -110,4 +110,4 @@ download_stats_processed <- download_stats %>%
# Save this to a TSV
readr::write_csv(download_stats_processed, file.path(root_dir,"data", "cran_download_stats.csv"))

sessionInfo()
sessionInfo()
2 changes: 1 addition & 1 deletion .github/workflows/write-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Refresh Data
runs-on: ubuntu-latest
container:
image: cansav09/metricminer
image: cansav09/metricminer:main

steps:
- name: Checkout
Expand Down

0 comments on commit 1b8720f

Please sign in to comment.