Displaying 1 result from an estimated 1 matches for "title_case".
2018 Apr 08
2
suggested patch for messages
...========================================================
--- src/library/tools/R/QC.R (revision 74551)
+++ src/library/tools/R/QC.R (working copy)
@@ -7727,8 +7727,10 @@
"The Title field starts with the package name."
},
if(length(y <- x$title_case)) {
- paste(c("The Title field should be in title case,
current version then in title case:",
- sQuote(y)),
+ paste(c("The Title field should be in title case.
Current version is:",
+ sQuote(y[1]),
+...