rjournal / rjtools

Tools for AUTHORS to use for checking and submitting articles to the R Journal
https://rjournal.github.io/rjtools/
Other
31 stars 14 forks source link

Could the check of the article title suggest the title case version? #22

Closed maelle closed 2 years ago

maelle commented 2 years ago

Or maybe some tweaks might prevent some false positives e.g. in the presence of " in the title.

 tools::toTitleCase('Comments on "Bla"')
#> [1] "Comments on \"Bla\""

Created on 2021-10-08 by the reprex package (v2.0.0)

huizezhang-sherry commented 2 years ago

Now check_title provides a suggested title case article title. The backward slash is also fixed in the suggestion. Commit a386b099f3fb8996e40447ba59d903179bd078fc

maelle commented 2 years ago

Thank you for your work :pray: