search for: gautier

Displaying 20 results from an estimated 199 matches for "gautier".

Did you mean: gauthier
1999 Jul 28
1
problem to install R-0.64.2 on mips-sgi-irix6.4
...-g -prototypes FORTRAN compiler: g77 -O2 Gnome support: no Then I tried unsuccessfully the make command, so I switched to the gmake command, which replied me the following lines. May be the problem is not really one for some people... but, well, I need help... Laurent Gautier ---------------------------------------------------------- > gmake gmake[1]: Entering directory `/home/gautier/RHome/R-0.64.2/afm' gmake[1]: Leaving directory `/home/gautier/RHome/R-0.64.2/afm' gmake[1]: Entering directory `/home/gautier/RHome/R-0.64.2/demos' gmake[1]: Leaving dir...
2001 Feb 28
1
Nbfw, Cross-subnet browsing
...o wondering if there was any way to use this as a mean to do cross-subnet browsing efficient. The paradox is that browsing works better between a maqueraded network and a class C net (with nbfw) than between two class C subnet (with simple router, no masquerading and no nbfw) Thanks -- Fabrice Gautier <gautier@email.enstfr>
2019 Nov 30
2
Inconsistent behavior for the C AP's R_ParseVector() ?
...> lst[[""]] <- 1 > names(lst) [1] "" > list("" = 1) Error: attempt to use zero-length variable name ``` Should the parser be made to accept as valid what is otherwise possible when using `[[<` ? Best, Laurent Le sam. 30 nov. 2019 ? 17:33, Laurent Gautier <lgautier at gmail.com> a ?crit : > I found the following code comment in `src/main/gram.c`: > > ``` > > /* Memory leak > > yyparse(), as generated by bison, allocates extra space for the parser > stack using malloc(). Unfortunately this means that there is a memory &...
2019 Dec 14
2
Inconsistent behavior for the C AP's R_ParseVector() ?
Le lun. 9 d?c. 2019 ? 09:57, Tomas Kalibera <tomas.kalibera at gmail.com> a ?crit : > On 12/9/19 2:54 PM, Laurent Gautier wrote: > > > > Le lun. 9 d?c. 2019 ? 05:43, Tomas Kalibera <tomas.kalibera at gmail.com> a > ?crit : > >> On 12/7/19 10:32 PM, Laurent Gautier wrote: >> >> Thanks for the quick response Tomas. >> >> The same error is indeed happening when trying...
2019 Dec 07
2
Inconsistent behavior for the C AP's R_ParseVector() ?
...hey are not the > same thing as zero-length variables in an environment. If you try to > convert "lst" from your example to an environment, you would get the > error (attempt to use zero-length variable name). > > Best > Tomas > > > On 11/30/19 11:55 PM, Laurent Gautier wrote: > > Hi again, > > > > Beside R_ParseVector()'s possible inconsistent behavior, R's handling of > > zero-length named elements does not seem consistent either: > > > > ``` > >> lst <- list() > >> lst[[""]] <- 1 >...
2019 Dec 14
1
Inconsistent behavior for the C AP's R_ParseVector() ?
...rent errors, your is just one of many that can occur - any R API > call that does allocation (and parsing obviously does) can cause errors. > Note that this is true for pretty much all R API functions. > > Cheers, > Simon > > > > > On Dec 14, 2019, at 11:25 AM, Laurent Gautier <lgautier at gmail.com> > wrote: > > > > Le lun. 9 d?c. 2019 ? 09:57, Tomas Kalibera <tomas.kalibera at gmail.com> a > > ?crit : > > > >> On 12/9/19 2:54 PM, Laurent Gautier wrote: > >> > >> > >> > >> Le lun. 9 d?c....
2011 Mar 28
2
mgcv gam predict problem
...s, x, ord, derivs, outer.ok = outer.ok) : the 'x' data must be in the range 3.14708 to 145.485 unless you set 'outer.ok = TRUE' > I've inserted the argument 'outer.ok=TRUE' as you can see, but it hasn't helped. How can I obtain this prediction? Thanks, Philip Gautier Dept. of Mathematics and Statistics American University, Washington, DC
2006 May 04
3
Speeding up 'getent passwd' with winbindd on AD
...and so at best it needs to be optional. Currently I have a patch which applies the filter only if 'winbind nss info = sfu' in in effect. I'm posting this here to get feedback: should I file an enhancement request in Bugzilla, refine the fix somehow first, or forget it altogether? Bob Gautier _____________________________________________________________ This email (including any attachments to it) is confidential, legally privileged, subject to copyright and is sent for the personal attention of the intended recipient only. If you have received this email in error, please advise us imm...
2006 May 05
5
How does Samba find a domain controller?
...ddress comparison, and I've seen some code posted in the last few days that suggests this is only 'under development' for Samba. Can someone spell out to me the way Samba looks up DCs and chooses amongst them? For extra points: is there a way we can influence the choice? Thanks, Bob Gautier _____________________________________________________________ This email (including any attachments to it) is confidential, legally privileged, subject to copyright and is sent for the personal attention of the intended recipient only. If you have received this email in error, please advise us imm...
2002 Sep 25
1
just some words...
...to great you hpa ! Thank for your great work ! -- You don't dream, it's a Real Virtuality ! Professional e-mail : herve.gautier at thales-is.com Personal e-mail : rv at sashipa.com
2006 Mar 10
4
many servers and mobile users - "always use the most fresh user profile" - ideas?
I have a situation like below: Samba servers in many cities; one "backup" server in the central location that fetches user profiles each night (changes really with rsync). Users work in many locations; sometimes one user can work in city A, and a day later he can work in city B. This means that they have problems with their profiles - user profile for city A will be different from
2006 Feb 05
4
Too many open files, Bug 3342
We submitted bug 3342 on Dec. 20th, Too many open files. It has not moved from the new state. So lets try here. We have Dell Quad Xeon server that we end up rebooting about every 2-3 weeks when the number of open samba files sky rockets. The system is a ClearCase server system. We have been monitoring this system for a few months now and are not able to pin down a cause to this issue. The system
2018 Oct 07
4
Warning when calling formals() for `[`.
...e other index operators, "[[", "[<-", "[[<-" are similar > > The docs are pretty clear that args() on a primitive should yield a closure, so at least the documentation seems to be wrong. > > -pd > > >> On 6 Oct 2018, at 19:26 , Laurent Gautier <lgautier at gmail.com> wrote: >> >> Hi, >> >> A short code example showing the warning might the only thing needed here: >> >> ``` >>> formals(args(`[`)) >> NULL >> >> *Warning message:In formals(fun) : argument is not a function...
2019 Dec 09
3
Inconsistent behavior for the C AP's R_ParseVector() ?
Le lun. 9 d?c. 2019 ? 05:43, Tomas Kalibera <tomas.kalibera at gmail.com> a ?crit : > On 12/7/19 10:32 PM, Laurent Gautier wrote: > > Thanks for the quick response Tomas. > > The same error is indeed happening when trying to have a zero-length > variable name in an environment. The surprising bit is then "why is this > happening during parsing" (that is why are variables assigned to an >...
2018 Oct 06
5
Warning when calling formals() for `[`.
Hi, A short code example showing the warning might the only thing needed here: ``` > formals(args(`[`)) NULL *Warning message:In formals(fun) : argument is not a function* > is.function(`[`) [1] TRUE > is.primitive(`[`) [1] TRUE ``` Now with an other primitive: ``` > formals(args(`sum`)) $... $na.rm [1] FALSE > is.function(`sum`) [1] TRUE > is.primitive(`sum`) [1] TRUE
2019 Dec 14
0
Inconsistent behavior for the C AP's R_ParseVector() ?
...sary in embedded R). There are many different errors, your is just one of many that can occur - any R API call that does allocation (and parsing obviously does) can cause errors. Note that this is true for pretty much all R API functions. Cheers, Simon > On Dec 14, 2019, at 11:25 AM, Laurent Gautier <lgautier at gmail.com> wrote: > > Le lun. 9 d?c. 2019 ? 09:57, Tomas Kalibera <tomas.kalibera at gmail.com> a > ?crit : > >> On 12/9/19 2:54 PM, Laurent Gautier wrote: >> >> >> >> Le lun. 9 d?c. 2019 ? 05:43, Tomas Kalibera <tomas.kalib...
2006 Jan 31
1
windbind, 'template homedir', and macros
I am currently using Mssfu, nss_ldap, and pam_ldap to enable my linux boxes to auth against MsA.D. and get all their user info from MsA.D. I recently discovered that winbind can accomplish the same without Mssfu, as long as I'm content to be limitted by the winbind config directives 'template shell' and 'template homedir'. I'd like to drop sfu if I can. The 'template
2019 Dec 09
0
Inconsistent behavior for the C AP's R_ParseVector() ?
On 12/9/19 2:54 PM, Laurent Gautier wrote: > > > Le?lun. 9 d?c. 2019 ??05:43, Tomas Kalibera <tomas.kalibera at gmail.com > <mailto:tomas.kalibera at gmail.com>> a ?crit?: > > On 12/7/19 10:32 PM, Laurent Gautier wrote: >> Thanks for the quick response Tomas. >> >> The same...
2001 Dec 31
2
Extracting/setting elements from/in a matrix/array
...I suspect somebody already did something (which would be in R, but I could not find it...). For the sake of avoiding duplication of similar things (hence making code more readable), I would be happy to replace it in my code. Does anybody knows if such things already exists ? Laurent Laurent Gautier CBS, Building 208, DTU PhD. Student D-2800 Lyngby,Denmark tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &quo...
2001 Jul 16
2
Trouble with the memory allocation
...on were set, but it does not seem to be the case > mem.limits() nsize vsize NA NA Any idea ? Where am I wrong ? Laurent PS: I am currently using R-1.3.0-patched, compiled on SGI IRIX 6.5 (I was using 1.2.3 and had the same kind of problems, that's why I upgraded) -- Laurent Gautier CBS, Building 208, DTU PhD. Student D-2800 Lyngby,Denmark tel: +45 45 25 24 85 http://www.cbs.dtu.dk/laurent -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010716/351...