epiverse-trace / epichains

[Under active development] Methods for simulating and analysing the sizes and lengths of infectious disease transmission chains from branching process models
https://epiverse-trace.github.io/epichains/
Other
5 stars 2 forks source link

Rename files with `.r` extension to `.R` #253

Closed jamesmbaazam closed 3 months ago

jamesmbaazam commented 3 months ago

This PR addresses the spring cleaning checklist in #156 by renaming all R scripts with .r extension to .R to standardize the extensions. The differences in extensions was a remnant of legacy scripts.

Achieving this on git was quite tricky so I'll document it here for future sake.

The issue was that git was not recognising the renamed files even though I changed my configuration to git config core.ignorecase false. I used R's rename.files() first but that did not work.

Here's what worked: