You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
# tidyCDISC 0.0.2
2
+
3
+
This release (PR #65) performs a lot of functions, testing on many non-pilot ADSL files to ensure app's robustness beyond just the CDISC pilot data:
4
+
5
+
* closes #64: Agg class objects lost droppability when only ADSL uploaded
6
+
* get's rid of annoying font awesome message about verifying an icon exists
7
+
* updates gt code that was deprecated
8
+
* Made sure 'PARAM' exists in the data when trying to label a block
9
+
* got rid of unnecessary argument in col_for_list() and col_for_list_expr()
10
+
* added some code that helped the FREQ block produce the correct results when ran locally (via a reproducibility script)
11
+
* a little code clean up for readability
12
+
1
13
# tidyCDISC 0.0.1
2
14
3
15
This release adds meat to the previous skeleton version of `tidyCDISC`. The initial development release was intended to be a "bare bones" platform that could serve as a foundation to build a great clinical data exploratory tool. Version `0.0.1` enriches the user experience by adding useful & commonly needed features for analysis. For more on this release, see [the announcement](https://biogen-inc.github.io/tidyCDISC/articles/Blog.html#announcing-tidycdisc-0-0-1-1) on our blog.
0 commit comments