You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the tests/testthat/data/1_WoS.ris in the Shiny app (locally and online) and try to de-duplicate it, the app crashes with Warning: Error in ASySD::dedup_citations: object 'unique_citations_with_metadata' not found
Outside the Shiny app, dedup_citations() works on that file. Will try to investigate.
The text was updated successfully, but these errors were encountered:
Actually, that is an issue in ASySD - I will open it there, but keep it open here as well, as it currently breaks the app if users include files without duplicates (admittedly a rare use case)
LukasWallrich
changed the title
Deduplication crashes with example RIS
Deduplication crashes Shiny if there are no duplicates
Jul 30, 2024
Just ran this to check and still crashing with a single record upload, but worked fine with two that had no duplicates.
I don't think that this is an issue any longer.
When I use the
tests/testthat/data/1_WoS.ris
in the Shiny app (locally and online) and try to de-duplicate it, the app crashes withWarning: Error in ASySD::dedup_citations: object 'unique_citations_with_metadata' not found
Outside the Shiny app,
dedup_citations()
works on that file. Will try to investigate.The text was updated successfully, but these errors were encountered: