similar to: documentation bug in grep (PR#692)

Displaying 20 results from an estimated 5000 matches similar to: "documentation bug in grep (PR#692)"

2001 Jan 02
1
pos.to.env and sys.xxx documentation (PR#801)
Full_Name: peter perkins Version: 1.2.0 OS: linuxppc Submission from: (NULL) (24.4.89.36) i'm assuming that these are shortfalls in the documentation, and not bugs in the function themselves. 1) the help page for pos.to.env gives two examples: Examples: pos.to.env(1) pos.to.env(length(search())) the second of these returns NULL which (to me) does not seem to fit the
2001 Feb 22
1
onefile= arg to postscript() (PR#854)
Full_Name: Peter Perkins Version: 1.2.1 OS: LinuxPPC Submission from: (NULL) (24.4.89.36) Unlike (at least some) other args/components of ps.options(), the onefile= arg to postscript() does not default to ps.options()$onefile. For the family= and landscape= args, for example, it does. Looking at postscript()'s code, this appears to be intentional. If it _is_ intentional, the following
2001 Feb 09
1
default data= arg to glm() (PR#844)
Full_Name: Peter Perkins Version: 1.2.1 OS: LinuxPPC Submission from: (NULL) (24.4.89.36) the lines if (missing(data)) data <- environment(formula) in glm() seem to contradict the documentaton: data: an optional data frame containing the variables in the model. By default the variables are taken from the environment from which `glm' is called. actually,
2000 Oct 05
2
attaching something.RData in pos=1
hi - running R 1.1.1 under LinuxPPC: i was pleasantly surprised to find that attaching .RData files was added somewhere along the line, but i am having trouble getting the sort of behavior that i got used to in S. specifically, i'd like to be able to attach() a file at pos=1 and edit its contents directly, then save() and detach() it. i know i can load() the file, but this merges its
2001 Feb 22
1
cex= and plot(), title(), mtext()
using R 1.2.1 under LinuxPPC, using the default X11 graphics device, i can't get the cex= argument for plot() and title() to have any effect. works for text(), though. the text size for plot() and title() _is_ correct if par(cex=size) is called first. oddly, mtext() seems to pay attention to cex=, but to ignore the value set by par(). for example, > plot(1:5, 1:5,
2000 Feb 02
1
(not) compiling fortran -- dynamic loading problem
Hi, everyone. This may be properly a fortran question rather than an R question. I'm trying to add a few print statements to otherwise working fortran code in one of the libraries so I can see what's going on in the code. I have no problem doing so on an SGI machine, but under LinuxPPC I've run into a problem. The code compiles and creates a shared object (.so), but when I issue
2000 Jun 03
1
.rpm (splines, ctest) install problem - LinuxPPC
On a PMac 7200 (running LinuxPPC 3Q 99), trying to install "R-ctest-0.9.R16-1.ppc.rpm" and "R-splines-2.0.R3-3.ppc.rpm" rpms currently in the linuxppc binary download directory results in error messages saying that files in these rpms conflict with files from R-base 1.01-1. Of course, "R-rpart" and "R-survival4" then also can't be installed because the
2002 Dec 17
2
slowness when using roaming profiles
I am on a rh 7.2 machinr running samba. My clients are windows 2000 and whn using locl profiles I experience quick log-ons and quicj log-offs. Whwn I flag the client for roaming profiles, it seems to take many minutes to log off. The users roaming directory IS created and is populated with their user inoformation, one user has 300M of stuff.Which I thought was alot. When the user goes to
2007 Jun 22
2
asterisk 0 dial outgoing call
Dear all i have one confusion about how to dial outgoing call through asterisk like when i press 0 i got dial ton of exchange for outgoing call my setup is [sip_phone]-----[*]----[mediant2k]-----[Avaya_PBX]------e1-----[Exchange_PSTN] now i want to setup whn i press 0 in my sip phone i got dialton of PSTN so i can call outside people is there any special configuration to give
2007 Aug 08
1
pick sip channel whn two party talking
Dear all i need this feature in asterisk whn 2 party calling that time i pickup call and listen conversation of that party spoofing like is it possible in asterisk Rgds satish patel --------------------------------- Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool. -------------- next part -------------- An HTML attachment was
2000 Jan 12
1
compilation problem on linuxppc
I am trying to install R-.90 on a powermac (4400) running linuxppc-1999. This is a variant of RedHat. ./configure goes OK make goes OK until it gets to dataentry.h. Then it reports that it can't find some .h files. dataentry.h 22 X11/X.h dataentry.h 22 X11/Xlib.h dataentry.h 22 X11/Xutil.h dataentry.h 22 X11/keysym.h dataentry.h 22 X11/cursorfont.h I have installed X, but this seems to
2008 Mar 05
2
t.test & p-Value
Hello list, I am trying to apply the paired t.test between diseased and not diseased patients to identify genes that are more expressed in the one situation under the other. In order to retrieve the genes that are more expressed in the positive disease state I do: p.values<-c() for(i in 1:length(Significant[,1])){ p.values[i]<-try(t.test(positive[i,],negative[i,],alternative
2000 Jul 17
2
sshd -i problem under 2.1.1p4 as well
I have encountered the same problem with sshd -i (under Mandrake linux 6.1) as that described by Ben L Perkins, this time with 2.1.1p4: ... Last login: Mon Jul 17 12:04:50 2000 from orpheus.qimr.edu.au -bash: ?oe90: command not found -bash: glorious: command not found -bash: ?]r90: command not found -bash: marshall4: command not found Connection to orpheus.qimr.edu.au closed. log: Jul 17
2009 Jun 20
1
string splitting and testing for enrichment
Hi List I have data in the following form: Gene    TFBS NUDC     PPARA(1) HNF4(20) HNF4(96) AHRARNT(104) CACBINDINGPROTEIN(149) T3R(167) HLF(191) RPA2     STAT4(57) HEB(251) TAF12     PAX3(53) YY1(92) BRCA(99) GLI(101) EIF3I     NERF(10) P300(10) TRAPPC3     HIC1(3) PAX5(17) PAX5(110) NRF1(119) HIC1(122) TRAPPC3     EGR(26) ZNF219(27) SP3(32) EGR(32) NFKAPPAB65(89) NFKAPPAB(89) RFX(121)
2006 Dec 04
1
Mongrel and Mongrel Cluster Library LoadErrors
Hello, I''m a noobie to Rails and even more to mongrel. I have an issue with one server that I''ve installed mongrel. Its a Fedora Core 5 box, and it is having problems loading the Oracle OCI8 libraries. However, this only occurs when I use mongrel_cluster, or mongrel with out the - d switch. I have no problem using the library from the commandline and with Webrick or
2005 Mar 15
1
SIP & H323 gateway
Hi pros, Newbie to asterisk, need some help. My existing senerio is we have 6 analog quintums and 1 digital H323, and our gatekeeper is gnugk openh323 located in US. Our business is Call Center and our method of dial is using prefix and gateway IP provided my Carrier. I also brought two AudioCodes MP108 8 FXS gateways, as our gateway runs on h323 my friend suggested to go for Asterisk. If
1998 Nov 14
1
unable to load modreg in R-0.63
I am running linuxppc 2.1.128 on a pmac 8500/200 604e. R 0.63 builds and installs without errors. The compiler is egcs 102 pre and binutils 2.9.1.0.15. When attempting to load modreg with the library command the following error is returned. Error in dyn.load(file) : unable to load shared library "/usr/local/share/R/library/modreg/libs/modreg.so" How can I debug this problem?
2002 Jun 18
2
wine on non-x86 architectures (presumably silly question)
I wouldn't think it's possible but I'd like to know (with an explanation, if possible): Can you run win32 apps with wine on non-x86 computers, e.g. under LinuxPPC? I guess not, but I wouldn't be able to give a clear explanation as to why. Regards, Frank
2000 May 01
1
Missing dependencies in installing R-base-1.0.0-1
I recently upgraded to LinuxPPC 2000. When I tried to reinstall the R rpm, I was missing the following dependent files: egcs, egcs-g77, and libf2c.so.0 Is there an upgrade or a fix to this? Brian Adams -- ------------------------------------------------------------- Providing Support Services in J. Brian Adams, Ph.D. Statistical Analysis 717.393.6144
2000 Oct 15
2
RedHat 7.0 openssh-2.2.0p1-5 vs ssh 2.3.0
Hello, I am using RedHat's most recent openssh-2.20p1-5 srpm recompiled on Linuxppc under glibc 2.1.95/Linux 2.4-test10pre2/gcc 2.95.3(cvs). I have noticed an oddity when connecting to machines running ssh 2.3.0's sshd2 server. While the connections occur with no problem after awhile the connection fails when idle with the following error message... Hm, dispatch protocol error: type