-
Notifications
You must be signed in to change notification settings - Fork 37
Visualizing new version of IDEAFilter #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Jeff-Thompson12 Look good. I made a few minor comments below.
@@ -11,7 +11,7 @@ | |||
|
|||
#' @import shiny | |||
#' @import dplyr | |||
#' @importFrom IDEAFilter shiny_data_filter | |||
#' @importFrom IDEAFilter shiny_data_filter IDEAFilter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is shiny_data_filter
still required?
#' @importFrom IDEAFilter shiny_data_filter IDEAFilter | |
#' @importFrom IDEAFilter IDEAFilter |
@@ -11,7 +11,7 @@ | |||
#' | |||
#' @import shiny | |||
#' @importFrom shinyjs useShinyjs hidden | |||
#' @importFrom IDEAFilter shiny_data_filter_ui | |||
#' @importFrom IDEAFilter shiny_data_filter_ui IDEAFilter_ui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is shiny_data_filter_ui
still required?
#' @importFrom IDEAFilter shiny_data_filter_ui IDEAFilter_ui | |
#' @importFrom IDEAFilter IDEAFilter_ui |
@@ -10,7 +10,7 @@ | |||
#' | |||
#' @import shiny | |||
#' @importFrom plotly plotlyOutput | |||
#' @importFrom IDEAFilter shiny_data_filter_ui | |||
#' @importFrom IDEAFilter shiny_data_filter_ui IDEAFilter_ui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is shiny_data_filter_ui
still required?
#' @importFrom IDEAFilter shiny_data_filter_ui IDEAFilter_ui | |
#' @importFrom IDEAFilter IDEAFilter_ui |
@@ -11,7 +11,7 @@ | |||
#' | |||
#' | |||
#' @import shiny | |||
#' @importFrom IDEAFilter shiny_data_filter_ui | |||
#' @importFrom IDEAFilter shiny_data_filter_ui IDEAFilter_ui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is shiny_data_filter_ui
still required?
#' @importFrom IDEAFilter shiny_data_filter_ui IDEAFilter_ui | |
#' @importFrom IDEAFilter IDEAFilter_ui |
@@ -7,7 +7,7 @@ | |||
#' | |||
#' @import shiny | |||
#' @import dplyr | |||
#' @importFrom IDEAFilter shiny_data_filter | |||
#' @importFrom IDEAFilter shiny_data_filter IDEAFilter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is shiny_data_filter
still required?
#' @importFrom IDEAFilter shiny_data_filter IDEAFilter | |
#' @importFrom IDEAFilter IDEAFilter |
@@ -4,7 +4,7 @@ | |||
#' @param datafile all uploaded data files from the dataImport module | |||
#' @param filePaths NULL | |||
#' | |||
#' @importFrom IDEAFilter shiny_data_filter | |||
#' @importFrom IDEAFilter shiny_data_filter IDEAFilter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is shiny_data_filter
still required?
#' @importFrom IDEAFilter shiny_data_filter IDEAFilter | |
#' @importFrom IDEAFilter IDEAFilter |
@AARON-CLARK the answer to all the above is "No". I set this branch up as an easy way to see the new look and performance of the improved |
Codecov Report
@@ Coverage Diff @@
## devel #247 +/- ##
==========================================
+ Coverage 19.26% 23.35% +4.08%
==========================================
Files 54 56 +2
Lines 4771 5036 +265
==========================================
+ Hits 919 1176 +257
- Misses 3852 3860 +8
|
Corresponding to: https://github.com/Biogen-Inc/IDEAFilter/pull/18/files
With new additions to
NEWS
file:datetime
vectors (adding across to uploaded data and raw datasets #17)IDEAFilter()
that uses a more modern implementation and less resources (Have github icon link to tidyCDISC repo #22)pillar::new_pillar_type()
topillar::type_sum()
(Batch Download: Automatically adjust the size of the watermark #9)