Refine application output and ADRG updates #47
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates in preparation for the first test transfer with FDA:
The application has been re-deployed on Shinyapps.io: https://rconsortium.shinyapps.io/submissions-pilot2
visR::add_risk_table
, but for strange reasons the Shiny app will not render the changes. I will submit an issue to the{visR}
repository with a reproducible example.install = TRUE
flag in thepkglite::unpack()
call based on the following:pilot2wrappers
package installed during the{renv}
restoration process. If we includeinstall = TRUE
, that will circumvent the{renv}
procedure and potentially install different versions of the dependency packages used to build the Shiny application.{pilot2wrappers}
within therenv/cellar
directory, which was built with a DESCRIPTION file missing key dependencies (such as{teal.data}
), as well as missing the key functionset_data_path
. After correcting these issues, I tested the procedure for installing and executing the application in a completely fresh Windows 11 virtual machine, and the application was un-packed and executed with no issues. I will also try on a fresh Mac OS X VM and RStudio Cloud for completeness.