diff --git a/eoa/global.R b/eoa/global.R index d78f569..cdc2e88 100644 --- a/eoa/global.R +++ b/eoa/global.R @@ -7,7 +7,8 @@ library(httr) library(shroomDK) # gitignored - get your own ShroomDK key from Flipside Crypto! -# for local deployments read your own api_key, for RConnect deployments rely on manual setting of environment variable +# for local deployments read your own api_key +# for RConnect deployments rely on manual setting of environment variable api_key <- ifelse(file.exists('api_key.txt'), readLines("api_key.txt"), diff --git a/renv.lock b/renv.lock index 491f90c..a17e42c 100644 --- a/renv.lock +++ b/renv.lock @@ -330,10 +330,10 @@ }, "httr": { "Package": "httr", - "Version": "1.4.3", + "Version": "1.4.4", "Source": "Repository", "Repository": "CRAN", - "Hash": "88d1b310583777edf01ccd1216fb0b2b", + "Hash": "57557fac46471f0dbbf44705cc6a5c8c", "Requirements": [ "R6", "curl",