etiennebacher / altdoc

Alternative to pkgdown to document R packages
https://altdoc.etiennebacher.com
Other
67 stars 9 forks source link

Fix `.parse_news()` when two names have the same root #188

Closed etiennebacher closed 11 months ago

etiennebacher commented 11 months ago

Close #185

Problem was that there are both @vincent and @vincentarelbundock in the NEWS file. Replacing the latter works fine, but then the replacement of the former messes up the first replacement.