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
The app re-downloads and re-ingests the data package from one DOI if
the user exits out and reopens the GUI, putting in the same DOI each time (same R session, different GUI session).
the user, after looking at one data package (DOI 1), downloads another (DOI 2), and then inputs DOI 1 again (same R session, same GUI session).
Proposed solution: app should look for and load already download data packages in tempdir(). tempdir() gets re-set with every new R session; within the same R session, users should not have to re-download data packages.
Expanded solution for future: Users might want to look at multiple packages in one GUI session. After the first download, populate a GUI drop-down menu with the already downloaded packages. Should users want to re-visit a DOI, they select from the menu, not paste in the DOI again.
Describe the problem:
The app re-downloads and re-ingests the data package from one DOI if
Proposed solution: app should look for and load already download data packages in
tempdir()
.tempdir()
gets re-set with every new R session; within the same R session, users should not have to re-download data packages.Expanded solution for future: Users might want to look at multiple packages in one GUI session. After the first download, populate a GUI drop-down menu with the already downloaded packages. Should users want to re-visit a DOI, they select from the menu, not paste in the DOI again.
The text was updated successfully, but these errors were encountered: