Re: [R-pkg-devel] Scrapping R CRAN website from package

2021-07-16 Thread dbosak01
Maciej: There are other packages that query the CRAN site (cranlogs, etc.). So it seems the queries/fetches are generally allowed. I can only find a couple relevant mentions in the CRAN policies: "Packages which use Internet resources should fail gracefully with an informative message if the

Re: [R-pkg-devel] Spelling and manual CRAN inspection

2021-07-16 Thread Kevin R. Coombes
That's an excellent idea. I can't resist pointing out that everything that was flagged this morning has been in those packages for years (and for multiple submissions), and has never been flagged before. So I would still have to update my master last this time around. And a human at CRAN would

Re: [R-pkg-devel] Scrapping R CRAN website from package

2021-07-16 Thread Georgi Boshnakov
If you need only DESCRIPTION, you can get it from github/cran - just open the file in any package and see how its web address is formed. There is a small delay between a package appearing on CRAN and it being mirrowed on github/CRAN though. For caching strategies you could check, for example,

Re: [R-pkg-devel] Spelling and manual CRAN inspection

2021-07-16 Thread John Harrold
I have a list of words, acronyms and initialisms that commonly get flagged as misspelled words when I submit updates. I generally just put an explanation for each one in the "optional comment" section of the submission form. It's pretty simple and seems to work out well. On Fri, Jul 16, 2021 at

Re: [R-pkg-devel] Spelling and manual CRAN inspection

2021-07-16 Thread Duncan Murdoch
For what it's worth, I didn't see your message as aggressive. But that's email: it's hard to know the impressions people will get from it. Regarding your point, I'd like to say (unaggressively!) that it's not your problem if the CRAN folks choose differently than you would in how they

[R-pkg-devel] Scrapping R CRAN website from package

2021-07-16 Thread Maciej Nasinski
Dear Sir or Madam, I am creating a new package `pacs` https://github.com/Polkas/pacs, which I want to send to R CRAN shortly. However I am not sure about R CRAN policy regarding scraping CRAN per package page with its archive. More precisely I am fetching the data from

Re: [R-pkg-devel] Spelling and manual CRAN inspection

2021-07-16 Thread Kevin R. Coombes
Hi Jeff, I think you are inferring an attitude in my initial message that wasn't actually present. I greatly appreciate the hard work that CRAN maintainers put in on behalf of the community. And I really did (and do) want to understand why some of their valuable volunteer time should be

Re: [R-pkg-devel] Spelling and manual CRAN inspection

2021-07-16 Thread Jeff Newmiller
Spelling has different importance to different people. You are expressing a value judgement that differs from the values of R Core, but are presenting your opinion as if they are facts. My point is that your challenging attitude IMO makes having a conversation about those concerns difficult. (I

[R-pkg-devel] Spelling and manual CRAN inspection

2021-07-16 Thread Kevin R. Coombes
Hi,  I have been updating a couple of R packages this morning. One of them triggered a manual inspection for "possibly mis-spelled words in DESCRIPTION" for my last name (Coombes) --- even though none of the other 20 packages that I maintain has ever triggered that particular NOTE. A second