pharmaR / riskassessment

Collaborative Deployment: https://app.pharmar.org/riskassessment/ Risk Assessment Demo App: https://rinpharma.shinyapps.io/riskassessment
https://pharmar.github.io/riskassessment/
Other
101 stars 28 forks source link

Fix available package list #808

Closed jthompson-arcus closed 2 months ago

jthompson-arcus commented 2 months ago

Closes #776

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.

Project coverage is 81.89%. Comparing base (df1813b) to head (67b7852).

Files Patch % Lines
R/app_server.R 55.55% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #808 +/- ## ========================================== - Coverage 81.91% 81.89% -0.03% ========================================== Files 36 36 Lines 6692 6698 +6 ========================================== + Hits 5482 5485 +3 - Misses 1210 1213 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jthompson-arcus commented 2 months ago

This PR effectively changes the filters for available.packages() from the list R version, OS type, sub architecture, and duplicates to just duplicates in deployment. This means that R version, OS, and sub architecture where the application is deployed will not impact the list of packages available for upload.