search for: tremblay

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

2006 May 30
0
Winbind on Slackware - no auth but all the rest OK
...: # /usr/local/samba/sbin/winbindd -F -i -n -d 9 -S I can query any information from the ADS, wbinfo -u -g -A ... getent passwd, getent group, etc... all works A+OK. Then, in another terminal, as a UNIX local user on the same system I want to "su" to an AD user so I type: $ su - alexis.tremblay where "alexis.tremblay" is my AD user on my PDC, Winbind works, queries via ldap, gets all required info: [...] 0078 status : NT_STATUS_OK child daemon request 48 [ 3879]: lookupsid S-1-5-21-688190787-2786516605-92148756-1107 ads: query_user Current tickets expire at 1149006892, ti...
2007 Dec 30
1
Text over the plot and the margins
...ext" method is used to write inside the plot area while the "mtext" is used to write in the margins, i.e. outsite the plot. Is there a way to start writing in the plot area and to indicate that if the strings goes outside the area, it can continue to write there? Thanks, Miguel Tremblay http://ptaff.ca/miguel/
2016 Apr 22
1
installation problem on Ubuntu
LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH source ~/.bash_profile I still get the same error. On Thu, Apr 21, 2016 at 7:45 PM, David Winsemius <dwinsemius at comcast.net> wrote: > > > On Apr 21, 2016, at 1:23 PM, Paul Tremblay <paulhtremblay at gmail.com> > wrote: > > > > I was able to install the curl library with no problems. However, when I > > tried to install ggplot (install.packages("ggplot2")), I got the same > > message as earlier, that R can't load internet.so. >...
2006 Sep 07
2
Kernel ELsmp vs EL
Hi all, I'm not very used to CentOS and Linux generally speaking, though I read a lot and 'man' quickly became a very good friend of mine, right after Google, so sorry if that's a ridiculous one! (at least it'll give you a good laugh!) I updated the kernel to 2.6.9-42.0.2 recently and that raised a question... Simple... Yet silly...! What exactly is the difference between
2016 Apr 21
2
installation problem on Ubuntu
...kages("ggplot2")), I got the same message as earlier, that R can't load internet.so. Thanks for your help! On Wed, Apr 20, 2016 at 1:24 PM, Tom Wright <tom at maladmin.com> wrote: > apt-get install curl libcurl4-openssl-dev > > On Wed, 2016-04-20 at 09:36 -0700, Paul Tremblay wrote: > > I needed to update R so I could install ggplot. I am running Ubuntu > 12.04. > > I cannot upgrade Ubuntu because I am using a work computer. > > > > I tried upgrading the normal way: > > > > sudo apt-get update > > sudo apt-get install r-base...
2016 Apr 22
0
installation problem on Ubuntu
> On Apr 21, 2016, at 1:23 PM, Paul Tremblay <paulhtremblay at gmail.com> wrote: > > I was able to install the curl library with no problems. However, when I > tried to install ggplot (install.packages("ggplot2")), I got the same > message as earlier, that R can't load internet.so. Is the libcurl directory in...
2003 Feb 01
3
Read.table problem
...", "gas", "weight", "reliab", "origin", "type") cardat <- read.table("PowerMac 7300:Logiciels de Statistiques:rm162:car02.txt", col.names=varnames, as.is=c(F,T,F,F,F,F,F,F,F,F)) Can you advice me ? Thanks in advance, Pascale Tremblay
2016 Apr 21
0
installation problem on Ubuntu
Hi Paul, Please keep the list copied so that others might chime in with suggestions. I'm afraid "no success" is too vague to be useful. What did you do, and what errors did you encounter? Best, Ista On Thu, Apr 21, 2016 at 1:48 PM, Paul Tremblay <paulhtremblay at gmail.com> wrote: > Yes, I tried those instructions as well with no success. > > On Wed, Apr 20, 2016 at 12:45 PM, Ista Zahn <istazahn at gmail.com> wrote: >> >> Hi Paul, >> >> Did you read the installation instructions for Ubuntu at &g...
2016 Apr 16
2
faster way to use filter this
I have the following (simplified) vectors: index <- c("shoe" "shirt" "fruit") cost <- c(100, 50, 2) data <- c("shirt", "shoe", "vegetable") I want my outcome to be: (50, 100, 0) (shirt => 50, shoe => 100, vegetable => not found, so 0) I have written the following function: for (i in custom_list) { + this_cost
2006 Sep 14
7
backup server..
Hi, I've been playing with CentOS quite a bit lately (and I must say it's growing on me!! :) and I was now able to convince my boss that we could get a box and gradually start migrating our hosting from win2k3 to centos. So anyway, I've got a new box at the colo ready up and running - P4 3Ghz w/HT 2Ghz RAM 2x70Gb HDD, running Centos4.4 fully up-to-date. Now my two questions are;
2011 May 19
2
recursive function
Hi, I created a function for obtaining the normal cumulative distribution (I know all this already exists in R, I just wanted to verify my understanding of it). below is the code I came up with. cdf<-function(x) { erf<-function(x) { # approximation to the error function (erf) of the # normal cumulative distribution function # from Winitzki
2019 Jul 14
3
Potential bug with data.frame replacement
Dear R-devel, I have encountered a crash-inducing scenario and would like to enquire as to whether this would be considered a bug. To reproduce the crash: X <- sample(letters, 3000, TRUE) D <- data.frame(X, 1:3000, X, X, X, X, X) D$X1.3000 <- paste0("GSM", D) The reason why I'm not sure if this would be considered a bug is because I typed this by accident, when what I
2019 Jul 15
0
Potential bug with data.frame replacement
...| __truncated__ ... - attr(*, "class")= chr [1:3] "simpleError" "error" "condition" > nchar(deparse(e$call)) [1] 11068 11036 11023 11023 11023 11021 2 Bill Dunlap TIBCO Software wdunlap tibco.com On Mon, Jul 15, 2019 at 3:25 AM Benjamin Jean-Marie Tremblay < b2tremblay at uwaterloo.ca> wrote: > > Dear R-devel, > > I have encountered a crash-inducing scenario and would like to enquire as to > whether this would be considered a bug. To reproduce the crash: > > X <- sample(letters, 3000, TRUE) > D <- data.frame(X, 1:3...
2005 Apr 19
2
rsync over ftp
Hello, I would like to use rsync client over ftp. I know how to use it with ssh but it just can't work with ftp or ncftp. The purpose of usign it with ftp is simple: most webhosting soft. like cpanel or plesk don't monitor ssh bandwidth usage. You need to monitore it in order to suspend an over-quota account. I tried the following: rsync -avze '/usr/bin/ftp -nv' /tmp/testdir
2016 Apr 20
1
installation problem on Ubuntu
I needed to update R so I could install ggplot. I am running Ubuntu 12.04. I cannot upgrade Ubuntu because I am using a work computer. I tried upgrading the normal way: sudo apt-get update sudo apt-get install r-base r-base-dev But this only installed an earlier version. Finally I tried installing from source (./configure, Make install). This worked. However, when I try to install packages, I
2004 Aug 06
1
Speex ACM Format Tag
Keith, Try emailing mmreg@microsoft.com to register a wave format tag. If that doesn’t work please let me know and we'll find the direct contact there. Regards, Marc -----Original Message----- Wrom: YLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTF Behalf Of Keith Looney Sent: Friday, May 16, 2003 10:58 AM To: speex-dev@xiph.org Subject: [speex-dev] Speex ACM Format Tag
2019 Dec 12
4
R 3.6.2 is released
...pply(diag(3), 2:3, mean) now gives a helpful error message. * dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier. * Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay. * options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists. * as.numeric(<call>) now gives correct error message....
2019 Dec 12
4
R 3.6.2 is released
...pply(diag(3), 2:3, mean) now gives a helpful error message. * dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier. * Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay. * options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists. * as.numeric(<call>) now gives correct error message....
2019 Dec 12
4
R 3.6.2 is released
...pply(diag(3), 2:3, mean) now gives a helpful error message. * dgamma(x, shape, log=TRUE) now longer overflows to Inf for shape < 1 and very small x, fixing PR#17577, reported by Jonathan Rougier. * Buffer overflow in building error messages fixed. Reported by Benjamin Tremblay. * options(str = .) is correctly initialized at package utils load time, now. A consequence is that str() in scripts now is more consistent to interactive use, e.g., when displaying function(**) argument lists. * as.numeric(<call>) now gives correct error message....
2006 Dec 25
0
No fonts in graphics using GDD
...elp pages for package 'GDD' Formats: text html latex example GDD text html latex example GDDfont text html latex example ** building package indices ... * DONE (GDD) Anyone can help me with this? Miguel Tremblay http://ptaff.ca/miguel/