-
Notifications
You must be signed in to change notification settings - Fork 0
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
release v0.2.0 #177
Merged
Merged
release v0.2.0 #177
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The new link is not version specific
* Create basic button to kill process * Create kill simulations button pass through * Use global reactive value for the background process Pass data from stats calc mod to plotting mod without early execution, and use an observer for the start sim button * Remove commented code * Pass through all function arguments correctly * Move group1 and 2 reactives to reactiveValue approach * kill group processes when kill button is pressed * Kill background processes silently on app end Add additional reactive components for tracking files for the different simulations * Remove Shiny conditional progress func from run_simulations * Create progress tracking solution for comparison sims * Add validation to rendering of comparison graphics * Abstract background sim fxn to a separate fxn * Add reqs for group calculation reactives Kill processes with button silently by adding a try(silent=T) wrapper around the printed info and the actual kill() method * Create separate progress bars for comparisons * Create modal for displaying progress bars * Connect modal pop-up in server and UI locations * Update theme to conform with bslib updates * Show 100% completion on progress bars until new run is started Code for comparisons previously set the value for the file to NULL upon completion * Remove unnecessary object saving in function * Remove shinydashboard and add callr Imports * Set a minimum bslib dependency * Closes #12 #165
* Change to simulated p-value in fisher.test * Add seed and new value for Fisher in testing
19 tasks
* Install missing system dependencies in run Font, curl, harfbuzz, fribidi deps * Set r_bg environment to have ordinalsimr package Uses `package` argument * Define wrapper function within subprocess * Track progress only if possible to write to a tempfile * Don't use pkgload in app.R Download package from GitHub repo instead * Fix progress bar condition error
* Create modal and add text to it * Incorporate into server * Set app deployment option
* Remove namespacing in background sim fxn and set package=T * Use install instead of load_all
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.