Could not find template 'blank.rmd' in package 'dflow'.
rdinnager opened this issue · comments
Russell Dinnage commented
I'm getting the following error:
> dflow::use_rmd("analysis.Rmd")
✔ Creating 'doc/'
Error: Could not find template 'blank.rmd' in package 'dflow'.
Could this be because the file is called blank.Rmd
in the repo (e.g. capitalised)? I'm using linux so filenames are case sensitive, this would probably work in Windows though.
Thanks for the really helpful little package here by the way. I would have written this myself if you hadn't done it already (though mine would have been clunkier). Cheers!
Miles McBain commented
I reckon you've nailed the mistake. Thanks!
Miles McBain commented
Pushed a commit. Let me know if issue persists. Glad you found this useful!