Displaying 3 results from an estimated 3 matches for "faultfinding".
2003 Oct 09
1
Recursive indexing can cause R-1.8.0 (and R-1.7.1) to segment fault (PR#4486)
Recursive indexing can cause R-1.8.0 (and R-1.7.1) to segment fault
First of all, many thanks to the R team!!
R is really a software for everyday work.
Yes, I've found a fault, but I hope it's not just faultfinding ;-)
In the NEWS file of R-1.8.0, first printed in R NEWS 1.7.1,
there was given a promise: [ 1 ]
o Recursive indexing of lists is allowed, so x[[c(4,2)]] is
shorthand for x[[4]][[2]] etc. (Wishlist PR#1588)
That's not fulfilled in all cases, although there was already a
cod...
2006 Jul 21
6
Troubleshooting tips for getting Apache/RailsApp/Dreamhost
Hi,
Background: I''m currently stuck getting my basic rails application
working on dreamhost. I have gone throught the doco. Note that I can
via my unix account run "ruby script/server" and get the application
working via webbrick. The problem I am having is that trying to go to
the app via the normal apache approach my browser just sits and spins
with nothing coming
2003 Oct 18
0
Recursive indexing can cause R-1.8.0 (and R-1.7.1) to (PR#4647)
On Thu, 9 Oct 2003 anaximander@gmx.de wrote:
> Recursive indexing can cause R-1.8.0 (and R-1.7.1) to segment fault
>
> First of all, many thanks to the R team!!
> R is really a software for everyday work.
> Yes, I've found a fault, but I hope it's not just faultfinding ;-)
>
> In the NEWS file of R-1.8.0, first printed in R NEWS 1.7.1,
> there was given a promise: [ 1 ]
> o Recursive indexing of lists is allowed, so x[[c(4,2)]] is
> shorthand for x[[4]][[2]] etc. (Wishlist PR#1588)
>
> That's not fulfilled in all case...