Displaying 9 results from an estimated 9 matches for "jbryer".
Did you mean:
boyer
2013 Dec 20
3
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 s...
2013 Dec 20
4
error con install_github() del paquete devtools
...quot;,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 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 stackoverfl...
2013 Dec 21
2
error con install_github() del paquete devtools
Gracias Jorge. Pero tiene que ser otra cosa. El Renviron está bien y unzip
está en ese path. Y al hacerlo como indica Oscar no hay problema con el
unzip
Miraré como está en otro Linux que si funciona a ver que puede ser.
Pero será después de Navidad.
Saludos
[[alternative HTML version deleted]]
2013 Dec 20
0
error con install_github() del paquete devtools
...cerlo sin devtools. Descargas el ZIP del repositorio, lo
descomprimes, instalas el paquete que hay en CRAN para tener todas las
dependencias instaladas y finalmente instalas el paquete en la versión
de GitHub.
tmp <- paste0(tempdir(), '/likert.zip')
download.file('https://github.com/jbryer/likert/archive/master.zip',
destfile=tmp, method='wget')
unzip(tmp, exdir=tempdir())
## instala versión de CRAN para conseguir todas las dependencias
install.packages('likert')
install.packages(paste0(tempdir(), '/likert-master'), repos=NULL,
method='so...
2013 Dec 20
0
error con install_github() del paquete devtools
...t;,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 stackoverfl...
2013 Dec 20
0
error con install_github() del paquete devtools
.../12/20 Jose Luis Cañadas Reche <canadasreche@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....
2013 Dec 22
0
error con install_github() del paquete devtools
A mi no me dio problemas. Intenta instalar nuevamente RCurl.
> library(devtools)
> install_github('likert','jbryer')
Installing github repo likert/master from jbryer
Downloading likert.zip from
https://github.com/jbryer/likert/archive/master.zip
Installing package from /tmp/RtmpJuHsLY/likert.zip
arguments 'minimized' and 'invisible' are for Windows only
Installing likert
'/usr/lib/R/bin/...
2013 Dec 21
2
error con install_github() del paquete devtools
Gracias Oscar.
Funciona perfectamente.
Ya investigaré más adelante porque no funciona install_github
Saludos y feliza navidad..
El 20/12/13 23:05, Oscar Perpiñan escribió:
> tmp <- paste0(tempdir(), '/likert.zip')
> download.file('https://github.com/jbryer/likert/archive/master.zip',
> destfile=tmp, method='wget')
> unzip(tmp, exdir=tempdir())
> ## instala versión de CRAN para conseguir todas las dependencias
> install.packages('likert')
> install.packages(paste0(tempdir(), '/likert-master'),...
2013 Dec 21
0
error con install_github() del paquete devtools
...ar.
>
> Funciona perfectamente.
> Ya investigaré más adelante porque no funciona install_github
>
> Saludos y feliza navidad..
> El 20/12/13 23:05, Oscar Perpiñan escribió:
>
> tmp <- paste0(tempdir(), '/likert.zip')
>> download.file('https://github.com/jbryer/likert/archive/master.zip',
>> destfile=tmp, method='wget')
>> unzip(tmp, exdir=tempdir())
>> ## instala versión de CRAN para conseguir todas las dependencias
>> install.packages('likert')
>> install.packages(paste0(tempdir(), '/l...