Jose Luis Cañadas Reche
2013-Dec-20 12:10 UTC
[R-es] error con install_github() del paquete devtools
Hola a todos. Estoy intentando instalar el paquete likert utilizando devtools y obtengo el siguiente error library(devtools) install_github('likert','jbryer') Installing github repo(s) likert/master from jbryer Downloading likert.zip from https://github.com/jbryer/likert/archive/master.zip Error en function (type, msg, asError = TRUE) : <not set> Me pasa también con otros paquetes. He buscado en stackoverflow.com pero no he encontrado la solución. ¿alguna idea? La versión que hay en CRAN no me vale porque quiero utilizar una nueva característica que sólo está en la versión de desarrollo. R version 3.0.2 (2013-09-25) Platform: x86_64-pc-linux-gnu (64-bit) locale: [1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C LC_TIME=es_ES.UTF-8 [4] LC_COLLATE=es_ES.UTF-8 LC_MONETARY=es_ES.UTF-8 LC_MESSAGES=es_ES.UTF-8 [7] LC_PAPER=es_ES.UTF-8 LC_NAME=C LC_ADDRESS=C [10] LC_TELEPHONE=C LC_MEASUREMENT=es_ES.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] grid stats graphics grDevices utils datasets methods base other attached packages: [1] RCurl_1.95-4.1 bitops_1.0-6 xtable_1.7-1 gridExtra_0.9.1 ggplot2_0.9.3.1 foreign_0.8-57 [7] devtools_1.3 Saludos
"Marcuzzi, Javier Rubén"
2013-Dec-20 12:21 UTC
[R-es] error con install_github() del paquete devtools
Estimado José Luis Descarge desde el navegador el archivo https://github.com/jbryer/likert/archive/master.zip, y no aparecieron errores en la descarga, leí el listado de archivos y son R (no fortran, c, c++, etc.). Como es una versión en desarrollo puede tener errores, en lugar de instalar podría importar los archivos R de la librería a su script R y ejecuartlos de esa forma. Otro punto, aunque no creo que se de en este caso, es la falta de alguna librería en linux. Javier Marcuzzi El 20/12/2013 09:10 a.m., Jose Luis Cañadas Reche escribió:> Hola a todos. > > Estoy intentando instalar el paquete likert utilizando devtools y > obtengo el siguiente error > > library(devtools) > install_github('likert','jbryer') > Installing github repo(s) likert/master from jbryer > Downloading likert.zip from > https://github.com/jbryer/likert/archive/master.zip > Error en function (type, msg, asError = TRUE) : <not set> > > Me pasa también con otros paquetes. > He buscado en stackoverflow.com pero no he encontrado la solución. > ¿alguna idea? > > La versión que hay en CRAN no me vale porque quiero utilizar una nueva > característica que sólo está en la versión de desarrollo. > > > R version 3.0.2 (2013-09-25) > Platform: x86_64-pc-linux-gnu (64-bit) > > locale: > [1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C LC_TIME=es_ES.UTF-8 > [4] LC_COLLATE=es_ES.UTF-8 LC_MONETARY=es_ES.UTF-8 > LC_MESSAGES=es_ES.UTF-8 > [7] LC_PAPER=es_ES.UTF-8 LC_NAME=C LC_ADDRESS=C > [10] LC_TELEPHONE=C LC_MEASUREMENT=es_ES.UTF-8 > LC_IDENTIFICATION=C > > attached base packages: > [1] grid stats graphics grDevices utils datasets methods base > other attached packages: > [1] RCurl_1.95-4.1 bitops_1.0-6 xtable_1.7-1 gridExtra_0.9.1 > ggplot2_0.9.3.1 foreign_0.8-57 > [7] devtools_1.3 > > Saludos > > _______________________________________________ > R-help-es mailing list > R-help-es en r-project.org > https://stat.ethz.ch/mailman/listinfo/r-help-es
Javier Martínez-López
2013-Dec-20 13:21 UTC
[R-es] error con install_github() del paquete devtools
has probado con: install_github('paquete",username='usuario')? 2013/12/20 Jose Luis Cañadas Reche <canadasreche en gmail.com>:> Hola a todos. > > Estoy intentando instalar el paquete likert utilizando devtools y obtengo el > siguiente error > > library(devtools) > install_github('likert','jbryer') > Installing github repo(s) likert/master from jbryer > Downloading likert.zip from > https://github.com/jbryer/likert/archive/master.zip > Error en function (type, msg, asError = TRUE) : <not set> > > Me pasa también con otros paquetes. > He buscado en stackoverflow.com pero no he encontrado la solución. ¿alguna > idea? > > La versión que hay en CRAN no me vale porque quiero utilizar una nueva > característica que sólo está en la versión de desarrollo. > > > R version 3.0.2 (2013-09-25) > Platform: x86_64-pc-linux-gnu (64-bit) > > locale: > [1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C LC_TIME=es_ES.UTF-8 > [4] LC_COLLATE=es_ES.UTF-8 LC_MONETARY=es_ES.UTF-8 > LC_MESSAGES=es_ES.UTF-8 > [7] LC_PAPER=es_ES.UTF-8 LC_NAME=C LC_ADDRESS=C > [10] LC_TELEPHONE=C LC_MEASUREMENT=es_ES.UTF-8 > LC_IDENTIFICATION=C > > attached base packages: > [1] grid stats graphics grDevices utils datasets methods base > other attached packages: > [1] RCurl_1.95-4.1 bitops_1.0-6 xtable_1.7-1 gridExtra_0.9.1 > ggplot2_0.9.3.1 foreign_0.8-57 > [7] devtools_1.3 > > Saludos > > _______________________________________________ > R-help-es mailing list > R-help-es en r-project.org > https://stat.ethz.ch/mailman/listinfo/r-help-es
José Luis Cañadas
2013-Dec-20 13:54 UTC
[R-es] error con install_github() del paquete devtools
Si. Pero no funciona. En ordenador curro si funciona y tb tiene linux. Seguiré investigando has probado con: install_github('paquete",username='usuario')? 2013/12/20 Jose Luis Cañadas Reche <canadasreche@gmail.com>:> Hola a todos. > > Estoy intentando instalar el paquete likert utilizando devtools y obtengoel> siguiente error > > library(devtools) > install_github('likert','jbryer') > Installing github repo(s) likert/master from jbryer > Downloading likert.zip from > https://github.com/jbryer/likert/archive/master.zip > Error en function (type, msg, asError = TRUE) : <not set> > > Me pasa también con otros paquetes. > He buscado en stackoverflow.com pero no he encontrado la solución. ¿alguna > idea? > > La versión que hay en CRAN no me vale porque quiero utilizar una nueva > característica que sólo está en la versión de desarrollo. > > > R version 3.0.2 (2013-09-25) > Platform: x86_64-pc-linux-gnu (64-bit) > > locale: > [1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C LC_TIME=es_ES.UTF-8 > [4] LC_COLLATE=es_ES.UTF-8 LC_MONETARY=es_ES.UTF-8 > LC_MESSAGES=es_ES.UTF-8 > [7] LC_PAPER=es_ES.UTF-8 LC_NAME=C LC_ADDRESS=C > [10] LC_TELEPHONE=C LC_MEASUREMENT=es_ES.UTF-8 > LC_IDENTIFICATION=C > > attached base packages: > [1] grid stats graphics grDevices utils datasets methods base > other attached packages: > [1] RCurl_1.95-4.1 bitops_1.0-6 xtable_1.7-1 gridExtra_0.9.1 > ggplot2_0.9.3.1 foreign_0.8-57 > [7] devtools_1.3 > > Saludos > > _______________________________________________ > R-help-es mailing list > R-help-es@r-project.org > https://stat.ethz.ch/mailman/listinfo/r-help-es[[alternative HTML version deleted]]