Skip to content
Prev 14255 / 15075 Next

error stream getting unworkable.

On 06/08/2022 6:00 a.m., Timothy Bates wrote:
Yes, that likely explains it.
The project is online in svn at

   https://svn.r-project.org/R-packages/trunk/Mac-GUI

Check out using

   svn co https://svn.r-project.org/R-packages/trunk/Mac-GUI

Build details are here:

   https://svn.r-project.org/R-packages/trunk/Mac-GUI/INSTALL

I don't know how receptive the authors are to patches, but the way to 
produce them is to check out the current sources, make your changes, 
then run

   svn diff --internal-diff >something.diff

and send something.diff to the authors.  Not as convenient as github, 
but not really all that different.

Duncan Murdoch