search for: chicos

Displaying 20 results from an estimated 52 matches for "chicos".

2001 Apr 13
0
Problem with tar file links
Hello. I am trying to copy an entire directory structure from a Unix box to an NT share using a command like this: tar -c -h -O /usr/local/sh | smbclient //ntstldls01/rs8724$ -Tx - -D chico -U myuser%mypasswd The problem is it chokes when it hits a file with 2 links (hard links - not sym links). I am using "-h" with tar to try to force it to copy the file rather than the link, but
2019 Aug 15
2
Feature request: non-dropping regmatches/strextract
I do think keeping the default behavior is desirable for backwards compatibility; my suggestion is not to change default behavior but to add an optional argument that allows a different behavior. Although this can be implemented in a user-defined function, retaining empty matches facilitates programmatic use, and seems to be something that should be available in base R. It is available, for
2019 Aug 15
1
Feature request: non-dropping regmatches/strextract
Using a non-capturing group, "(?:...)" instead of "(...)", simplifies my example a bit > x <- c("Groucho <groucho at marx.com>", "<chico at marx.com>", "Harpo") > strcapture("([[:alpha:]]+)?(?: *<([[:alpha:]. ]+@[[:alpha:]. ]+)>)?", x, proto=data.frame(Name=character(), Address=character(),
2016 Sep 07
3
tips para curso introductorio de R
Gracias chicos por sus opiniones y recomendaciones. Como dice Javier Rubén, justo lo que quiero es que los chicos aprendan bien los fundamentos de un lenguaje de programación orientado a objetos para que no solo copien el script de una librería, corran y ya. Quisiera que comprendieran los beneficios de R en térm...
2019 Aug 15
0
Feature request: non-dropping regmatches/strextract
I don't care much for regmatches and haven't tried strextract, but I think replacing the character(0) by NA_character_ is almost always inappropriate if the match information comes from gregexpr. I think strcapture() does a pretty good job of what I think you are trying to do. Perhaps adding an argument to map no match to NA instead of "" would give you just what you wanted.
2019 Feb 16
4
Duda error sintaxis
Buenas tardes chicos, estoy intentando hacer un gráfico que resuma para cada dia de la semana la información de algunos distritos específicos de los que contiene mi variable, ejecuto esta sintaxis pero me da un error Error: Mapping should be created with `aes() or `aes_()`. Alguien me puede orientar sobre que estoy h...
2017 Oct 06
2
Importando mal los datos
Buenas chicos, Estoy intentando importar el csv que adjunto y que tiene la siguietne forma: "a";"b" 11092740;0 8978056137;0 Usando la funcion fread. Necesito usar la función fread por velocidad (lo que envio es un ejemplo simplificado pero que replica el error). El problema es que al impo...
2016 Oct 24
2
Quitar datos atípicos de una recta
...datos y se produce un outlier. Os pongo un ejemplo: x<-rnorm(15,12,2) y<-jitter(x,200) y[7]<-20 plot(x,y) En este ejemplo se ve muy claro que el outlier y quitarlo seria facil, pero... ¿como hacerlo de manera automatica? es que hay mil curvas com oesta y puede ser una locura. Gracias chicos Jesús [[alternative HTML version deleted]]
2016 Dec 20
3
Creación grupo País Vasco
Buenas chicos, Siguiendo con los temas "off-topic" he visto que en país vasco no hay grupo R, por lo que me gustaría poder fomentar la creación de uno. Por ello escribo esto, para ver si hay alguien más de la zona uqe estaría interesado, y también pedir consejos al resto de grupos, para ver como se...
2017 Oct 06
2
Importando mal los datos
...al los datos Instala el paquete "bit64".... Saludos, Carlos Ortega www.qualityexcellence.es<http://www.qualityexcellence.es> El 6 de octubre de 2017, 14:43, Jesús Para Fernández <j.para.fernandez en hotmail.com<mailto:j.para.fernandez en hotmail.com>> escribió: Buenas chicos, Estoy intentando importar el csv que adjunto y que tiene la siguietne forma: "a";"b" 11092740;0 8978056137;0 Usando la funcion fread. Necesito usar la función fread por velocidad (lo que envio es un ejemplo simplificado pero que replica el error). El problema es que al impo...
2016 Oct 24
2
Quitar datos atípicos de una recta
...datos y se produce un outlier. Os pongo un ejemplo: x<-rnorm(15,12,2) y<-jitter(x,200) y[7]<-20 plot(x,y) En este ejemplo se ve muy claro que el outlier y quitarlo seria facil, pero... ?como hacerlo de manera automatica? es que hay mil curvas com oesta y puede ser una locura. Gracias chicos Jes?s [[alternative HTML version deleted]] [[alternative HTML version deleted]]
2012 Mar 15
6
Erro na página
Nunca tive contato antes com Ruby on Rails. Temos um servidor aqui no serviço que foi configurado para receber aplicações Ruby. Na máquina local, o site estava funcionando perfeitamente. Agora existe este erro: http://planarias.each.usp.br/. Alguém já teve alguma experiência com esse tipo de erro e poderia me ajudar? -- You received this message because you are subscribed to the Google Groups
2005 Oct 12
3
Wherefore whitebox?
Well, I'm a recent convert from WBEL. My biggest concern with CentOS is that the community here seems to want to be more than a recompile of RHEL. But WBEL is floundering, what with Katrina and Rita, and there really being only 1 developer behind it, etc. I offer an automated shell script to switch from WBEL4 to CentOS4 (easy, it's hosted on my home DSL line!) It assumes that
2017 Oct 06
3
Importando mal los datos
...al los datos Instala el paquete "bit64".... Saludos, Carlos Ortega www.qualityexcellence.es<http://www.qualityexcellence.es> El 6 de octubre de 2017, 14:43, Jesús Para Fernández <j.para.fernandez en hotmail.com<mailto:j.para.fernandez en hotmail.com>> escribió: Buenas chicos, Estoy intentando importar el csv que adjunto y que tiene la siguietne forma: "a";"b" 11092740;0 8978056137;0 Usando la funcion fread. Necesito usar la función fread por velocidad (lo que envio es un ejemplo simplificado pero que replica el error). El problema es que al impo...
2015 Sep 15
4
Fwd: problema en while y en extraer valores de un vector
Hola chicos, muchas gracias, funcionan vuestros códigos, pero no entiendo porqué el mío no funciona, y me gustaría aprender R bien. Quiero sacar números de 5 en 5, desplazándome una posición cada vez para la derecha: a <- c(8,10,4,1,7,2,4,6,3,8) b <- rep(0,5) i=1 while (i<=6) { b <- a[...
2018 Dec 05
2
// RESEND // 7.6: Software RAID1 fails the only meaningful test
(Resend: message didn't show, was my original message too big? Posted one of the output files to a website to see) The point of RAID1 is to allow for continued uptime in a failure scenario. When I assemble servers with RAID1, I set up two HDDs to mirror each other, and test by booting from each drive individually to verify that it works. For the OS partitions, I use simple partitions and
1997 Jul 31
0
Passwords fail from Win95 but not from DOS (Samba 1.9.16p11/NetBSD)
Hi, I'm having some problems with Samba 1.9.16p11 on a Sun3/60 running NetBSD 1.2. I have a Win95 client and a couple of DOS clients on a single ethernet segment (it's at home :-). I've set up a simple configuration, intention was just to serve files from the Sun to the PC's. Everything works perfectly except authentication from the Win95 client. I can connect to the Samba shares
2018 Dec 06
0
// RESEND // 7.6: Software RAID1 fails the only meaningful test
On 12/5/18 11:55 AM, Benjamin Smith wrote: > The point of RAID1 is to allow for continued uptime in a failure scenario. > When I assemble servers with RAID1, I set up two HDDs to mirror each other, > and test by booting from each drive individually to verify that it works. For > the OS partitions, I use simple partitions and ext4 so it's as simple as > possible. I used my test
2003 Jan 10
1
Package cluster
Hello, Someone use this package? I would like to know if this package has some method to classify images? Tks, Chico. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Francisco Júnior, Computer Science - UFPE-Brazil "One life has more value that the world whole" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1999 Aug 24
1
broken link in R FAQ page? (PR#255)
When clicking "What machines does R run on" in the R FAQ page (http://lib.stat.cmu.edu/R/CRAN/doc/FAQ/R-FAQ.html) what shows on the screen has nothing with the topic. Is it a broken link? Tian. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",