Add a Shiny App #3
Open
DrMattG wants to merge 7 commits into
Open
Conversation
This file contains hidden or 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
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.
Pull Request: Initial Implementation of RetractionFindR Shiny App
Summary
This pull request introduces the full working version of RetractionFindR, a Shiny application designed to help systematic reviewers identify retracted studies from a .ris file. The app supports researchers using tools like INSTPECT-SR by cross-referencing input citations with the Retraction Watch database.
Key Features
File Upload: Users can upload .ris files exported from reference managers.
Retraction Check: Button triggers automated checking of each reference for retraction status.
Visual Feedback: A spinner (with waiter) provides user feedback during processing.
Results Summary: Number of retracted and non-retracted studies is displayed.
Tabular Output: Retracted and non-retracted studies are shown in separate tables.
Download Options: Results can be downloaded in .csv or .ris format.
Introductory Tab: Contains background context on the issue of retractions and how to use the tool.
Technical Highlights
Built using Shiny, tidyverse, synthesisr, waiter, and retractionfindr packages.
Incorporates robust error handling via tryCatch() and informative modal dialogs.
Uses reactiveVal() to store and update intermediate results.
User interface uses tabsetPanel() for clear separation between the app's introduction and results.
Known Limitations
Depends on the completeness of the Retraction Watch database.
Only .ris file uploads are currently supported.