Displaying 7 results from an estimated 7 matches for "68df".
Did you mean:
686f
2012 Dec 09
1
small issue with over-zealous clean.
...tit.Rd, tests/ver20.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 r...
2015 Sep 10
2
tinc generating invalid packet checksums?
...eq 1243683600, ack 2163080236, win 26847, options [mss 8961,sackOK,TS val 140685120 ecr 136010701,nop,wscale 7], length 0
0x0000: 4500 003c 0000 4000 3f06 04e1 0a50 0070 E..<.. at .?....P.p
0x0010: ac12 8009 0050 a54f 4a21 1b10 80ed fc2c .....P.OJ!.....,
0x0020: a012 68df e771 0000 0204 2301 0402 080a ..h..q....#.....
0x0030: 0862 af40 081b 5bcd 0103 0307 .b. at ..[.....
While here is that same packet coming out of the tun interface on the
local Tinc server:
2015-09-09 11:42:15.094332 IP (tos 0x0, ttl 63, id 0, offset 0, flags [DF], proto TCP...
2019 Apr 21
2
R-devel (rev 76409) fails 'make check': non-generic function 'isSymmetric' given to findMethods()
...the
issue is. 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-de...
2012 Mar 23
1
serialization regression in 2.15.0 beta
...sted in reproducing 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...
2017 Jul 06
0
make check-recommended hanging on up-to-date Rdevel from SVN
...make -j3
make 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...
2019 Apr 21
0
R-devel (rev 76409) fails 'make check': non-generic function 'isSymmetric' given to findMethods()
...k 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 ~...
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