Displaying 20 results from an estimated 2000 matches similar to: "Unable to connect to a mirror and install packages"
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
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
2009 Oct 29
2
Subida de video en produccion
Hola, tengo un problema con la subida de videos al servidor, (tengo
apache2 como servidor). Quiero subir un video de unos 150Mb y cuando lo
subo en el servidor en modo development me lo sube perfecto pero cuando
lo hago en modo produccion no me lo sube y me tira el siguiente error:
La conexión fue restablecida
La conexión con el servidor http://www.server_name/videos fue
restablecida mientras se
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
2010 Jan 07
1
How to report or correct translations typos?
Hi R users and developers:
Thanks to Mr Pablo Emilio Verde for his constribution
to the spanish translation for R messages he makes a very
good job.
I find a tiny typo on the translation,
in particular on the es.po file line 7312 it says:
"pueto"
it should be:
"puerto"
How can anybody might correct a typo or which is the
best way to correct it on a future patch?
Thank you
2011 Dec 15
3
GUIs para R en 'jaulas' ssh con JailKit y chroot
Hola:
En el trabajo tengo que montar acceso a investigadores a uno de los
servidores de cálculo de la unidad, y he conseguido ya montar un R
dentro de una jaula ssh con JailKit (chroot).
http://olivier.sessink.nl/jailkit/
https://launchpad.net/jailkit
Ahora bien, quería probar que los usuarios pudieran también abrir alguna
GUI al conectarse con ''ssh -X foo@server'' (por
2010 May 04
2
R 2.11.0 for Ubuntu 10.04 Lucid Lynx on CRAN
Dear Ubunutu R users,
Vincent Goulet and myself would like to announce the availability of R
2.11.0 for Ubuntu's latest release, Lucid Lynx. The packages should be
on or arriving soon to your favorite mirror. R 2.11.0 packages also
exist on CRAN for all Ubuntu releases going back to hardy.
As Johannes Ranke pointed out for the Debian release, R packages
installed under R < 2.10.0
2011 Apr 03
1
another question on shapefiles and geom_point in ggplot2
Manuel:
I changed your variable names from x to 'long' and y to 'lat' on the
riqueza_out.csv file.
The code below should do what you want. Also, since the legend title is kind of
long, I broke it
down into three lines so you can see more plot area. I am cc'ing the other
groups so more people
use it if needed.
library(rgdal)
library(ggplot2)
library(sp)
library(maptools)
2006 May 15
8
set_table_name and self.table_name
I have some legacy tables that I used set_table_name on, I''m attempting
to write a method that will get key value from a sequence table and then
update it and return a value. I''m hoping to put this in the base
ActiveRecord method so I would like to reference the table name with
self.table_name or something...
class Contacts < ActiveRecord::Base
set_table_name
2006 Mar 03
13
Listing help
Hi,
I''ve created a Rails application and am having a problem listing by a
particular category in an associated table. I followed the instructions
found at the O''Reilly tutorial
(http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html?page=3) but have
not had success. Can anyone please outline a better set of instructions
than in the "Showing Recipes in a
2008 Jul 29
1
Samba with apps clipper very slow
Hello. I have an app running on a clipper Samba version 3.02319121616102
. In my network there are approximately 80 clients Win98 and 20
clients NT-XP. By connecting customers begins to degrade the
performance of the app very slow getting around. Any help? Thank you.
Deputy smb.conf.
Hola. Tengo una app en clipper ejecut?ndose sobre Samba version
3.02319121616102
. En mi red hay
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
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
2018 May 10
2
anchura chunk en pdf
Instalado ?tinytex?
> install.packages(?tinytex?)
y cargándolo
> library(tinytex)
Fue una causalidad: cuando instalé este paquete los PDFs comenzaron a salir correctamente de anchura. Tampoco puede darte una explicación :(
Saludos,
Patricio
Patricio Suárez Gil
Unidad de Investigación Área V-Gijón
Planta 5ª Impar
Hospital Universitario de Cabueñes
C/Prado, 395
33203 Gijón (Asturias)
2006 Mar 09
1
ActionMailer Question -- can''t find email templates
I have a PageController that displays a form. The form is just
straight HTML, I only used the form helpers for the form tag as so:
--
<%= form_tag({:action => :send_request}, {:method=>:post,
:name=>''childsplay''})%>
--
In my page controller I have this:
--
def send_request
email = InfoMailer::deliver_sendrequest(params)
end
---
in my action mailer class I
2018 Apr 19
3
Usuario en r-help
Hola a todos,
No se si a alguien m?s le sucedi? lo mismo:
Al mandar una pregunta a esta lista, que amablemente me respondieron Carlos y Javier, la primer respuesta que recib? fue de una persona que no tiene nada que ver con R ni nada por el estilo. Tiene pinta de ser spam. Posteriormente recib? otro correo de otra direcci?n de email con el mismo nombre y con el subject de mi pregunta.
2006 May 29
0
R-2.3 macosx segfault
Dear all,
this is my first message to this list. I hope it is not off topic
(and should have been posted to R-help for example).
I have R-2.3.0 installed on a couple of systems, including powermac
G5, iBook G4 (both with MacOSX 10.4.6), windows xp and linux (kubuntu
5.10). When trying to install package aroma from authors web site I
found that R for macosx crashes with segfault. This
2019 Jan 30
2
Conexion a SQLServer
Hola,
Yo empleo RODBC, previamente he creado el origen de datos ODBC en mi
equipo y hago:
library(RODBC)
odbc_con <- odbcConnect("origenODBC")
siniestros <- sqlQuery(odbc_con,"
SELECT *
FROM tal.tal")
odbcCloseAll()
Con VPN en remoto y demás, sin problemas. Saludos.
-------- Mensaje Original --------
Asunto: Re: [R-es] Conexion a
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
2016 Mar 01
4
nueva distribución de R y problema solucionado
Estimados
Hace un tiempo pregunte por un problema con neuralnet, hoy instale R desde https://mran.revolutionanalytics.com/ y el problema anterior fue solucionado por sus desarrolladores, pero me asombre por un cambio en la velocidad (no use un test con muchos datos como para ser objetivos pero la experiencia de usuario es fluida).
Simplemente comparto el link por si a alguno le interesa usar