search for: renee

Displaying 20 results from an estimated 414 matches for "renee".

Did you mean: renew
2013 Oct 29
0
Unable to display a network on GeForce Go 7400 under Fedora
Hello all, I'm new in this forum. I would like to have your help as I am facing the following problem: I've installed the last Gephi release (Gephi 0.8.2-beta) for linux, which is an interactive visualization and exploration platform for all kinds of networks and complex systems, dynamic and hierarchical graphs (http://http://gephi.org/). The Gephi documentation specifies that
2009 Mar 16
0
[LLVMdev] llvm-2.5 and trunk:HEAD fail to build on PPC64/Linux
Hi all, I'm currently reviewing if LLVM would be useful for a use case on our side, and run into a build problem on PPC64/Linux (x86, x86_64, and ppc build ok): the 2.5 release and trunk fail the same way, just the line number is differs by one, 2.5: llvm[2]: ======= Finished Linking Release Executable tblgen (without symbols) make[2]: Leaving directory
2002 Jul 09
3
portable snprintf implementation
This may be of interest: http://www.ijs.si/software/snprintf/ It looks like this version may well be more complete and conform the standards than the version that comes with R. BTW: I am currently patching unix/sys_std.c and modules/gtkconsole.c such that they don't store lines in the history that are identical to the previous line. Is there any interest in posting those patches here? RenE
2007 Feb 04
3
Reference to dataframe and contents
This is probably easy for experienced users but I could not find a solution. I have several R scripts that process several columns of a dataframe (several dataframes and columns actually, but simplified for my question). References such as: myDF$myCol are all over. I like to automate this for other dataframes and columns by defining a reference only once in the beginning of the script. One
2007 Feb 21
3
Different gridlines per panel in xyplot
In the example R script below, horizontal gray gridlines are drawn at y coordinates where the points are drawn with the code: panel.abline(h=y, v=xScale, col.line="gray") How do I change this so that the horizontal gray gridlines are drawn at y coordinates where the y labels are drawn? The challenge is that each panel has different y-ranges (in my real example the y-ranges and
2009 Oct 19
3
loop and plot
Dear all, I am stuck at applying loop function for creating separated plots. I have coding like below: dataset.table <- table(data.frame(var1=c(1,2,3,1,2,3,1),colour=c("a","b","c","c","a","b","b") )) kk = function(f) { ls=as.character(f) pie(dataset.table[ls,],main=ls)
2005 Jan 17
2
bwplot: how not to draw outliers
RenE J.V. Bertin wrote: > Hello, and (somewhat belated) best wishes for 2005. > > Can one order not to draw outliers in bwplot, or at least exclude them from the vertical axis scaling? If so, how (or what doc do I need to consult)? > The options that have this effect in boxplot() do not appear to have any effect with bwplot (although outline=FALSE in boxplot does *not* change the
2013 Jul 13
0
★ Libvirt Users, Rene Bon Ciric te ha dejado un mensaje
Rene Bon Ciric te ha dejado un mensaje Este mensaje es personal. Sólo tú y su remitente tenéis acceso a él y te recordamos que lo puedes eliminar en cualquier momento. Si quieres responder puedes hacerlo desde el chat. Para leer tu mensaje, haz clic en el siguiente enlace: http://us1.badoo.com/renich/in/l-47pIIAagA/?lang_id=7&g=57&m=21&mid=51e14031000000000007000001f1ad310252eb3f00e9
2005 Dec 17
12
new rails-based cms is born.
hallo, i would heavily like to get some feedback on our rails-based cms: rcms.oopen.de so, if some could find the time an try it i''d be pleased.. greetings rene
2005 May 03
3
(no subject)
Does anybory knows any work comparing R with other (charged) statistical softwares (like Minitab, SPSS, SAS)? I work in a brasilian government bureau and I intend to use R as our preferable statistical software, but I have to show it's as good as the others. I also intend to use Weka, and for this one I have the same problem. Can anyone help me? Thanks René M. Raupp e-mail: rener@mpdft.gov.br
2010 Apr 15
1
[LLVMdev] [cfe-dev] Living on Clang
Hi, On Apr 14, 2010, at 10:51 PM, Douglas Gregor wrote: > Hello fellow LLVMers and Clangstas, > > We want to make Clang great, and we need your help! > > Helping is easy: just build Clang on your platform and start using it as your main compiler for LLVM and Clang development. Much of the Clang team has been living on Clang for at least several weeks already, and we've
2004 Aug 17
3
asterisk-wide variables
Dear all, I have an Asterisk box serving as gateway to a set of POTS phones that all share the same telephone number, and I register this box as gateway to a H.323 gatekeeper with the telephone number as the gateway prefix. I am wondering if there is a way to have Asterisk-wide (perhaps to be called 'universal') variables that can be used in all config files. As far as I know, now e.g.
2004 Nov 18
4
Re: changing (core) function argument defaults?
&gt;From: Patrick Connolly &lt;p.connolly@hortresearch.co.nz&gt; &gt;To: &quot;RenE J.V. Bertin&quot; &lt;rjvbertin@hotmail.com&gt; &gt;Subject: Re: [R] changing (core) function argument defaults? &gt;Date: Thu, 18 Nov 2004 11:43:10 +1300 &gt; &gt;On Wed, 20-Oct-2004 at 07:48PM +0200, RenE J.V. Bertin wrote: &gt; &gt;|&gt; Hello,
2004 Nov 18
4
Re: changing (core) function argument defaults?
&gt;From: Patrick Connolly &lt;p.connolly@hortresearch.co.nz&gt; &gt;To: &quot;RenE J.V. Bertin&quot; &lt;rjvbertin@hotmail.com&gt; &gt;Subject: Re: [R] changing (core) function argument defaults? &gt;Date: Thu, 18 Nov 2004 11:43:10 +1300 &gt; &gt;On Wed, 20-Oct-2004 at 07:48PM +0200, RenE J.V. Bertin wrote: &gt; &gt;|&gt; Hello,
2010 Apr 15
0
[LLVMdev] [cfe-dev] Living on Clang
I can't switch to clang on my project until it can handle boost headers. On Thu, Apr 15, 2010 at 2:17 AM, Rene Rebe <rene at exactcode.de> wrote: > Hi, > > On Apr 14, 2010, at 10:51 PM, Douglas Gregor wrote: > >> Hello fellow LLVMers and Clangstas, >> >> We want to make Clang great, and we need your help! >> >> Helping is easy: just build Clang
2004 Sep 17
1
controlling printing precision in paste()
Rene, Look at ?format. Sean On Sep 17, 2004, at 9:21 AM, RenE J.V. Bertin wrote: > Hello, > > I can't seem to find the way to modify the precision with which > paste() prints its floating point numbers, more precisely the number > of decimal digits printed. This is apparently not controlled by > options( digits= ), and there is no appropriate argument to paste() >
2014 Jan 15
3
Missing option in samba-tool user add
Hello, I am trying to create a user with the samba-tool. With this user i a want to login in a windows system and linux shell. I can set everthing i need with samba-tool user add except unixHomeDirectory path. Is there an easy why to do this? Rene.
2007 Feb 15
2
floppy problems after DOS booting with dos.bss and syslinux 3.xx
Hello, I'm Rene living in Germany. I have a problem when I use syslinux versions greater than 3.xx for booting DOS (over dos.bss) and DSL-linux from a hard disk. (I've tried version 3.11 and the newest 3.36). The problem occurred after booting DOS - I can not access to the ordinary 3.5'-floppy drive (e.g. the command "dir a:" fails after a while). DOS not even notices
2006 Jan 28
2
RoadRunner
I use SIP over VPN with RR from TWC no problem, connect via WiFi. According to http://www.speakeasy.net/speedtest/ I am getting 3.5Mbps down and 353Kbps up at this time (6:15pm Saturday). My laptop currently has an X-Lite (free version) softphone with GN Netcom USB professional contact center headsets (GN8110 USB XP adapter). We have found that the headset makes a major difference in the quality
2017 Oct 23
0
R base packages
?library Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Oct 23, 2017 at 11:36 AM, Rene J Suarez-Soto < rene.j.suarez at gmail.com> wrote: > I installed R 3.4.2 (Windows) and noticed that 30 folders are under my