riskassessment
riskassessment copied to clipboard
Need for separate R processes
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.
rendering batch reports
This is completed via #731.
Still need to implement for uploading packages