Displaying 6 results from an estimated 6 matches for "caf00c1e9a41".
2012 Dec 09
1
small issue with over-zealous clean.
...er20.Rd are removed on "make clean" unintentionally.
This seems to come from a change in tests/Makefile.in, which adds the line:
- at rm -f *.tar.gz *.Rd back in May 2012.
-----------
commit c4d70254e7b7f9d7ed17faecfb3097195d852ddc
Author: ripley <ripley at 00db46b3-68df-0310-9c12-caf00c1e9a41>
Date: Sun May 27 09:04:41 2012 +0000
fix some issues seen by examining no-segfaults.Rout
git-svn-id: https://svn.r-project.org/R/trunk at 59451 00db46b3-68df-0310-9c12-caf00c1e9a41
----------
svn users probably don't notice files are unintentionally removed; git-svn does co...
2019 Apr 21
2
R-devel (rev 76409) fails 'make check': non-generic function 'isSymmetric' given to findMethods()
...I have a clean checkout of trunk here:
?? ~/svn/r-devel/R$ svn info
?? Path: .
?? Working Copy Root Path: /home/btyner/svn/r-devel/R
?? URL: https://svn.r-project.org/R/trunk
?? Relative URL: ^/trunk
?? Repository Root: https://svn.r-project.org/R
?? Repository UUID: 00db46b3-68df-0310-9c12-caf00c1e9a41
?? Revision: 76409
?? Node Kind: directory
?? Schedule: normal
?? Last Changed Author: ripley
?? Last Changed Rev: 76409
?? Last Changed Date: 2019-04-21 06:32:24 -0400 (Sun, 21 Apr 2019)
I then ran:
?? mkdir ~/svn/R-devel-build
?? cd ~/svn/R-devel-build
?? ../r-devel/R/configure --prefi...
2012 Mar 23
1
serialization regression in 2.15.0 beta
...cing the problem can follow the readme.txt file
in this directory:
http://www.columbia.edu/~bg2382/mi/serialization/
I track r-devel with git-svn and was able to git bisect to svn commit r58219
commit 799102bd9d0266fe89c3120981decf0b1f17ef11
Author: ripley <ripley at 00db46b3-68df-0310-9c12-caf00c1e9a41>
Date: Sat Jan 28 15:02:34 2012 +0000
make use of non-xdr serialization;.
although this commit could merely expose the problem rather than cause it.
The problem occurs when the FUN called by mclapply() in the parallel
package returns a S4 object that contains a slot (called X) that i...
2017 Jul 06
0
make check-recommended hanging on up-to-date Rdevel from SVN
...install
Svn Info:
beckerg4-T4G3QN:rawtrunk beckerg4$ *svn info*
Path: .
Working Copy Root Path: /Users/beckerg4/gabe/checkedout/Rsource/rawtrunk
URL: https://svn.r-project.org/R/trunk
Relative URL: ^/trunk
Repository Root: https://svn.r-project.org/R
Repository UUID: 00db46b3-68df-0310-9c12-caf00c1e9a41
Revision: 72894
Node Kind: directory
Schedule: normal
Last Changed Author: lawrence
Last Changed Rev: 72894
Last Changed Date: 2017-07-06 00:12:06 -0700 (Thu, 06 Jul 2017)
Svn status (no local changes)
beckerg4-T4G3QN:rawtrunk beckerg4$* svn status*
beckerg4-T4G3QN:rawtrunk beckerg4$
S...
2019 Apr 21
0
R-devel (rev 76409) fails 'make check': non-generic function 'isSymmetric' given to findMethods()
...t; ?? ~/svn/r-devel/R$ svn info
> ?? Path: .
> ?? Working Copy Root Path: /home/btyner/svn/r-devel/R
> ?? URL: https://svn.r-project.org/R/trunk
> ?? Relative URL: ^/trunk
> ?? Repository Root: https://svn.r-project.org/R
> ?? Repository UUID: 00db46b3-68df-0310-9c12-caf00c1e9a41
> ?? Revision: 76409
> ?? Node Kind: directory
> ?? Schedule: normal
> ?? Last Changed Author: ripley
> ?? Last Changed Rev: 76409
> ?? Last Changed Date: 2019-04-21 06:32:24 -0400 (Sun, 21 Apr 2019)
>
> I then ran:
>
> ?? mkdir ~/svn/R-devel-build
>...
2012 Sep 11
1
Is invokeRestart("abort") unstoppable?
Hi,
I'm trying to implement an abort() method that works just like stop()
but does not signal the condition such that try() and tryCatch(...,
condition=...) are, contrary to stop(), effectively non-working with
abort() calls.
In order to achieve this, I stumbled upon invokeRestart("abort"), cf.
help("invokeRestart", package="base") that reads "Restarts are