Displaying 20 results from an estimated 800 matches similar to: "Error al utilizar twitteR"
2013 Jul 24
2
Error al utilizar twitteR
Muchas gracias Marcelino. Desafortunadamente al ejecutar el ejemplo que
aparece en
?registerTwitterOAuth
obtengo
twitCred$handshake()
Error: Unauthorized
registerTwitterOAuth(twitCred)
Error in registerTwitterOAuth(twitCred) :
oauth has not completed its handshake
Alguna otra sugerencia?
Muchas gracias!
Jorge.-
2013/7/25 Marcelino de la Cruz <marcelino.delacruz@upm.es>
> Mira
2013 Jul 24
2
Error al utilizar twitteR
Si, Carlos, gracias. Pero desafortunadamente el link con el PDF no funciona
:( --JIV
Sent from my phone. Please excuse my brevity and misspelling.
On Jul 24, 2013, at 4:51 PM, Carlos Ortega <cof@qualityexcellence.es> wrote:
Hola,
¿Viste la sugerencia/ayuda en StackOverflow?:
http://stackoverflow.com/questions/17408930/twitter-first-example
Saludos,
Carlos Ortega
2013 Jul 25
1
Resumen de R-help-es, Vol 53, Envío 38
Hola Jorge.
Para poder correr las funciones del library twitteR tienes que tener varias
cosas. Una cuenta en twitter y con esa cuenta inscribirte como developer en
dev.twitter.com. Posterior a esto tienes que inscribir un app dentro de
twitter y con las claves que se otorgan tienes que correr la función de
autorizacion que ya te indicaron.
Varias aclaraciones, la librería puede generar problemas
2013 Jul 24
0
Error al utilizar twitteR
Estimado Jorge Velez
Hace un tiempo yo intente sobre algo parecido, pero utilizando nuestros
propios correos, lástima que estoy con otros problemas para resolver y quede
desactualizado, sin embargo por ahí leí que hay una modificación de política
por parte de twitter, muchos lectores quedaron si acceso, esto puede ser el
error en tweets = userTimeline("camila_vallejo", 2000)
Aunque
2013 Jul 24
0
Error al utilizar twitteR
Hola,
¿Viste la sugerencia/ayuda en StackOverflow?:
http://stackoverflow.com/questions/17408930/twitter-first-example
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 24 de julio de 2013 23:29, Jorge I Velez <jorgeivanvelez@gmail.com>escribió:
> Muchas gracias Marcelino. Desafortunadamente al ejecutar el ejemplo que
> aparece en
>
> ?registerTwitterOAuth
>
>
2013 Jul 24
0
Error al utilizar twitteR
Mira aquí:
?registerTwitterOAuth
El 24/07/2013 20:57, Jorge I Velez escribió:
> Buenas tardes a tod en s,
>
> Estoy incursionando en el analisis de tweets utilizando el paquete twitteR
> y siguiendo http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/
>
>
> Desafortunadamente cuando ejecuto
>
> # cargar librerias
> library(twitteR)
> library(tm)
>
2013 Jul 25
0
Error al utilizar twitteR
A ver si os sirve.
Desde que cambiaron la api a la v 1.1 la identificación a través de la api
es obligatoria para poder acceder a información.
El proceso que yo sigo es el siguiente:
#Se definen los datos de la app registrada en twitter dev
tw <- OAuthFactory$new(consumerKey="aquí consumerkey",
consumerSecret="aqui consumer secret",
2013 Dec 20
2
Problemas con "encoding"
Buenas noches a todos,
Estoy descarganado tweets a través del paquete twitteR en dos sistemas
diferentes. La configuración del primero, un MacBook Pro, es
R version 3.0.2 Patched (2013-12-11 r64449)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_AU.UTF-8/en_AU.UTF-8/en_AU.UTF-8/C/en_AU.UTF-8/en_AU.UTF-8
attached base packages:
[1] compiler stats graphics grDevices utils
2013 Dec 21
1
Problemas con "encoding"
Hola
La codificación con uft-8 y etc., es un poco complicada, tendría que ser
sencillo, pero siempre aparecen problemas. Por las dudas le comento que
un inconveniente que tuve, es que al tener archivos en R, guardados como
Rnw (aprovecho a colocar comentarios y cosas en latex), y cambiar la
ubicación o la carpeta, la codificación de texto se rompía, es decir
donde decía alguna palabra con
2013 Jan 09
1
Not getting enough tweets in twitteR
Hi all,
I am trying to download as many tweets as possible (say 1000). The
documentation states that the limit is 3200.
However when I run
police<-userTimeline('@nswpolice',n=1000) it returns random amounts. When I
ran it today I got 144, yesterday it was around 300.
Any thoughts?
Thanks,
Sachin
[[alternative HTML version deleted]]
2013 Dec 21
0
Problemas con "encoding"
Hola,
No sé si esas funciones cuando te proporcionan los strings utilizan algún
parámetro de configuración sobre el enconding.
Si no lo tienen (en español, es conveniente utilizar UTF-8).
Pero una vez en tu workspace, mira la función "iconv()" que te ayudará
tanto a conocer el encoding que tienen las cadenas como a transformarlas.
En un caso reciente, para poder tener en cuenta los
2007 Jan 25
3
Error in loadNamespace(name) (PR#9464)
Full_Name: Ross Darnell
Version: 2.4.1
OS: Linux
Submission from: (NULL) (130.102.133.33)
rdarnell at pc:~/Data$ ls -al .RData
-rwxrwxrwx 2 root root 13551 2006-12-06 08:58 .RData
rdarnell at pc:~/Data$ R
R version 2.4.1 (2006-12-18)
Copyright (C) 2006 The R Foundation for Statistical Computing
ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to
2008 Jan 25
2
Using bquote: question
Hi all
Observe:
x <- c(1,2)
y <- c(1,-1)
phi <- 1
p <- 2
par( mfrow=c(1,2))
plot(x , y, main=bquote( paste( p==.(p)," and ",phi==.(phi)) ) )
plot(y ~ x, main=bquote( paste( p==.(p)," and ",phi==.(phi)) ) )
par( mfrow=c(1,2))
On my system (details below), the first plot is correct (in my
understanding), and produces a title reading "p=2 and phi=1"
2020 Jul 10
2
Strange behaviour of methods::slot() when returning a tibble
I have an S4 object class defined in a Bioconductor package which contains multiple slots, some of which are tibbles, whilst others are vectors. If I call
slot(object, name)
where 'name' is an slot that contains a vector, everything works as expected. However, when I call slot(object, name) where 'name' is an slot that contains a tibble I get the following warning:
Warning
2014 Mar 12
3
Lectura de texto
Hola a todos,
Me gustaria leer el texto que se encuentra en
http://dl.dropboxusercontent.com/u/9601860/txt.txt
He intentado
txt <- 'http://dl.dropboxusercontent.com/u/9601860/txt.txt'
r <- scan(txt)
#Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,
:
# invalid multibyte string at '<ff><fe>M'
r <- read.table(txt, header = FALSE)
2013 Oct 04
2
Tab Separated File Reading Error
Hello,
I have a seemingly simple problem that a tab-delimited file can't be read in.
> annoTranscripts <- read.table("matched.txt", sep = '\t', stringsAsFactors = FALSE)
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
line 5933 did not have 12 elements
However, all lines do have 12 columns.
> lines <-
2009 Dec 17
2
segfault in glm.fit (PR#14154)
Bug summary:
glm() causes a segfault if the argument 'data'
is a data frame with more than 16384 rows.
Bug demonstration:
-------input ---------------
N <- 16400
df <- data.frame(x=runif(N, min=1,max=2),y=rpois(N, 2))
glm(y ~ x, family=poisson, data=df)
------ output ---------------
*** caught segfault ***
address (nil),
2014 May 29
1
mcmapply Core Usage
Hello,
I have a minimal example that shows a problem I'm having with parallel processing.
library(parallel)
mcmapply(function(x, y)
{
print("Running")
Sys.sleep(10)
}, as.list(1:10), as.list(10:1), mc.cores = 16, SIMPLIFY = FALSE)
I see "Running" printed once every ten seconds. I read the documentation for mcmapply, but I don't understand why it wouldn't
2018 Sep 24
3
Fwd: Bug report: cbind with numeric and raw gives incorrect result
Hi there,
using cbind with a numeric and raw argument produces an incorrect result.
I've posted some details below,
kind regards,
Mike.
e.g.
> cbind(0, as.raw(0))
[,1] [,2]
[1,] 0 6.950136e-310
A longer example shows that the result is not a rounding error, is not
consistent, and repeated applications get different results.
> cbind(0, as.raw(1:10))
2014 Feb 23
1
Random Count Generation with rnbinom
The documentation states :
An alternative parametrization (often used in ecology) is by the mean ?mu?, and ?size?, the dispersion parameter.
However, this fails :
> rnbinom(10, mu = 100, size = 0)
[1] NaN NaN NaN NaN NaN NaN NaN NaN NaN NaN
Warning message:
In rnbinom(10, mu = 100, size = 0) : NAs produced
For dispersion set to 0, it should work like drawing from a Poisson distribution.