Skip to content
Prev 6159 / 12125 Next

[R-pkg-devel] CRAN pending status , left up in the air

On 19/10/2020 1:05 p.m., Spencer Graves wrote:
That's already pretty easy on the sources, using svn diff.  The user 
just needs to be comfortable using svn.

For example, assuming you have R-devel checked out, run this to see 
what's changed since Jan 1, 2020:

  svn diff -r {2020-01-01} doc/manual/R-exts.texi

You can do it without checking out a copy with some more typing:

  svn diff -r {2020-01-01} 
--old=https://svn.r-project.org/R/trunk/doc/manual/R-exts.texi

There are probably online web services that do this, but I do have it 
checked out, so I'm not very interested in them.
Now you've got it.
Keeping documentation up to date is hard, and maintaining a productive 
collaboration is even harder.  I don't think even writing the suggestion 
in ALL CAPS is enough to bring this about ;-).
I would suggest a more modest goal:  pick one task view in which you 
have an interest, and work to improve it.  Then move on to the next one...

Most of the contributors to R are reasonable people, but they have their 
own priorities.  If you can make it easier for them to achieve their 
priorities, they'll appreciate it.  If you ask them to change their 
priorities, they might not.

Duncan Murdoch