mikldk / roxytest

Inline testthat tests with roxygen2
95 stars 3 forks source link

Fix cleanup regexes to handle upercase lowercase r in file extension #22

Closed jrdnmdhl closed 2 years ago

jrdnmdhl commented 2 years ago

This PR fixes https://github.com/mikldk/roxytest/issues/21 by changing the regex used by roxytests cleanup functions to be case insensitive with respect to the ".r" file extension.