-
Notifications
You must be signed in to change notification settings - Fork 14
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
Various issues detected in proofs for R Journal 2023-3 #114
Comments
Most of the above are indeed bugs in
Issues from above that may not be directly
|
On the wrong title issue - this seems to come from |
Abstract handling is a mess, but 5f0fe0d at least fixes the look in the web output. It really needs a re-write to handle abstracts natively in cooperation with distill. |
first dot point under Issues in our color paper: The table reference will show in the html version if
I will keep tracking on the other raised issues. |
Sherry, thanks for the information. It would be good to add some guidance on this in the documentation. I had checked out https://rjournal.github.io/rjtools/articles/format-details.html#tables and also tried
In general it would be helpful to have more guidance on how to write content in Markdown directly (as opposed to generating content via R). Simon, I don't want to add to all the time you already spent on this. If you want to update the .Rmd for our color paper, great - if not, no problem either. I would use
and
|
added in commit b453331. If using
|
@zeileis sure, I have modified the sources accordingly (rjournal/rjournal.github.io@c13141a) - it seems to do the trick, thanks. |
I have filed the distill citation bug as rstudio/distill#504 |
second dot point under Issues in our color paper - Wikipedia URL display in web format I suspect this might also be a distill issue that the A workaround here is to use the
I also added this instruction to the journal format detail vignette 7817168. |
In a plain The source code of the document is from the link above, just modified to use the
|
When proofreading my contributions in the draft for R Journal 2023-3 at https://rjournal.github.io/issues/2023-3/ I noticed various issues that are likely caused by
rjtools
and/ordistill
. Hence Simon @s-u advised me to also post my feedback to him here.General issues
In general, the "Citation" generated at the end of every contribution should be fixed. The
journal
field "The R Journal" is repeated incorrectly at the beginning of thetitle
field. Both in the text and in the BibTeX version.In several papers, inconsistencies in the "References" occur between the HTML and the PDF version. Book, manual and proceedings titles are written in title case in the PDF version. In the HTML version, however, they are coerced to sentence case which sometimes leads to proper names being written in lower case. An example is "vienna, austria" in the Ihaka (2003) reference in our color paper, see: https://rjournal.github.io/articles/RJ-2023-071/
But I also noticed other cases (e.g., "Writing r extensions" in the Zhang et al. paper).
In several papers the "supplements" link does not work. For example, in our color paper:
https://rjournal.github.io/articles/RJ-2023-060/RJ-2023-060.zip
But I noticed the same problem for several other papers.
Issues in our color paper
https://rjournal.github.io/articles/RJ-2023-071/
The table at the end is labeled "Table 1" in the PDF while it has no label in the HTML version. Is this difference intentional? (We noticed this already when writing the paper, so that the text says "table below" which is correct in both versions.)
The URL and the access date in the Wikipedia reference is shown in the PDF version but not in the HTML version. The access date is not so crucial but the URL should really be displayed.
Other issues
In the "C443" paper the title is in sentence case while all the remaining titles are in title case. Also "R-package is hyphenated throughout the paper while it is typically not hyphenated elsewhere. In summary, the title should be: "C443: An R Package to See a Forest for the Trees"
I found a small problem with the HTML version of our "Changes on CRAN" contribution. The subtitle and abstract have been interchanged, see: https://rjournal.github.io/news/RJ-2023-3-cran/
Some additional details are described below.
The article has the subtitle "2023-05-01 to 2023-09-30" and no abstract.
This is shown correctly in the PDF version.
The HTML that I submitted showed the subtitle correctly and added the default abstract: "Changes on CRAN" published in The R Journal. This is ok.
But the current draft has now switched subtitle and abstract. Please revert this change.
The text was updated successfully, but these errors were encountered: