search for: gaston

Displaying 20 results from an estimated 74 matches for "gaston".

Did you mean: aston
2007 Jun 07
6
Problem with response.should render_template
Hello, I have problems with this spec controllers: http://pastie.caboo.se/68634 when I run: rake spec:controllers I get this error: ...............F...... 1) ''DocTypeController should update and redirect to show'' FAILED expected redirect to {:action=>"show", :id=>1}, got redirect to
2007 Jun 05
6
Help with spec controller
Hello, I haven''t been able to create a controller spec. You can see the code here: http://pastie.caboo.se/67980 The error message I''m getting is: Spec::Mocks::MockExpectationError in ''PersonController should tell the Person model to create a new person on POST to create'' Mock ''person'' received unexpected message :save with (no args)
2004 Feb 15
0
Nmbd errors & not starting since upgrade to 3.0.2a?
...odically restart the smb service every 4 hrs. or so.The pinging of all clients by IP address was fine. Any help would be greatly appreciated! P.S: I have attached a copy of my nmbd.log in text format for troubleshooting purposes. I hope I have given enough info to resolve this problem. Regards, Gaston(New to list) -------------- next part -------------- #6 nmbd(strnequal+0x40) [0x80bb420] #7 nmbd(initiate_myworkgroup_startup+0x29) [0x8077e79] #8 nmbd(register_my_workgroup_one_subnet+0x116) [0x8068106] #9 nmbd(register_my_workgroup_and_names+0x1e) [0x806826e] #10 nmbd(main+0x3ef) [...
2008 Dec 19
4
Akaike weight in R
Odette > Wondering how can I generate "Akaike weight" with R? I know the description, > but is there any function to generate by R on the web-site or R library? > I am using GLM or GLMM (family=binomial), so would be appreciated if you > help me. You could have a look at this. http://bm2.genes.nig.ac.jp/RGM2/R_current/library/aod/man/summary.aic.html Which is in the OAD
2007 Aug 06
5
Problems with array mock
...;;'' def photos[1](*args, &block) does anyone have a good solution for this? the complete code of the helper: http://pastie.caboo.se/85287 the complete code of the spec helper: http://pastie.caboo.se/85289 See you. -- Gast?n Ramos GNU/Linux Counter user #450312 http://gastonramos.wordpress.com/ No a la Matricula Obligatoria http://noalamatricula.wordpress.com/about/
2006 Mar 29
2
aggregate function....
...not the appropriate function for that I want to do. Is there any other function I could use instead? Best whishes, St?phane. -- ========================================================== Stephane CRUVEILLER Ph. D. Genoscope - Centre National de Sequencage Atelier de Genomique Comparative 2, Rue Gaston Cremieux CP 5706 91057 Evry Cedex - France Phone: +33 (0)1 60 87 84 58 Fax: +33 (0)1 60 87 25 14 EMails: scruveil at genoscope.cns.fr ,scruvell at infobiogen.fr
2020 Mar 23
2
PLSPM_Gastón Sanchez
Saludos a todos. Tengo que aplicar: Two-Step Approach (patch approach) Hybrid Approach (give away approach) De acuerdo al libro de Gaston Sanchez "PLS Path Modeling with R". ¿Alguien puede apoyarme? -- *César O. Velázquez Vega**.* [[alternative HTML version deleted]]
2011 Sep 18
2
R-Help
...and I was wondering if at this moment there is one. I have the same problem as W. Durka. I´m trying to classify and to cross-validate samples of three tunicates species based on morphometric data and to identify the variables that best discriminate between species. Thanks for help. Kind regards! Gaston Alurralde -- *[ GASTÓN ]* * * [[alternative HTML version deleted]]
2009 Jan 23
1
Package installation failed
Hi Uwe and all, Error message was: error in normalizePath(path) : path[1]: no such file to load Many thanks, Odette On Fri, Jan 23, 2009 at 1:22 AM, Uwe Ligges <ligges@statistik.tu-dortmund.de > wrote: > > > Odette Gaston wrote: > >> Hi folks, >> >> I am currently having the problem with using R 2.8.1 that I cannot install >> some of packages from CRAN or local drive and somebody may be able to help >> me. >> ex) faraway package and lme4 package. I have downloaded them in my ha...
2007 Aug 21
1
Extremely slow file serving
...gzilla.samba.org/show_bug.cgi?id=4889 I've experienced a few strange things I can't explain. Does the copy go faster when you access an other (random) file on your share? are you able to do make a copy from a share with the client in a vmware session on the same samba server? Regards, Gaston Op 21-aug-2007, om 6:29 heeft Shane het volgende geschreven: > On Mon, Aug 20, 2007 at 11:33:36PM -0400, Gary Dale wrote: >> Try setting loglevel to something like 10 (restart Samba) and run >> your >> tests again. Perhaps you can find something in the logs to explain &g...
2007 May 07
3
newhidups/APC: load always 0?
...desc = "Desk UPS" I have not tried Windows with PowerChute yet to see if it is reported corretly there; other values in the UPS data seem to be correct and valid. Any clues? bug in NUT? bug in UPS? Thanks, -- Tom Laermans System Administrator Luciad NV - http://www.luciad.com Gaston Geenslaan 9, 3001 Leuven, Belgium
2003 Aug 06
2
(no subject)
...ame){ Name<-as.character(data[,1]) indexZZ<-grep("ZZ",Name,value=FALSE) data<-data[!indexZZ,] #doesn't work, give an empty dataframe print(slide) } Thanks :| Nolwenn Le Meur ******************************************** Nolwenn Le Meur INSERM U533 Facult? de m?decine 1, rue Gaston Veil 44035 Nantes Cedex 1 France Tel: (+33)-2-40-41-29-86 (office) (+33)-2-40-41-28-44 (secretary) Fax: (+33)-2-40-41-29-50 mail: nolwenn.lemeur at nantes.inserm.fr
2009 Jul 09
3
Add instantly active local user accounts *with* password using useradd -p option ?
...y problem I have so far: I have to activate them all manually by doing passwd user1, passwd user2, passwd user3, etcetera. The useradd man page mentions a -p option to define a password, but I can't seem to get this to work. Here's what I'd like to be able to do: # useradd -c "Gaston Lagaffe" -p abc123 -m glagaffe And put that line in a script, so the account is *instantly* activated. I tried it, but to no avail. Looks like there's some burning loop I have to jump through first :o) No security considerations here for the moment, since it's for testing. Any ide...
2007 May 29
5
Trouble defining a stub method for a controller
Hello, Not sure if I am doing something really wrong (let''s not say stupid for now), but I haven''t been able to stub a controller method like: controller.stub!(:logged_in?).and_return(true) Please help, this is driving me nuts ;-) -- An?bal Rojas http://www.rubycorner.com http://www.hasmanydevelopers.com
2009 Jun 14
2
Permissions of new files on samba with other read on.
...le produzione 0 2009-06-11 19:01 pippo >-rw-r--r-- 1 daniele produzione 0 2009-06-11 19:01 pluto >-rw-rw-rw- 1 1047 acquisti 51476 2009-03-27 17:10 programma >produzione.pdf >daniele@daniele-desktop:/media/produzione$ > >daniele@daniele-desktop:/media/produzione$ vi gastone >daniele@daniele-desktop:/media/produzione$ ls -l gastone >-rw-rw-r-- 1 daniele produzione 3 2009-06-11 19:02 gastone >daniele@daniele-desktop:/media/produzione$ > >daniele@daniele-desktop:/media/ced$ ls -l topolino minnie >-rw-rw-r-- 1 daniele ced 4 2009-06-11 19:02 minnie &g...
2017 Jun 11
3
plspm package error in data frame
Hello, I am new to R and hope I will not seem ignorant in this post. I am currently using the plspm package by Gaston Sanchez accompanied by his text book. I have attempted to create a square matrix, which has seemed successful. I used the following code: > "Attitude" = c(1, 0, 0, 0, 0, 0, 0, 0) > "Normative Beliefs" = c(1, 0, 0, 0, 0, 0, 0, 0) > "Subjective Norm" = c(0, 0...
2007 Jul 03
1
possible bug in ggplot2 v0.5.2???
...i586: same result. Did anyone encountered this problem? Did I miss something? My R version is 2.4.1. Thanks, St?phane. -- ========================================================== Stephane CRUVEILLER Ph. D. Genoscope - Centre National de Sequencage Atelier de Genomique Comparative 2, Rue Gaston Cremieux CP 5706 91057 Evry Cedex - France Phone: +33 (0)1 60 87 84 58 Fax: +33 (0)1 60 87 25 14 EMails: scruveil at genoscope.cns.fr ,scruvell at infobiogen.fr ===========================================================
2010 Sep 10
1
Maximum log likelihood estimates of the parameters of a nonlinear model.
Dear all, Is it possible to generate AIC or something equivalent for nonlinear model estimated based on maximum log likelihood l in R? I used nls based on least squares to estimate, and therefore I cannot assess the quality of models with AIC. nlme seems good for only mixed models and mine is not mixed models. res <- nls(y ~ d*(x)^3+a*(x)^2+b*x+c, start=list(a=2, b=1,c=1,d=1), data=d) If
2008 Dec 25
0
Class and object problem
Odette Gaston <odette.gaston <at> gmail.com> writes: > > Dear all, > > I have a problem with accessing class attributes. > I was unable to solve this > yet, but someone may know how to solve it. My best guess at your immediate problem (doing things by hand) is that you're n...
2016 Apr 20
1
Merge sort
...the elements. So to sum up, function calls are expensive, therefore recursion should be avoided, and growing the size of a vector (which is probably reassigning and copying?) is also expensive. Thank you for your help! On 04/19/2016 11:51 PM, Duncan Murdoch wrote: > On 19/04/2016 3:39 PM, Gaston wrote: >> Hello everyone, >> >> I am learning R since recently, and as a small exercise I wanted to >> write a recursive mergesort. I was extremely surprised to discover that >> my sorting, although operational, is deeply inefficient in time. Here is >> my code :...