11annah / CompInt

https://11annah.github.io/CompInt/
2 stars 1 forks source link

refactor: replace stringr::str_replace for base::sub #26

Closed m-muecke closed 3 months ago

m-muecke commented 4 months ago

Somewhat opinionated, but seems worth it for removing the stringr dependency since only used for stringr::str_replace() equivalent to base::sub()