Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/HughParsonage/PSMA
Browse files Browse the repository at this point in the history
  • Loading branch information
HughParsonage committed May 13, 2022
2 parents baadcba + e26b4e1 commit 3dd0ab5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/update_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ update_data <- function(path = NULL, just_tsv = FALSE) {
}

update_data_auto <- function() {
url <- readLines("https://raw.githubusercontent.com/HughParsonage/PSMA/10-create-updater/data-raw/LATEST_PSMA_URL_ZIP")
url <- readLines("https://raw.githubusercontent.com/HughParsonage/PSMA/master/data-raw/LATEST_PSMA_URL_ZIP")
tempf.zip <- tempfile(fileext = ".zip")
status <- download.file(url, destfile = tempf.zip, mode = "wb")
Expand Down

0 comments on commit 3dd0ab5

Please sign in to comment.