search for: nspair

Displaying 1 result from an estimated 1 matches for "nspair".

Did you mean: nvpair
2001 Jul 02
0
ReleaseLargeFreeVectors SIGSEGV (?) (PR#1008)
...makefile, since R now includes C++ in Makeconf. ann_0.2-3.tar.gz ran through (1.3.0) R CMD check & R CMD build cleanly. The examples now trigger the segfault, or it can be triggered in the older version by doing in 1.3.0: > for (i in 1:100) example(ann) or > for (i in 1:100) example(nspairs) or just by: for (i in 1:100) an1 <- ann(cbind(runif(5000), runif(5000)), k = 4) The typical gdb listing (shortened) is: (in this case from) > for (i in 1:100) example(nspairs) nspars> an1 <- ann(cbind(runif(1000), runif(1000)), k = 4) nspars> nspairs(an1) [1] 311 nspars&gt...