similar to: can't open file

Displaying 20 results from an estimated 5000 matches similar to: "can't open file"

2010 Jul 07
9
problema con file
Hola. Tengo un archivo de texto con formato Ansi en Windows que lo quiero convertir en una serie temporal pero cuando lo trato de hacer con el siguiente comando: out <- read.zoo(readLines(con <- file("log2.log", encoding="UCS-2LE")),FUN = as.chron) Me da los siguientes errores: Error en file(file, "rt") : no se puede abrir la conexión Además: Mensajes de
2006 Nov 21
1
Unable to connect to a mirror and install packages
Hi list, I am having problems installing packages in R 2.4.0 for Windows. When I tried to connect to a mirror I got the message: > utils:::menuInstallPkgs() --- Please select a CRAN mirror for use in this session --- Erro en open.connection(file, "r") : no fue posible abrir la conexión Además: Warning message: no fue posible conectarse a 'cran.r-project.org' en el
2023 May 04
2
Error al actualizar R 4.3.0
Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20230504/2a5c79d5/attachment.html>
2006 Jul 13
1
Problem installing local additional packages of Rcmdr (WinXP)
Hi R users: I download the .zip files and also PACKAGES and PACKAGES.gz files in a local directory, but when I call library(Rcmdr) It shows me a tcl/tk windows telling me to install the additional packages, the it takes me to another window where I must specify the path where the .zip files are located. I do it, but I obtain the following message: Loading required package: tcltk Loading Tcl/Tk
2020 May 11
4
library ggplot2, swirl, car, lattice. No consigo abrir bibliotecas
Buenas tardes, No consigo abrir librerias con el comando >library("ggplot2") una vez instalados packages en el R-Studio. El programa me reporta lo siguiente: Error: package or namespace load failed for ?ggplot2? in get(Info[i, 1], envir = env): no fue posible abrir el archivo 'C:/Users/David Menchén/Documents/R/win-library/4.0/rlang/R/rlang.rdb': No such file or
2013 Feb 25
3
Achicar matriz de datos juntando varias variables en una
Estimados usuarios de R: Tengo una matriz de datos que la quiero achicar. Por ejemplo las primeras cuatro preguntas pueden tomar el valor "Sí" o "No". Entonces quiero crear una nueva variable que toma el valor 1 si se respondió si a la primera pregunta, 2, si fue Si a la segunda y así sucesivamente. Esto sucede con varias variables. ¿Cuál seria la forma mas eficiente de
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:
2010 Jun 18
5
convertir archivo texto en data frame
Tengo un archivo de texto donde cada línea es de la siguiente forma: "aa-mm-dd hh:mm:ss Nombre Apellido" ¿Hay alguna forma de usar read.table o algo similar para obtener directamente un data frame que tenga dos columnas donde una tenga la fecha y quede de tipo PosiX y la otra character con el nombre completo? Gracias, Sebastián.
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<-
2010 Apr 23
3
5. Re: Leer datos de Unicode (Juan JosŽé Vidal Agust’ín)
Estimados: Yo tengo un archivo de texto Unicode y no funciona read.table con encoding Latin-1 o UTF-8 estando en un entorno Windows. Si no es con ninguno de los anteriores, ¿como lo importo? ¿Cómo puedo saber que codificación tiene? Gracias, Sebastián. El día 22 de abril de 2010 07:00, <r-help-es-request en r-project.org> escribió: > Envíe los mensajes para la lista R-help-es a
2009 Dec 02
4
problems installing R packages
Hi, I?m trying to install new package in R (version 2.4.0) under windows vista and i have problems. I always receive the same message: Erro en zip.unpack(pkg, tmpDir) : no fue posible abrir el archivo 'C:/Program Files/R/R-2.4.0/library/file2019500d/mprobit/libs/mprobit.dll' It can?t open the file. I check the compatibility with the version and is ok, I have no idea where's the problem
2014 Apr 08
4
Problemas con RStudio
Estoy tratando de instalar paquetes de R desde Rstudio y me da los siguientes errores. Installing package(s) into ‘/home/bienkowski/R/x86_64-pc-linux-gnu-library/2.15’ (as ‘lib’ is unspecified) Warning in install.packages : no fue posible conectarse a 'www.vps.fmvz.usp.br' en el puerto 80. Warning in install.packages : unable to access index for repository
2011 Feb 21
4
Distribuir paquete Windows
Buenos días, Trabajo en Linux (Fedora) y he creado un paquete de R para uso interno, llamado Ind, el cual he instalado en Linux y me funciona perfectamente. Ahora quiero distribuirlo entre mis compañeros y algunos trabajan con Windows, por lo que he tratado de instalarlo en Windows 7 (hice en mi portátil una partición del disco y tengo tanto Fedora como Windows 7). Según he leído en algunos
2010 Jul 01
1
problems loading the twitteR package
Dear all, I cannot load the twitteR package. When I have it installed and try to load it, I get the following response from the system: > library(twitteR) Loading required package: RCurl Error: package 'RCurl' could not be loaded Adem?s: Mensajes de aviso perdidos In library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) : there is no package called
2011 Mar 01
3
Help
Cordial saludo. Estoy instalando la nueva version de R (2.12.2), esta version me instala bien pero cuando voy a abrir R me aparece un error que dice "imposible restaurar los datos en .RData" alguien me puede ayudar ? ANDRÉS FELIPE FLÓREZ RIVERA UNIVERSIDAD NACIONAL DE COLOMBIA ESTADISTICA 2010 [[alternative HTML version deleted]]
2015 Mar 12
2
como hacer una operacion con data.table
Par evitar el warning.... > DT=data.table(col1=1:10) > DT[,col2:=diff(log(c(1,col1)))] > DT col1 col2 1: 1 0.0000000 2: 2 0.6931472 3: 3 0.4054651 4: 4 0.2876821 5: 5 0.2231436 6: 6 0.1823216 7: 7 0.1541507 8: 8 0.1335314 9: 9 0.1177830 10: 10 0.1053605 > ----- Mensaje original ----- De: "Carlos Ortega" <cof en
2011 Oct 13
2
boxplot
hello I want to make a boxplot with diferents rows and also include a column to sort into two groups to each of the other columns my  date set looks like this: 4        5        6        7        8        site 23    56        41      45    63         C 21    89        42      10   63        E 32    45        14      17    96        E 45    74        13      63    41        C    68    32   
2013 Jul 24
4
Script R : codificación
Buenos días: ¿De verdad nadie puede probar estos ejemplos en Mac?. En realidad me valdría con probar el último que envié (el que tiene línea de comentario). Gracias. Eva ________________________________ Para: r-help-es <r-help-es@r-project.org> Enviado: Martes 23 de julio de 2013 7:17 Asunto: Re: Script R : codificación Por favor, ¿podríais probar también éste?. Gracias. Eva
2009 May 11
1
doubt
Hi Sir, I want to install the package "cluster" in R language. I could be installing, but I cant load that package.. I have faced the following warning in installing time.. Warning: cannot remove prior installation of package 'cluster' So, I tried to update the package, but again I faced the following issue update.packages() --- Please select a CRAN mirror for use in this
2013 Sep 25
3
ayuda con aggregate
Hola Juan. ¿Si yo en vez de querer obtener la media quiero sacar el porcentaje de casos que son menores que la media como lo haría? Saludos, Sebastián. El 17 de septiembre de 2013 03:34, Joan Carmona <jcmld@carmonarocha.com>escribió: > Hola Sebastián, > > Qué tal así:? > > > t<-data.frame(A=c(1,2,3,4,5,6,7,8,9,10),B=c(1,1,2,2,3,3,4,4,5,5),C=c(1,1,1,1 > >