Displaying 13 results from an estimated 13 matches for "aserrors".
Did you mean:
aserror
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
2013 Dec 20
4
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 obtengo
el
> siguiente error
>
> library(devtools)
>
2012 Oct 18
1
Keep loop running after webpage times out?
Hi
I have created a loop to obtain data from several webpages
but the loop keeps crashing with the error
"Error in function (type, msg, asError = TRUE) :
Operation timed out after 5000 milliseconds with 9196 bytes received"
Page = getURLContent(page[i], followlocation=TRUE, curl = curl,.opts=list(
verbose = TRUE, timeout=5))
I am not sure how to keep the loop running after
2014 Oct 10
2
Problemas al intentar cargar datos
Hola, buenas tardes,
Hace unos dias que intento cargar unos datos de microarrays del ncbi con
versión de R 2.15.2 de 32 bits en windows xp.
he utilizado el siguiente codigo:
library(Biobase)
library(GEOquery)
library(limma)
gset <- getGEO("GSE6536", GSEMatrix =TRUE)
Al hacerlo me da este error:
"Error in function (type, msg, asError = TRUE) : couldn't connect to
2014 Nov 01
2
Pregunta (creo que simple) para usar twitteR
Hola comunidad, ¿Qué tal?
Tengo una duda que creo que es sencilla, pero me veo algo torpe. Estoy tratando de darme de alta para poder acceder, vía R a la api de Twitter, soy un poco novato en esto y por esto lanzo la pregunta.
Aunque ya me han ayudado y me han pasado alguno link del pasado, aún no consigo dar con la solución que seguro es algo que se me escapa
He usado este código
2014 Nov 01
5
Pregunta (creo que simple) para usar twitteR
Hola Alfonso, buenos días:
Lo he probado pero no me va, eso sí ha cambiado el error, el código utilizado es:
library(ROAuth)library(twitteR)
download.file(url="http://curl.haxx.se/ca/cacert.pem", destfile="cacert.pem")
reqURL <- "https://api.twitter.com/oauth/request_token"accessURL <- "http://api.twitter.com/oauth/access_token"authURL <-
2012 Mar 07
0
listening folder and directories on ftp server
Dear List,
I'm looking for a function for listening of the content witin a ftp server. I need to list bevor I download a file becaus I don't know the exat names of a file or dirs. Up to now I'm using the "getURL" function from RCurl package. But it relativly often happens that I get a errorcode 550 an I'm not able to get the information. If I put the very same adress to
2012 Nov 08
1
twitteR return error message
I am new to the packge twitteR
when using this package I came across several problems, can anybody help me
on those problems?
Many Thanks
rm(list=ls())
library(bitops)
library(RCurl)
library(rjson)
library(twitteR)
library(digest)
library(ROAuth)
requestURL <- "https://api.twitter.com/oauth/request_token"
accessURL =
2013 Dec 20
0
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)
2013 Dec 20
0
error con install_github() del paquete devtools
Hola,
En GitHub estará siempre la última versión, pero también está el paquete en
CRAN y puedes instalártelo como cualquier otro paquete ahí disponible...
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 20 de diciembre de 2013, 14:54, José Luis Cañadas <canadasreche@gmail.com
> escribió:
> Si. Pero no funciona. En ordenador curro si funciona y tb tiene linux.
> Seguiré
2013 Dec 20
0
error con install_github() del paquete devtools
Hola,
Puedes hacerlo 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,
2007 Jul 22
3
Retrieving validation messages without making errors
I would like to inform the users about attribute validation conditions
for form fields using title as in <span title= "cannot be blank" >.
The simplest way would be to use the validation error messages already
defined in the models, but I cannot find any way to retrieve these
messages, when no error has been made. The methods I have tried as
errors.full_messages only returns the
2013 Mar 07
2
Read Content from URL to XML format
Hi,
i want to know how to read a table values from a URL and get it as XML
content.
Could anyone please help me out ASAP ?
Thanks,
Antony.
--
View this message in context: http://r.789695.n4.nabble.com/Read-Content-from-URL-to-XML-format-tp4660561.html
Sent from the R help mailing list archive at Nabble.com.