Mayank Agrawal
Mayank Agrawal
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....
With respect to how the shiny apps are built and loaded, the user needs to initially go to each tab for them to load for the first time. By having...
When trying to download a large batch render (HTML) and download as a Zip of all the packages (300+) present on the shiny apps deployment (https://rinpharma.shinyapps.io/riskassessment/), the rendering takes almost...
Setup an automated CI/CD deployment pipeline for an in-house RS Connect Server, similar to the functionality seen in shinyapps.io with persistent database storage.
To enhance scalability and address SQLite's slow read/write speed, we may shift to PostgreSQL as the user base grows, requiring concurrent access. PostgreSQL, being the most standard SQL variant, allows...
If someone from a pharmaceutical company needs to upload a lot of R packages to a database, it's easier for them to just email a list of packages in a...