search for: fussier

Displaying 6 results from an estimated 6 matches for "fussier".

Did you mean: lussier
2005 Feb 14
7
Outbound Caller ID on PRI
We have just had an ISDN PRI service commissioned here in AU (using Powertel as provider). I have called them and ensured that we have the ability to set Caller ID on our service to any number in our 100 number block, and I have been assured that everything is OK from their end (unlikely). Every time I drop a sample.call in to /var/spool/asterisk/outgoing with the Callerid: option set, the
2007 Mar 23
1
creating R packs for all
Dear R People: I am in the process of creating an R package via Windows. If I would decide to submit in to CRAN, what would I need to do in order to make it run for the Linux or Mac People, please? Thanks in advance! Sincerely, Erin Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgess at gator.uhd.edu
2001 Nov 02
0
Changes to the methods package
...d to class definitions, as described in the green book. No automatic validation yet, because we need to discuss when & how it would be triggered. - the as() mechanism has been entirely re-implemented to be closer to the API in the book (and to have fewer bugs :-)). - getClass() and new() are fussier about being handed undefined classes; these usually generate an error now. - getGenerics has been added, along with the arguments to showMethods that use it to display methods for multiple generics and/or restricted to certain classes. John -- John M. Chambers jmc@bell-labs.com...
2010 Dec 29
1
Problem applying Chi-square in R and Cochran's Recommendations
Sir, I have a problem here while applying chisquare test to the following Data ( below the subject of this mail) ...when I wanted to test the significance using three different free statistical packages, here R, EpiInfo and OpenEpi. *Only OpenEpi accepts the test based on Cochran's Recommendations. * R says " chi squared approximation may be incorrect." Does it mean the same as
2005 Aug 12
1
error building xapian
I'm getting the following error when trying to build xapian. I've tried versions 0.9.1 and 0.9.2, same error. It's a x86 debian box, gcc 4.0.1. It builds fine on my gentoo amd64 box (gcc 3.4.3). Any ideas? Thanks, Alex make[3]: Leaving directory `/home/mcam/xapian-core-0.9.1/backends/flint' Making all in inmemory make[3]: Entering directory
2005 Aug 05
1
S4 setClass with prototypes " issues" (PR#8053)
To R-Developers: I wish to report what I believe are inconsistencies between Green Book descriptions and R methods behaviors. I **realize** that R does not guarantee total consistency with the Green Book; therefore I leave it to you to decide whether any of this is a bug, design choice, or a need for additional documentation -- or whether I have simply misread or overlooked existing explanations.