Re: [R-pkg-devel] Cannot submit package due to misspell note

2018-04-06 Thread Duncan Murdoch
On 06/04/2018 7:29 PM, Georgi Boshnakov wrote: Since this message appears also in R CMD check locally, maybe change in Duncan's text 'submission' to something like The Title field should be in title case! Your title is blah blah blah This is not in title case, which would be Blah

Re: [R-pkg-devel] Cannot submit package due to misspell note

2018-04-06 Thread Georgi Boshnakov
Since this message appears also in R CMD check locally, maybe change in Duncan's text 'submission' to something like The Title field should be in title case! Your title is blah blah blah This is not in title case, which would be Blah, Blah, Blah" - Georgi Boshnakov _

Re: [R-pkg-devel] Cannot submit package due to misspell note

2018-04-06 Thread Duncan Murdoch
On 06/04/2018 3:14 PM, Ben Bolker wrote: FWIW, the first (many) times I read the warning "The Title field should be in title case, current version then in title case:" I couldn't parse it at all. Brevity is wonderful, but I might submit a patch/wish for this warning to be changed to (som

Re: [R-pkg-devel] Cannot submit package due to misspell note

2018-04-06 Thread Ben Bolker
FWIW, the first (many) times I read the warning "The Title field should be in title case, current version then in title case:" I couldn't parse it at all. Brevity is wonderful, but I might submit a patch/wish for this warning to be changed to (something like): "The Title field should be in t

[R-pkg-devel] GPL + other licence

2018-04-06 Thread David C Sterratt
Dear all, I'd appreciate help with a licence conundrum I have with the geometry package (https://davidcsterratt.github.io/geometry/) that I maintain. The geometry package contains some functions (e.g. convhulln(), delaunayn()) that wrap the Qhull library (http://www.qhull.org), which has its own,

Re: [R-pkg-devel] Cannot submit package due to misspell note

2018-04-06 Thread Dudek Andrzej
Thanks a lot !!! I've been blind, I've read this message about twenty times and haven't noticed that letter v after - sign is not capitalized so my thoughts went to spelling issues. In fact after capitalizing this letter package has passed pre-tests. (Even without Bervin's solution which I pl