WayneGitShell / GWSDAT

GroundWater Spatiotemporal Data Analysis Tool (GWSDAT) R-Shiny implementation.
https://stats-glasgow.shinyapps.io/GWSDAT
31 stars 7 forks source link

Fails to load when 'session_file' is provided with launchApp() #177

Closed andrejadd closed 6 years ago

andrejadd commented 6 years ago

Change to this, to fix it:

if (!missing(session_file)) { .GlobalEnv$session_file <- normalizePath(session_file)

    } else {
      .GlobalEnv$GWSDAT_Options <- GWSDAT_Options    
    }
andrejadd commented 6 years ago

fixed!