search for: ramey

Displaying 20 results from an estimated 27 matches for "ramey".

Did you mean: ramsey
2004 Feb 16
2
touble with install
I did ./configure make make install I got no errors, but it doesn't seem to have installed everything I need. Swat won't start. It didn't put an smb.conf file in /etc/samba (it didn't even create this folder) or /usr/local/samba/lib/. When I run testparm, I get Segmentation fault as my only output. Even if I create an smb.conf and run testparm on that file I get the exact
2011 Jun 01
2
re-write plot function for ggplot
Hi, I have the following function that i use to plot graphs. plot_mi_time = function(mdata, miname) { mdata2 = mdata[row.names(mir_test3) == miname, ] # print(mdata2) xcoords <- c(1,1,2,2,3,3) plot(xcoords, mdata2, xaxt="n", ylab="Expression", xlab="Time(h)", , main=miname) axis(1, at=xcoords,
2007 Apr 04
3
Power analysis and mixed model
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible Url : https://stat.ethz.ch/pipermail/r-help/attachments/20070404/0f61f54a/attachment.pl
2011 Oct 16
2
Custom Sort Character and Numeric
I"m trying to do a custom sort in this order: 1) Numeric digit furthest right; 2) Alphabetical second furthest to the right; 3) Alphabetical the rest of the string beginning with the first character; The example code I'm using is an array that follows: /myArray <-
2004 Feb 26
2
Trouble with install, still
.../samba/sbin/ usr/local/samba/sbin/nmbd usr/local/samba/sbin/smbd usr/local/samba/sbin/swat usr/local/samba/sbin/winbindd usr/local/samba/swat/ usr/local/samba/swat/help/ & associated files usr/local/samba/include/ usr/local/samba/include/libsmbclient.h I don't know what to try next. Anne Ramey Network Administrator Blast Internet Services 919-545-2521 (800)-24-BLAST http://www.blast.com
2016 May 18
2
Latest R-devel build failing on OS X
Readline <= 6.2 shouldn't require the SIGWINCH patch, so if older versions have trouble finding rl_resize_terminal then you could wrap a macro around that part. The isearch C-c bug has existed forever, according to Chet Ramey. Yes, I had to retrain myself to use C-g to exit isearch but it's confusing. It would be nice to fix this C-c bug on older versions too, but my solution used some global variables and I'm not sure which Readline version they date from. Out of curiosity, did you delete the HAVE_READLINE_REA...
2004 Feb 27
0
Réf. : Trouble with install, still--please help
...r/local/samba/lib. ----------------------------------- St?phane PURNELLE stephane.purnelle@corman.be Service Informatique Corman S.A. Tel : 00 32 087/342467 |---------+---------------------------------------------------------> | | Anne Ramey <anner@blast.com> | | | Envoy? par : | | | samba-bounces+stephane.purnelle=corman.be@list| | | s.samba.org | | |...
2016 May 12
5
where to send patches to R source code
...or RStudio. For me these are pretty significant bugs. The second one causes unintended code to be executed. Random code could delete files, for example, or worse. The first one bites me every time I want to change the size of a window, which is pretty often. I tried to get Readline maintainer Chet Ramey to fix these on the Readline side, but he disagreed with my proposal: https://lists.gnu.org/archive/html/bug-readline/2016-04/threads.html I'm glad that my message here at least was seen and I hope that someone who uses the R command line on Linux will have time to verify that the patches wor...
2016 May 17
0
please apply my patches
...ugs. The second one causes unintended code to be > > executed. Random code could delete files, for example, or worse. The > > first one bites me every time I want to change the size of a window, > > which is pretty often. > > > > I tried to get Readline maintainer Chet Ramey to fix these on the > > Readline side, but he disagreed with my proposal: > > > > https://lists.gnu.org/archive/html/bug-readline/2016-04/threads.html > > > > I'm glad that my message here at least was seen and I hope that > > someone who uses the R command l...
2010 May 06
3
Intersection list
How can I create intersections of vectors? a <- c(1,2,3) b <- c(1,5,6) the intersected list c should contain c(1)... Ralf
2010 Jun 22
0
X11 on Mac OS X 10.6 Version of R64
...at the following link: http://gist.github.com/448714 In the link, the X11 window loads about the time when "Loading Tcl/Tk interface ... done" appears. I have included a screencast so that you are able to see what I see: http://screencast.com/t/MjI4NDE2M Thanks in advance. -- John A. Ramey, M.S. Ph.D. Candidate Department of Statistics Baylor University http://www.ramhiser.com
2005 Jun 09
1
need good wrapper
I'm having trouble with the rsync wrapper's I've found online: rsync_wrapper[8458]: SSH_ORIGINAL_COMMAND environment variable apparently not set rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) I'm not sure if this is a problem of incompatibility between my RHES3 and the wrappers I've found or
2011 Oct 14
2
Drop ALL Levels of a Data Frame Object
I'm using the package 'gdata' and 'drop.levels' in the following code as a simplified example of what I want to do, pinpointing the issue of isolating variable in a data frame: /dfNamesAndHeight <- data.frame("Name" = c('Bill','Bob','Bo'), "Height" = c(73,68,83)) name_Bob <- drop.levels(dfNamesAndHeight[2,1]) cat(name_Bob,
2016 May 17
2
please apply my patches
...gs. The second one causes unintended code to be > > executed. Random code could delete files, for example, or worse. The > > first one bites me every time I want to change the size of a window, > > which is pretty often. > > > > I tried to get Readline maintainer Chet Ramey to fix these on the > > Readline side, but he disagreed with my proposal: > > > > https://lists.gnu.org/archive/html/bug-readline/2016-04/threads.html > > > > I'm glad that my message here at least was seen and I hope that > > someone who uses the R command...
1998 Oct 02
2
Serious cross-subnet browsing question
...me server = yes I know this message was quite large, but I am in need of assistance with this problem. If anyone has ever dealt with a similar issue, please e-mail me as well as the samba mail list. (I am a busy man and do not catch every digest). I truly appreciate your time. Thank you. -- Shane Ramey Systems Administrator BroadLink Communications, Inc (707) 578-7229 x113 shane@broadlink.com
2016 May 13
0
where to send patches to R source code
...> pretty significant bugs. The second one causes unintended code to be > executed. Random code could delete files, for example, or worse. The > first one bites me every time I want to change the size of a window, > which is pretty often. > > I tried to get Readline maintainer Chet Ramey to fix these on the > Readline side, but he disagreed with my proposal: > > https://lists.gnu.org/archive/html/bug-readline/2016-04/threads.html > > I'm glad that my message here at least was seen and I hope that > someone who uses the R command line on Linux will have time to...
2001 Sep 17
1
autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID
...--- -# A program that exits with success iff `getpgrp' seems to ignore its -# argument. -m4_define([_AC_FUNC_GETPGRP_TEST], -[AC_LANG_SOURCE([AC_INCLUDES_DEFAULT] -[[ -/* - * If this system has a BSD-style getpgrp(), - * which takes a pid argument, exit unsuccessfully. - * - * Snarfed from Chet Ramey's bash pgrp.c test program - */ - -int pid; -int pg1, pg2, pg3, pg4; -int ng, np, s, child; - -int -main () -{ - pid = getpid (); - pg1 = getpgrp (0); - pg2 = getpgrp (); - pg3 = getpgrp (pid); - pg4 = getpgrp (1); - - /* If all of these values are the same, it's pretty su...
2011 Oct 13
2
Comparing the components of a data frame without levels interfering
*Bottom Line: How can I compare the individual components of two data frames with different row lengths without the levels interfering?* Example: I have two data frames to those respectively named 'dfCity' and 'dfState' that have the following output: dfCity Name City 1 Bill Detroit 2 Jody Chicago 3 Frank Memphis 4 Ron Houston
2016 May 19
0
Latest R-devel build failing on OS X
...L_RESIZE_TERMINAL so they must have configured for that. We could and probably should do the same, but as a Linux_only guy currently (even basically only one flavor of Linux), I'd appreciate others to produce code for that. > The isearch C-c bug has existed forever, according to Chet Ramey. I see. As your patch seems to only work for readline (>=) 6.3, we have solved part of the problems. If those who use olders readlines are willing to test and provide (well looking, as yours) patches for earlier versions, they should be welcome too. > Yes, I had to retrain myself to...
2011 Oct 18
3
Ordering of stack in ggplot (package ggplot2)
I'm trying to reproduce the 3rd graph on the page of this site: http://learnr.wordpress.com/2009/03/17/ggplot2-barplots/ . However, the data below produces a ggplot with the stacks sorted in alphabetical order from the bottom up. I'd like the stacks to be in the order "Europe", "Asia", "Americas, "Africa", "Oceania". Is there an easy way to