ashenkin opened this issue 7 years ago · 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!
pattern = ".+\\.R$"
pattern = ".+\\.[rR]$"
thank you for catching that. updated.