pharmaR / riskassessment

Risk Assessment Demo App: https://rinpharma.shinyapps.io/riskassessment
https://pharmar.github.io/riskassessment/
Other
98 stars 25 forks source link

Need for separate R processes #711

Open mayank-procogia opened 7 months ago

mayank-procogia commented 7 months ago

Bulk or time-consuming operations, such as uploading packages, rendering batch reports, and downloading (possibly Package Explorer too), can cause the current R process to become blocked, rendering the app unresponsive. This can be particularly inconvenient for concurrent users attempting to use the app simultaneously.

Utilizing separate R processes can alleviate this issue by freeing up the base R message and ensuring a more responsive app.

aclark02-arcus commented 3 months ago

rendering batch reports

This is completed via #731.

Still need to implement for uploading packages