Closed maelle closed 2 years ago
I realized it means I had to rename the .bib but could it be renamed by create_article()
directly?
Currently, yes, you will need to manually change that. We will be implementing an automatic renaming very soon.
I've removed the check of .bib having the same file name. Since we accept Rmd now we don't need to assume the file name of the appropriate bib and can look into the front matter to locate it.
I ran
rjtools::initial_check_article("paper")
and got the error copied in the issue title.I had used
rjtools::create_article(filename = "response-commentary")
to create the article, and to render it