-
Notifications
You must be signed in to change notification settings - Fork 522
Use only journal name for folder in templates #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm. I'm not entirely sure if this breaking change is fine (I tend to say yes). Perhaps it can help a little if we provide a helper function to list the available journal names in this package, e.g., rticles::journals().
BTW, I wonder why there are changes in certain .cls and .bib files. I feel these might be CRLF changes from your GIT client on Windows.
- Also remember to update this page: https://bookdown.org/yihui/rmarkdown/rticles-start.html
I had the same thought. Not sure either but I tend to say yes too because it is easy to fix if someone uses this. Just the template name should be changed. I believe people are creating template through RStudio. But I found a few This changes is also not necessary to resolve the note in #297 as we have other solution.
You may be right, I will check and configure that correctly. |
I believe this is because we have some commited file on the DOS format. My git setup is I can revert but do we want DOS format file ? We could use |
yihui
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, let's add the .gitattributes so that the line endings will be consistent in the future when contributors submit pull requests. No need to revert the changes this time. Thanks!
|
@yihui Two new PR are integrating what is discussed here. To be merged in due time. |
This will close close #315 and resolve #297 (comment)
The renaming happens in several places. Only user facing change that could be strange: when using
rmarkdown::draft, one should use only the journal name now.Before template is the same as the format name
Now, it is just the journal name
It could be a breaking change for some users who scripted their draft creation.
Should we stick to this solution to resolve #297 (comment) ?