UCD-SERG / serocalculator

Estimating Infection Rates from Serological Data
https://ucd-serg.github.io/serocalculator/
4 stars 2 forks source link

replace `readRDS()` with `readr::read_rds()` #196

Closed d-morrison closed 3 months ago

d-morrison commented 4 months ago

read_rds() can handle urls without assistance from url(), so uses of the url() should be removed.

chrisorwa commented 3 months ago

Implemented and merged.