tidyCDISC
tidyCDISC copied to clipboard
Demo the app here: https://bit.ly/tidyCDISC_app
It's not easy to remember what this table needs, so, it'd be really helpful to help the user create this, similar to creating a simple data.frame.
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...
Corresponding to: https://github.com/Biogen-Inc/IDEAFilter/pull/18/files With new additions to `NEWS` file: * Fix bug that was trying to assign an attribute to a NULL (#15) * Fix bug that was causing inaccurate...
Address #237
https://github.com/Biogen-Inc/tidyCDISC/blob/f41ed77e1fd0df86ad95ec75dbb01efa565d00af/.github/workflows/R-CMD-check-devel.yaml#L45-L51 The above inputs are being passed to `setup-renv` instead of `setup-r`. Please see the [`r-lib/actions` repo](https://github.com/r-lib/actions) for more information. We should also consider whether or not we want `setup-r`...
New argument could be called `datalist`. The user would simply have to bundle up their data like (below), but obviously use their own data sources. So, they could simply include...