Skip to content

Commit a4e635a

Browse files
committed
Merge branch 'feature' of github.com:terraref/reference-data into feature
2 parents ac046c3 + 8f82413 commit a4e635a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • experiment-trait-data-visualizer

experiment-trait-data-visualizer/app.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ render_season_output <- function(season_name, input, output, full_cache_data) {
261261
server <- function(input, output) {
262262

263263
# load 'full_cache_data' object from cache file
264+
if (!file.exists('cache.RData'))
265+
source('cache-refresh.R')
264266
load('cache.RData')
265267

266268
# render UI for all available seasons

0 commit comments

Comments
 (0)