Biogen-Inc / tidyCDISC

Demo the app here: https://bit.ly/tidyCDISC_app
https://biogen-inc.github.io/tidyCDISC/
GNU Affero General Public License v3.0
107 stars 38 forks source link

filter is not working in local app #249

Open czqiu opened 7 months ago

czqiu commented 7 months ago

I installed the package and run it under my local computer. But the filter option does not work. I cannot select variable to filter.

tidyCDISC::run_app()

Listening on http://127.0.0.1:6281 Warning in structure(d <- filter_returns[[utils::tail(filters(), 1)]]$data(), : Calling 'structure(NULL, )' is deprecated, as NULL cannot have attributes. Consider 'structure(list(), )' instead.

AARON-CLARK commented 6 months ago

Hi @czqiu, we are aware of this issue and are currently working to resolve it. We will tag you in the solution and close this issue once it's merged. The issue has to do with new changes to the shiny pkg.