yonicd/sinew

recognize .r (not just .R) as R files in makeOxyFile

ashenkin opened this issue · 1 comments

currently the function chokes if you pass it a .r file... changing makeOxyFile.R line 38 from
pattern = ".+\\.R$"
to
pattern = ".+\\.[rR]$"
would be one option, if you agree to the change... thanks!

thank you for catching that. updated.