Skip to content

Commit bbeb725

Browse files
committed
fix Google Drive retrieval
1 parent c28a237 commit bbeb725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/sysdata.rda

-66 Bytes
Binary file not shown.

data-raw/data-raw.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ biomarkers[['metadata']] <- metadata$biomarkers
217217
# substr(as.character(packageVersion("pharmOncoX")),1,4),
218218
# as.character(as.integer(substr(as.character(packageVersion("pharmOncoX")),5,5)) + 1))
219219

220-
version_bump <- "2.1.9"
220+
version_bump <- "2.2.0"
221221

222222
db <- list()
223223
db[['biomarkers']] <- biomarkers
@@ -258,7 +258,7 @@ for(elem in c('biomarkers',
258258

259259
(gd_records[[elem]] <- googledrive::drive_upload(
260260
media = local_rds_fpath,
261-
path = paste0("129Uf8-Z4f5ElxzX6vv14L1PpJh6xOSnE", elem, "_v", version_bump,".rds")
261+
path = paste0("pharmOncoX/", elem, "_v", version_bump,".rds")
262262
))
263263

264264
google_rec_df <-

0 commit comments

Comments
 (0)