Displaying 20 results from an estimated 3000 matches similar to: "problems loading the twitteR package"
2010 Jul 07
4
can't open file
I have a text file log2.log encoded Ansi in Windows.
When I execute:
out <- read.zoo(readLines(con <- file("log2.log",
encoding="UCS-2LE")),FUN = as.chron)
have errors:
Error en file(file, "rt") : no se puede abrir la conexi?n
Adem?s: Mensajes de aviso perdidos
1: In file(file, "rt") :
s?lo fue usado el primer elemento del argumento
2012 Nov 23
2
R lapack routines cannot be loaded
I usually ran different statistical analysis in R with routines that
use lapack like gam() lm(), etc but after several updates of libraries
the following error appears:
library(mgcv)
This is mgcv 1.7-22. For overview type 'help("mgcv-package")'.
model <- with(chlaR,gam(ClorMAX ~ s(DegDay_NM)))
Error en eigen(St, symmetric = TRUE) :
lapack routines cannot be loaded
Adem?s:
2013 Apr 12
1
A strange behaviour in the graphical function "curve"
I thought the curve function was a very flexible way to draw functions. So I
could plot funtions like the following:
# I created a function to produce functions, for instance:
fp <- function(m,b) function(x) sin(x) + m*x + b
# So I can produce a function like this
ff <- fp(-0.08, 0.2)
ff(1.5)
# Is the same as executing
sin(1.5) - 0.08*1.5 + 0.2
# Let's plot this
2013 Nov 22
1
Descargar tweets con package twitteR
Hola a tod@s!
Estoy dando mis primeros pasos con R, y mi objetivo es conseguir descargar tweets de cuentas concretas de twitter. Encontre documentación sobre el package twitteR, y he intentado aplicarlo, pero siempre tengo problemas a la hora de conseguir la autentificación con OAuth.
Este es el código que estoy utilizando:
options( RCurlOptions = list(verbose = TRUE, proxy =
2011 Jul 03
1
PROBLEM IN R version 2.13.0 (2011-04-13)
I am using R (version 2.13.0; 2011-04-13). Platform: x86_64-pc-mingw32/x64
(64-bit).
The messages that I see is
“This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information”
I am using the following libraries:
> library(package="gmodels")
> library(package="gtools")
2013 Oct 18
3
pamer.fnc y la nueva versión de R
Hola buenas.
al final corri el siguiente código en mi máquina de casa. El problema es
que ha habido algún cambio en la librería lme4, que hace incompatible los
nuevos objetos lmer con la funcioón pamer.fnc. En este tipo de situaciones
imagino que lo propio sería ponerme en contacto con el autor o intentar
corregir yo mismo el código o incluso ambas. ¿Es decortes escribir al
autor reportandole el
2013 May 15
2
error de lectura
Buenos días
Al leer el fichero esudbp.csv
personas <-read.table("esudb11p.csv", header=TRUE, sep=",")
Me da el siguiente error:
Mensajes de aviso perdidos
In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
número de items leídos no es múltiplo del número de columnas
No entiendo por qué no puede leer este cuarto fichero, si es igual que
2012 May 30
1
Write to dynamic file name
hi,
i am trying to use the write.csv function but to give a dynamic file name
each time a different one
but i am getting an error that he cannot open the file :
TodayDate<-UniqDate[1] ## this gives "04/02/2012"
FileLocation<-"C:\\Trade Doc\\trade log\\Real account\\sys file\\Test
Data\\Data breaked to months\\Days Data\\DayData"
FileEnd<-".csv"
FileName<-
2012 Apr 21
3
Llamar una función de python.-
Hola.
Me gustaría saber si alguno de ustedes sabe cómo llamar una función de
python desde R.
Antes usaba felizmente rpython pero desde la última versión de R he tenido
este mensaje
> install.packages("rPython", repos="http://R-Forge.R-project.org")
Installing package(s) into
‘/home/vate01/R/x86_64-unknown-linux-gnu-library/2.15’
(as ‘lib’ is unspecified)
Mensajes de aviso
2013 Jul 19
4
Error read.csv
Estimados
Tengo un archivo CSV con 1.200.000 registros separados por ";" y cuando
quiero abrirlo me da el siguiente error:
form<-read.csv("Usr1.csv" , sep=';' , na.strings = "NA", header=T)
Mensajes de aviso perdidos
In scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
entrada inválida encontrada en la conexión de entrada
2015 Feb 05
3
Rcurl crash in R-devel
Hello,
I don't know if the problem originates from R-devel 3.2 or Rcurl itself.
I post this message to the R-devel list and to the author of RCurl
(duncan at r-project.org).
> library("RCurl")
Le chargement a n?cessit? le package : bitops
> print(sessionInfo())
R Under development (unstable) (2015-02-03 r67717)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under:
2011 Nov 22
6
Incomplete final line
Hola:
Desde que he instalado la versión 2.14.0 obtengo el siguiente error al hacer source:
Mensajes de aviso perdidos
In readLines(file) : incomplete final line found on ''ejemplo.R''
No hay variación en mi archivo de datos ni en el script de comandos de R sobre el cual realizo el source, con respecto a cuando utilizaba la versión anterior.
¿Sabéis a qué puede deberse
2012 Nov 09
1
R and google analytics
so...
i'm trying to integrate google analytics with R (statistics)-- i know it's
possible, there's a lot of documentation and some walkthroughs on how to do
it, but i can't for the LIFE of me get it to work or even know where to
begin.
for starters, the directions i'm following are from this website--
http://code.google.com/p/r-google-analytics/
i'm running an old
2011 Apr 08
1
Problem installing packages in R 2.11.1
The issue shows when installing some packages. I was interested in using
"gplots" so i ran:
install.packages("gplots", dependencies=TRUE)
and the outcome was something like this:
Aviso en install.packages("gplots", dependencies = TRUE) :
argument 'lib' is missing: using
'/home/buscoverdad/R/i686-pc-linux-gnu-library/2.11'
---
2011 Jul 09
2
Meta-analysis with zero values for mean and sd. Continuous data.
Hi,
I want to do a meta-analysis with count data for treatement/control cases.
Mi problem is that I need to use zero values (an informative zero value) for
the mean and standard deviation for one of the treatement, but R has a
problem: "Studies with zero values for sd.e or sd.c get no weight in
meta-analysis". I can agroup the case by Family (byvar=Family).
¿Can you help me? Thanks!
2011 Mar 28
2
Problems installing fPortfolioSolver
Hello, I am trying to install fPortfolioSolver using the following commands
and I am getting the following error:
> filename
[1]
"C:\\Users\\Hp\\Documents\\R\\win-library\\2.12\\fPortfolioSolver_271.75.tar.gz"
>
> install.packages(filename, type="source", repos=NULL)
ERROR: dependencies 'fEcofin', 'RlpSolve', 'RlpSolveAPI',
2010 May 21
1
predict
Hello I am creating a linear model with the command
net5 = lm( X[,1] ~ PrinComp[,1:5]) where my vector PrinComp looks like this
> head(PrinComp[,1:5])
PC1 PC2 PC3 PC4 PC5
[1,] 1.8626055 -3.34190998 -0.5448889 2.8296751 0.3994096
[2,] 3.1124144 -1.68113572 1.7187314 -2.0162583 -0.2935675
[3,] 3.3538049 -0.05471002 -2.9385065 0.6921495 -2.2743761
[4,]
2012 Mar 01
1
6 different errors while using glm.nb
Hello to everyone.
I need your help. I´m trying to fit the same *glm.nb* to a different data
set and i am getting these errors in some of the data. Sometimes, one data
set has two of these errors when fitting the model.
1.- Error en while ((it <- it + 1) < limit && abs(del) > eps) { :
valor ausente donde TRUE/FALSE es necesario
2.- Mensajes de aviso perdidos
1: In sqrt(1/i)
2010 Sep 28
2
Problema con read.spss
Hola,
Tengo problemas a la hora de cargar un archivo que originalmente está en
SPSS.
Trabajo con Fedora y uso R mediante el plugin Rgedit en gedit.
Además en Fedora no tengo SPSS, sino PSPP
Para cargar el archivo he probado estas dos cosas (escribo también el
mensaje de error que me genera R):
>library_(foreign)
>read.spss("guille.sav",to.data.frame = T)
Error en
2011 Nov 08
3
Consulta sobre mensaje de error al aplicar un Filtro.
Hola Estimdos,
Quería consultar por si alguien sabe que puede estar pasando con la
aplicación de un filtro.
Arroja el siguiente mensaje:
*Mensajes de aviso perdidos
In TransAcProv$idDepartamento == filtro2 :
longitud de objeto mayor no es múltiplo de la longitud de uno menor*
Este es el filtro:
*filtro2 <- c (450, 30 , 449, 862 , 452)*
Y se aplica sobre este data frame:
*TransAcDepto