Hola Amigos: Gracias por todas las respuestas sobre como filtrar datos en un data frame. Ahora tengo un nuevo problema, necesito instalar R 2.15 manualmente, pero no puedo hacerlo desde un repositorio. Alguna solución??????????' Un Saludos, Leonardo ------------ próxima parte ------------ An embedded and charset-unspecified text was scrubbed... Name: no disponible URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120713/48a123f6/attachment.pl>
El sistema operativo es Ubuntu 12.04 Ya descargué el paquete pre-compilado R-2.15.1.tar.gz <http://probability.ca/cran/src/base/R-2/R-2.15.1.tar.gz> de este CRAN http://probability.ca/cran/ Anexo envio la guía de instalación que trae, pero cuando doy el comando ./configure termina dándome este error: configure: error: --with-x=yes (default) and X11 headers/libs are not available trato de continuar y al dar el comando make me devuelve make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto. Y no puedo continuar Un Saludos, Leonardo On 13/07/12 11:07, Freddy López wrote:> > Hola Leonardo. > > ¿Podrías darnos más detalles? Por ejemplo es importante saber sobre > qué plataforma estás. > > Salud. > >> El 13/07/2012 10:22, "Leonardo Hernández Pérez" >> <leonardo.hernandez en etecsa.cu <mailto:leonardo.hernandez en etecsa.cu>> >> escribió: >> >> >> Hola Amigos: >> >> Gracias por todas las respuestas sobre como filtrar datos en un data >> frame. >> >> Ahora tengo un nuevo problema, necesito instalar R 2.15 manualmente, >> pero no puedo hacerlo desde un repositorio. >> >> Alguna solución??????????' >> >> Un Saludos, >> >> Leonardo >> --- >> This message was processed by Kaspersky Mail Gateway 5.6.28/RELEASE >> running at host imx3.etecsa.cu <http://imx3.etecsa.cu> >> Visit our web-site: <http://www.kaspersky.com>, >> <http://www.viruslist.com> >> >> _______________________________________________ >> R-help-es mailing list >> R-help-es en r-project.org <mailto:R-help-es en r-project.org> >> https://stat.ethz.ch/mailman/listinfo/r-help-es >> > > > --- > This message was processed by Kaspersky Mail Gateway 5.6.28/RELEASE running at host imx3.etecsa.cu > Visit our web-site: <http://www.kaspersky.com>, <http://www.viruslist.com>------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120713/8c4efade/attachment.html> ------------ próxima parte ------------ INSTALLING R UNDER UNIX This document concerns building and installing R from sources. Pre-made binaries are made available for some systems with varying regularity and can be obtained from CRAN (see the RESOURCES file). The main source of information on installation is the `R Installation and Administration Manual', an HTML copy of which is available as file `doc/html/R-admin.html'. Please read that before installing R. But if you are impatient, read on but please refer to the manual to resolve any problems. (If you obtained R using Subversion, the manual is at doc/manual/R-admin.texi.) SIMPLE COMPILATION As you are reading this file, you have unpacked the R sources and are presumably in the top directory. Issue the following commands: ./configure make (If your make is not called `make', set the environment variable MAKE to its name, and use that name throughout these instructions.) This will take a while, giving you time to read `R-admin.html'. Then check the built system worked correctly, by make check and make the manuals by (as many options as preferred from) make pdf to create PDF versions make info to create info files However, please read the notes in `R-admin.html' about making the reference manual. INSTALLATION You do not need to install R to run it: you can run R by the script `bin/R' which you can link or copy to any convenient place in your path. For a site-wide installation, use make install make install-info make install-pdf choosing to install the manuals that you made. This installs to the default location (typically `/usr/local') for your platform: see the Installation and Administration Manual for other options. ------------ próxima parte ------------ An embedded and charset-unspecified text was scrubbed... Name: no disponible URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20120713/8c4efade/attachment.pl>
Estimado Leonardo Creo que debería buscar en la parte de desarrollo de ubuntu (yo ya no lo uso) y ver si están instaladas las librerías para X11. Si están instaladas no sabría que decirle. Javier From: Leonardo Hernández Pérez Sent: Friday, July 13, 2012 12:24 PM To: r-help-es@r-project.org Subject: Re: [R-es] Instalar R manualmente en Ubuntu El sistema operativo es Ubuntu 12.04 Ya descargué el paquete pre-compilado R-2.15.1.tar.gz de este CRAN http://probability.ca/cran/ Anexo envio la guía de instalación que trae, pero cuando doy el comando ./configure termina dándome este error: configure: error: --with-x=yes (default) and X11 headers/libs are not available trato de continuar y al dar el comando make me devuelve make: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto. Y no puedo continuar Un Saludos, Leonardo On 13/07/12 11:07, Freddy López wrote: Hola Leonardo. ¿Podrías darnos más detalles? Por ejemplo es importante saber sobre qué plataforma estás. Salud. El 13/07/2012 10:22, "Leonardo Hernández Pérez" <leonardo.hernandez@etecsa.cu> escribió: Hola Amigos: Gracias por todas las respuestas sobre como filtrar datos en un data frame. Ahora tengo un nuevo problema, necesito instalar R 2.15 manualmente, pero no puedo hacerlo desde un repositorio. Alguna solución??????????'' Un Saludos, Leonardo --- This message was processed by Kaspersky Mail Gateway 5.6.28/RELEASE running at host imx3.etecsa.cu Visit our web-site: <http://www.kaspersky.com>, <http://www.viruslist.com> _______________________________________________ R-help-es mailing list R-help-es@r-project.org https://stat.ethz.ch/mailman/listinfo/r-help-es --- This message was processed by Kaspersky Mail Gateway 5.6.28/RELEASE running at host imx3.etecsa.cu Visit our web-site: <http://www.kaspersky.com>, <http://www.viruslist.com> -------------------------------------------------------------------------------- --- This message was processed by Kaspersky Mail Gateway 5.6.28/RELEASE running at host imx2.etecsa.cu Visit our web-site: <http://www.kaspersky.com>, <http://www.viruslist.com> -------------------------------------------------------------------------------- _______________________________________________ R-help-es mailing list R-help-es@r-project.org https://stat.ethz.ch/mailman/listinfo/r-help-es [[alternative HTML version deleted]]
Hola Leonardo, No lo he probado con la R-2.15, pero escribí un día cómo hacerlo, a ver si te sirve: http://emilopezcano.blogspot.com.es/2012/01/instalar-r-en-ubuntu-desde-las-fuentes.html El día 13 de julio de 2012 16:54, Leonardo Hernández Pérez <leonardo.hernandez en etecsa.cu> escribió:> > Hola Amigos: > > Gracias por todas las respuestas sobre como filtrar datos en un data frame. > > Ahora tengo un nuevo problema, necesito instalar R 2.15 manualmente, pero > no puedo hacerlo desde un repositorio. > > Alguna solución??????????' > > Un Saludos, > > Leonardo > --- > This message was processed by Kaspersky Mail Gateway 5.6.28/RELEASE running > at host imx3.etecsa.cu > Visit our web-site: <http://www.kaspersky.com>, <http://www.viruslist.com> > > _______________________________________________ > R-help-es mailing list > R-help-es en r-project.org > https://stat.ethz.ch/mailman/listinfo/r-help-es >-- _____________________________________ Emilio L. Cano +34 665 676 225 Department of Statistics and Operations Research Universidad Rey Juan Carlos