search for: plessi

Displaying 20 results from an estimated 40 matches for "plessi".

Did you mean: plessis
2015 Nov 06
4
Problems with r-cran-rcurl in Trusty and Vivid. (Re: Install R on Ubuntu with libcurl support)
Hello everybody, by the way, speaking about the r-cran-rcurl package in Ubuntu, the versions in trusty and vivid are linked by error to the "NSS" flavour of libcurl3 instead of the "OpenSSL flavour", which cause at least problems when using the CRAN devtools package. A bit more details are available in the Debian bug tracking system (https://bugs.debian.org/786473). I am not
2004 Dec 30
1
Wine and NT Authentification core.
...> "secur32" = "native" I've seem some wine/samba messages on google dated 2002 but nothing newer. Btw the wine is the latest from debian/sid (20040914). So if anyone know a way... BOFH excuse #262: Our POP server was kidnapped by a weasel. -- Benoit Plessis <benoit@plessis.info>
2008 May 13
2
pch="." plots much faster
Dear list, I realised by chance when analysing a 1521862 ? 8 matrix that plotting was much faster when using "." as the argument of `pch'. I was just wondering if there were other ways to get this speed improvement: it is otherwise quite difficult to explore such big matrices, especially given that X11 redraws the plot whenever its window is covered/uncovered by another window, or
2005 Dec 14
4
unable to force the vector format
Dear all, I am so ashamed to pollute the list with a trivial question, but it is a long time I have not used R, and I need a result in the next one or two hour... I have a table which I have loaded with read.table, and I want to make the mean of its columns. > slides <- read.table("slides.txt") > slides [1:5,] V1 V2 V3 V4 V5 V6 V7 V8 1
2005 May 30
3
how to "singlify" entries
hi netters I have a rather simple question. I have a data frame with two variables X and Y, both of which are factors. X has 100 levels while Y has 10 levels only. The data frame has 100 rows in all, so for X the values are unique, and Y has many replicate values. Now I wanna reduce the data frame into 10 rows only, according to the 10 levels of Y. I don't care which value of X is in
2005 Jun 23
1
heatmap not symmetric ?
Dear list, I hope it is not a FAQ, but I searched the archives and Google, and found nothing. The question is simple : I do not understand why, starting from a symmetrical correlation matrix, heatmap produces an asymmetrical image. Best, Charles -- Charles Plessy, Ph.D. - Genome Science Laboratory The Institute for Physical and Chemical Research (RIKEN) 2-1 Hirosawa, Wako, Saitama 351-0198,
2017 Apr 27
2
R-3.4.0 and recommended packages
On 27 April 2017 at 23:41, Charles Plessy wrote: | Le Thu, Apr 27, 2017 at 07:24:18AM -0500, Dirk Eddelbuettel a ?crit : | > | > On 27 April 2017 at 13:58, Johannes Ranke wrote: | > | Am Donnerstag, 27. April 2017, 06:32:13 schrieb Dirk Eddelbuettel: | > | > On 27 April 2017 at 12:01, Johannes Ranke wrote: | > | | > | > This may be a use case for r-api-4. Or not as it
2008 May 18
3
Opening more than 1 R console in Windows
Hi all, I recently found out that R does not utilize fully the Duo Core capability when you only run one instance of R. I did some number crunching today and it seems that if I only open 1 R console, it uses 50% of my CPU (either 50-50 or 100-0 on 2 cores). Then, I open the second instance and divide the work into two parts, and run them parallelly, they seems to utilize 100% of my CPU. So, my
2005 Jun 03
2
POP3 download problem
...see mail in the accounts who do not seem to download. We are running an 80 - 90 user system. I have even tried IMAP on the clients with no success. There is nothing viable in the system log. I would appreciate it if you could help. Thank you Kind regards, Eddie Eddie du Plessis IT Administrator Now Media(PTY) Ltd 32 Fricker Road Illovo Boulevard Johannesburg Cell: 082 777 8110 Tel: 011 214 7302 Fax: 011 327 4094 www.nowmedia.co.za _________ "This e-mail, its attachments and any rights attaching hereto are, unless the contents clearly indicate otherwise, the...
2016 Sep 04
1
Please update GPG signature to long format.
Hi Michael and Dirk, there are raising concerns that, as of today's computing power, an attacker can generate a GPG key that has the same short ID as a target key. In this situation, it may be possible that a user downloads and trusts the attacker's GPG key, and as a consequence installs malware. For that reason (better explained in http://lwn.net/Articles/697417/), it is recommended to
2008 Aug 25
1
cbind in data.frame
hi, when I used cbind to combine columns, some contents of columns has been replaced by number. in the script below, column should be aaa,bbb,ccc but I was given 1,2,3. but when I change the column to vector, it gave me correct contents. can you please tell me why?   > d<-read.table("aaa.txt") > d    V1  V2 1 aaa 123 2 bbb 345 3 ccc 986 > cbind(d[,1],d[,2])      [,1] [,2]
2006 May 25
2
Roaming Profiles
Hi I am using Mandrake 9.2, Samba 2.4 version as a PDC. How do I enable the roaming profiles on the server via /etc/samba/smb.conf? Thx Morn? ##################################################################################### This e-mail message has been scanned for Viruses and Content and cleared by FinSource Infrastructure Services' MailMarshal
2003 Apr 07
2
Is it possible to have data stuctures like in C ?
I'am a very fresh R user and I'd like to know how I could create such structures. I saw R was objects-oriented but I can not find any doccumentation on about how to build my hown ojects. Thanks.
2017 Nov 19
2
Debian backport on Stretch?
Le Sat, Nov 18, 2017 at 03:26:53PM -0800, Bill Harris a ?crit : > Incidentally, you can see a bit more complete description at > https://unix.stackexchange.com/questions/402560/how-do-i-install-r-on-debian-stretch-given-the-r-api-3-issue > . Hi Bill and everybody, if one installs R >= 3.4.2 from any source, then some Debian packages will be broken. The change of r-api virtual
2005 Jun 01
2
Different versions, different results ?
Dear all, I wrote the following batch script on a iMac, and ran it on a linux mosix cluster. tu <- read.table("cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshape.table") tu_reshaped <- t(reshape(tu[1:50,], direction="wide", timevar="tu", idvar=c("rna","lib"))) write.table(tu_reshaped, "cage.mm5.tags.rna_lib.CAA-CAJ.tu-reshaped.table")
2009 Jul 27
3
Dovecot 1.2.2
Hi, I've just tried upgrading from 1.1.8 to 1.2.2. As soon as the new version was started up the number of imap/pop3 processes began to climb to 800+, where I normally have about 300 or so connections at any given time. The load on the server also climbed to 150+. I've reverted back to 1.1.18, which is running just fine, but is there anything I can do to help trace what was causing the
2012 May 29
0
Bug#672104: ITP: pv-grub-menu.lst
On Thu, 2012-05-24 at 09:08 +0900, Charles Plessy wrote: > Le Fri, May 11, 2012 at 04:17:39PM +0100, Ian Campbell a ?crit : > > > > Can I just check I understand the motivation for this script properly. > > > > There are two ways of setting up the disk for a VM. > > > > The first is the "whole disk" scheme. In this configuration the VM > >
2017 Apr 27
3
R-3.4.0 and recommended packages
On 27 April 2017 at 13:58, Johannes Ranke wrote: | Am Donnerstag, 27. April 2017, 06:32:13 schrieb Dirk Eddelbuettel: | > On 27 April 2017 at 12:01, Johannes Ranke wrote: | > | > so it seems to me this must affect all packages in Debian sid that were | > | > built before the release of R 3.4.0! | > | | > | or rather before 14 April 2017, which is when R from revision r72510
2006 Nov 28
2
Aligning aerial photographs and maps
I have read in Paul Murrell's book R Graphics about how to use a bitmap as background for a plot (page 107). Also, I routinely use function read.shape() in package maptools to read maps in shapefile format. Now, I would like to overlay an aerial photograph in .jpg format and a map. I think I could do the alignment manually for each case, but wonder if there is a better, automated way. I notice
2008 May 10
3
question about subseting a dataframe
Hi! I am using R version 2.7.0 and am working on a panel dataset read into R as a dataframe; I call it "ex". The variables in "ex" are: id year x id: a character string which identifies the unit year: identifies the time period x: the variable of interest (which might contain NAs). Here is an example: > id <- rep(c("A","B","C"),2) >