-
Notifications
You must be signed in to change notification settings - Fork 525
Update to elsevier template #467
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
9f2c202
Updated Elsevier template
robjhyndman 53b6b9e
Removed old Elsevier files
robjhyndman afd38c5
Regenerated Rd file
robjhyndman 594a283
Added to news
robjhyndman 4dd345d
Update R/article.R
robjhyndman 4491690
Change layout to classoption
robjhyndman 7c9c906
Change biboptions to natbiboptions
robjhyndman 68e36fa
Added comment on old layout field
robjhyndman 0e6bdf4
Added RJH to readme for Elsevier
robjhyndman baeeeda
update NEWS about breaking change in `elsevier_article()`
cderv d1b8b2f
Correct format name in error message
cderv d5038d7
elsevier now requires Pandoc 2.10
cderv 3ac9254
remove empty line
cderv b4630ed
tweak NEWS
cderv a2561a7
Add some content into the template (figure, R code, table) mainly for…
cderv 00ad4db
Bump version
cderv aeae64e
Update tlmgr before installing
cderv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: rticles | ||
Type: Package | ||
Title: Article Formats for R Markdown | ||
Version: 0.22.4 | ||
Version: 0.22.5 | ||
Authors@R: c( | ||
person("JJ", "Allaire", role = "aut", email = "[email protected]"), | ||
person("Yihui", "Xie", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0003-0645-5666")), | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I need to think about this. I don't mind doing that for new articles formats, but
elsevier_article()
is not a new function. Adding this requirement will make this a breaking change. They would need to have a newer Pandoc. Version 2.10 is not that old "2020-06-29" and even if RStudio is shipping with recent version, there could be some users still using an older Pandoc.