Skip to content

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

Draft
wants to merge 3 commits into
base: devel
Choose a base branch
from
Draft

Conversation

AARON-CLARK
Copy link
Collaborator

Corresponding to: https://github.com/Biogen-Inc/IDEAFilter/pull/18/files

With new additions to NEWS file:

Copy link
Collaborator Author

@AARON-CLARK AARON-CLARK left a 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
Copy link
Collaborator Author

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?

Suggested change
#' @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
Copy link
Collaborator Author

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?

Suggested change
#' @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
Copy link
Collaborator Author

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?

Suggested change
#' @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
Copy link
Collaborator Author

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?

Suggested change
#' @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
Copy link
Collaborator Author

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?

Suggested change
#' @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
Copy link
Collaborator Author

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?

Suggested change
#' @importFrom IDEAFilter shiny_data_filter IDEAFilter
#' @importFrom IDEAFilter IDEAFilter

@Jeff-Thompson12
Copy link
Collaborator

@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 IDEAFilter (also helped me find and fix a few bugs). Once we update IDEAFilter on CRAN, I will work more formally to integrate it into tidyCDISC.

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #247 (f74280f) into devel (19a0559) will increase coverage by 4.08%.
Report is 82 commits behind head on devel.
The diff coverage is 71.97%.

❗ Current head f74280f differs from pull request most recent head 8bf38e0. Consider uploading reports for the commit 8bf38e0 to get more accurate results

@@            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     
Files Changed Coverage Δ
R/mod_indvExp_srv.R 0.00% <0.00%> (ø)
R/mod_indvExp_ui.R 0.00% <0.00%> (ø)
R/mod_popExp.R 0.00% <0.00%> (ø)
R/mod_popExp_ui.R 0.00% <0.00%> (ø)
R/mod_tableGen.R 0.00% <0.00%> (ø)
R/mod_tableGen_ui.R 0.00% <0.00%> (ø)
R/mod_tableGen_utils.R 0.00% <0.00%> (ø)
R/zzz.R 0.00% <0.00%> (ø)
R/blockData.R 68.92% <68.92%> (ø)
R/mod_tableGen_fct_methods.R 74.28% <92.70%> (+20.23%) ⬆️

... and 2 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants