similar to: Error al actualizar R 4.3.0

Displaying 20 results from an estimated 300 matches similar to: "Error al actualizar R 4.3.0"

2023 May 16
0
Error al actualizar R 4.3.0
Hola, lo pude corregir de la siguiente forma: Edité el archivo Rprofile.site agregando las siguientes líneas: options(download.file.method = "libcurl") Sys.setenv("http_proxy"="http://mi_proxy::mi_puerto") Sys.setenv("https_proxy"="http:// http://mi_proxy::mi_puerto") Sys.setenv("ftp_proxy"="http://
2010 May 27
1
problema instalacion
Tengo un problema, instale el R 2.11.0 sin privilegios de administrador en Windows XP y al finalizar la instalación ejecuto el acceso directo para Rgui y me dio el siguiente error: "Error fatal: imposible restaurar datos guardados en .RData" ¿Cuál será el problema? En la maquina estaba instalado con privilegios de administrador el R 2.8.1. Saludos, Sebastián.
2012 May 31
7
problema al actualizar la versiòn de R
Estimados Disculpen la ignorancia, probablemente ya lo hayan respondido, pero al actualizar mi versiòn del programa y querer abrir un workspace creado con la versiòn anterior 2.11.1, indica el siguiente error. No es posible cargar el entorno de trabajo creado Gracias por su ayuda, Alejandro -- tel +54-+2944-422731 int 228 fax +54-+2944-424991 correo electrónico almarti en
2001 Apr 21
2
permisos de archivos ...
como puedo cambiar los permisos para un directorio de tal forma que en un cliente windows pueda leer, guardar pero no pueda borrar archivos??? _________________________________________________________ Do You Yahoo!? Construye tu p?gina personal en Yahoo! GeoCities. ?Es f?cil, r?pido y gratis! http://geocities.yahoo.com.mx
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Y bueno, algo más bonito sí que queda con ggplot... #--------------- datIn <- read.csv("pec.csv", header = TRUE, sep = ";", dec = ",") library(ggplot2) lab_x_idx <- c(1, round(nrow(datIn)/2, 0), nrow(datIn)) lab_x <- as.vector(datIn$hora[ lab_x_idx]) fre_gg <- ggplot( datIn, aes( x = 1:nrow(datIn), y = frec)) + geom_bar(stat =
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
Prueba algo así: library(ggplot2) datos <- read.table("Downloads/pec.csv", header = T, sep = ";", dec = ",") datos$Miles <- as.numeric(gsub("\\.", "", as.character(datos$Miles))) datos$hora <- strptime(datos$hora, format = "%H:%M") ggplot(datos, aes(x = hora, y = Miles)) + geom_line() + scale_x_datetime(date_breaks =
2011 Jun 21
12
Resumen de R-help-es, Vol 28, Envío 31
Hola, soy María, Estoy realizando un trabajo de control de calidad usando en R diferentes tipos de "Control charts", desde el tipo xbar.one, u, p, c,...Y al validar el cálculo de los estadísticos media y desviación típica de mis "Control Charts" en Excel, e investigando, me he dado cuenta de que R calcula las desviaciones de distinto modo según sea el tipo de control chart;
2011 Nov 09
4
raking weighting
Hi everyone, Does anyone know if there is a package to compute raking weights using R? What I need is to create a variable with weights base in some demographic variables (e.g. sexo, age group, area) using the raking procedure. Thank you in advance! -- Sebasti?n Daza
2011 Jul 27
3
nut with 2 salicru ups
Hi, my name is Sebasti?n from Spain I need help for that. I have 2 salicru ups I need monitor with a fedora 14 pc. Someone knows if i can configure ups.conf to monitor one or another ups? only make a upsc "ups" for take data. The upses are connected via usb and nut always read the first one connected. The upses are the same model. Thanks for all! Sebasti?n Le?n del Moral urticaries at
2010 Aug 13
2
samba-3.5.4 + OpenLDAP
Hi folks, I having a problem compiling Samba (Last Stable Version) from source on a Debian fresh install. Escenario: OS: Debian Lenny 5 64 bits Kernel: 2.6.26-2-amd64 Samba Version: 3.5.4 OpenLDAP Version: slapd_2.4.11-1 I tried this before and after the OpenLDAP installation and always have the same error: ./configure --with-ldap --with-ldapsam . . . . . checking for LDAP support...
2012 Oct 11
2
survey package question
Hello, I have got a cluster sample using an election dataset where I already had the final results of a county-specific election. I am trying to figure out what would be the best sampling design for my data. The structure of the dataset is: 1) polling station (in general schools where people vote, for a county, for example, there are 15 polling stations) 2) inside each polling station, there
2011 Feb 02
2
grey scale graphs
Hi everyone, Does anyone know how to get "black and white theme" (grey scale,, I would say) graphs using lattice or ggplot2, as it is shown in this webpage: http://lmdvr.r-forge.r-project.org/figures/figures.html? I am using Sweave, and I cannot get that color configuration. I have added the following option: trellis.device(color=FALSE) but I got a pdf file with color graphs. Thank
2012 Jun 01
5
Curso de R básico no presencial y gratuito
Hola, ¿qué tal? Juanjo Gibaja y yo hemos organizado un curso de R básico, no presencial, colaborativo y gratuito dirigido a aquellas personas que quieren introducirse en el mundo de R. Para más información, pueden consultarse los dos siguientes enlaces: http://www.datanalytics.com/blog/2012/06/01/curso-de-r-gratuito-no-presencial/
2011 Mar 26
2
simple if question
Hi everyone, I have just got different samples from a dataframe (independent and exclusive, there aren't common elements among them). I want to create a variable that indicate the sampling selection of the elements in the original dataframe (for example, 0 = no selected, 1= sample 1, 2=sample 2, etc.). I have tried to do it with ifelse command, but the problem is that the second line
2012 Aug 27
2
randomLCA
Can anybody, please, explain me how many parameter are estimated using randomLCA? For examples, model "dentistry.lca2random" estimate 1 scale (or variance, b_j) parameter and 2 position parameters (a_cj)? Doesn't it? Do I need at least 4 diagnostic tests for such a model? What happens if I specify options blocksize and byclass? How many diagnostic tests (or rater) I need?
2019 Apr 16
3
PROBLEMAS NOMBRES DE COLUMNAS CON ESPACIOS CONEXION R-SQL
Buenas tardes, Estoy tratando de realizar un update en SQL desde R: sqlUpdate(conexion1, data.frame(AUXILIAR), tablename = "AUXILIAR") y me devuelve el siguiente error: *Error in sqlUpdate(conexion1, data.frame(AUXILIAR), tablename = "AUXILIAR", : * * data frame column(s) Corteoptimo Cortediario not in database table* El problema es que sí existen esas columnas en SQL pero
2001 Mar 05
2
[REPOST] Help me: ipmasqadm and default gatway...
Excuse me form reposting the quesiton, but I didn''t find any solution. Any suggestion is welcome Hi, I''m running a Debian 2.2r2 on a university server with 3 public ip o(1.1.1.1 2.2.2.2 and 3.3.3.3 on one ethernet card (but soon we will have three cards). There''s a tunnel (implemented with vtund on a tun interface with local address 192.168.1.10 and remote
2013 Oct 23
3
Problema con Bioconductor y R 3.0.2
No se bien si hacer la pregunta aca, pero en la lista de correo de bioconductor he tenido algunos problemas para hacer la consulta. Por un error actualice R de la version 15.0.3 a la 3.0.2, y ahora no me corren las librerias de bioconductor. Al intentar usar alguna me aparece el mensaje : Your Bioconductor is out-of-date, upgrade to version 2.13 by following instructions at
2017 Mar 19
4
Problema con paquetes knitr y rmarkdown
Buenas tardes, Al tratar de hacer en rstudio documentos pdf, word o html con un archivo rmd me sale un mensaje tal que así: "Rendering R Markdown documents requires updated versions of the following packages: knitr, rmarkdown. Do you want to install these packages now?" He probado a reinstalar esos paquetes (que ya tenía instalados) pero cuando vuelvo a aplicar knit to pdf,
2017 Apr 17
4
Error en sql UpDate
Buenos días, al querer actualizar los datos de una tabla en SQL SERVER sale el siguiente error: Error in sqlUpdate(canal_conexion, Datos, tablename = "Tabla_SQL_SERVER_Actualizar", : [RODBC] Failed exec in Update22018 0 [Microsoft][ODBC SQL Server Driver]Invalid character value for cast specification Gracias desde ya por la ayuda. -- [[alternative HTML version deleted]]