similar to: doubt

Displaying 20 results from an estimated 300 matches similar to: "doubt"

2009 Mar 31
1
Doubt(load large amount of data) -reg
Dear Developers, I want to import the large size (566.639 kb) of data in R. I will try through txt, excel,xml,in this way I successes only small amount of data .but I want to load or import large amount of data in R .so please give me Suggestion Shanthi Rangasamy Ph. D. Student Electronics and Communications Department CEIT - IK4 Research Alliance Pº. Manuel Lardizábal, 15 20.018
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
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 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
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
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
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
2007 Dec 10
1
cyclic dependency error
Dear all, I am encountering a cyclic dependency error when running R CMD check on an R package I wrote (R version 2.6.1, Mac OS X 10.4), see the error message below. Creating a new generic function for "print" in "clValid" Creating a new generic function for "summary" in "clValid" Creating a new generic function for "plot" in
2013 Mar 21
2
Displaying median value over the horizontal(median)line in the boxplot
Hi, set.seed(45) test1<-data.frame(columnA=rnorm(7,45),columnB=rnorm(7,10)) #used an example probably similar to your actual data apply(test1,2,function(x) sprintf("%.1f",median(x))) #columnA columnB # "44.5"? "10.2" par(mfrow=c(1,2)) lapply(test1,function(x) {b<-
2009 Oct 26
6
[Bug 1666] New: sshd throws "Invalid user" for existing users sometimes
https://bugzilla.mindrot.org/show_bug.cgi?id=1666 Summary: sshd throws "Invalid user" for existing users sometimes Product: Portable OpenSSH Version: 4.2p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo:
2012 Jul 01
8
Regresión lineal múltiple: modelo polinómico de grado 3 superpuesto a componentes cosenoidales
Hola:   Tengo un modelo de regresión lineal en el cual las componentes son cosenoidales, y lo construyo del siguiente modo:     modelo = "y ~ I(t) + I(t^2) + I(t^3) + x1[, 1] + x2[, 1]" x1[, 1] = cos(2 * pi * t / periods[1]) x2[, 1] = sin(2 * pi * t / periods[1]) for (i in 2:nComp) {   x1[, i] = cos(2 * pi * t / periods[i])   x2[, i] = sin(2 * pi * t / periods[i])   modelo =
2018 Jan 22
2
How to address the following: CRAN packages not using Suggests conditionally
Re-sending, since I forgot to include the list, sorry. I'm including r-package-devel too this time, as it seems more appropriate for this list. El 22 ene. 2018 10:11, "I?aki ?car" <i.ucar86 at gmail.com> escribi?: > > > El 22 ene. 2018 8:12, "Ulrich Bodenhofer" <bodenhofer at bioinf.jku.at> > escribi?: > > Dear colleagues, dear members of
2011 Dec 09
1
Help understanding cutree used for Dunn Index
Basic question: Is it correct to assume that when using cutree to set the # clusters (say k=4), cutree determines the clusters by the largest distances among all potential clusters? I've read the R help for cutree and am using it to define the number of groups to obtain Dunn Index scores (using clValid library) for cluster analysis (using Euclidean Distance and Ward's method) More
2018 Jan 22
1
How to address the following: CRAN packages not using Suggests conditionally
On 01/22/2018 08:40 AM, Ulrich Bodenhofer wrote: > Thanks a lot, I?aki, this is a perfect solution! I already implemented > it and it works great. I'll wait for 2 more days before I submit the > revised package to CRAN - in order to give others to comment on it. It's very easy for 'pictures of code' (unevaluated code chunks in vignettes) to drift from the actual
2018 Jan 22
0
How to address the following: CRAN packages not using Suggests conditionally
Dear colleagues, dear members of the R Core Team, This was an issue raised by Prof. Brian Ripley and sent privately to all developers of CRAN packages that suggest Bioconductor packages (see original message below). As mentioned in my message enclosed below, it was easy for me to fix the error in examples (new version not submitted to CRAN yet), but it might turn into a major effort for the
2011 Sep 13
2
GO & Protein Complex Analysis for Homo sapiens
Dear All, I need to fetch GO ontologies for Homo sapiens with their mappings to corresponding Uniprot identifiers. I would be using this information to compare result from a clustering algorithm with existing protein complexes. This would be a test to check how the clustering algorithm accurately captures GO terms with respect to the known protein complexes. Can anyone suggest a simple workflow
2018 Jan 22
0
How to address the following: CRAN packages not using Suggests conditionally
Thanks a lot, I?aki, this is a perfect solution! I already implemented it and it works great. I'll wait for 2 more days before I submit the revised package to CRAN - in order to give others to comment on it. Best regards, Ulrich On 01/22/2018 10:16 AM, I?aki ?car wrote: > Re-sending, since I forgot to include the list, sorry. I'm including > r-package-devel too this time, as it
2007 May 31
5
IFB & 802.1q
Hello What I''m looking for is how to configure the Linux QoS module to do global rate limitation for two (or more) 802.1q pseudo network devices. I naturally suppose there is a possibility with IFB. I don''t want to use IMQ because it''s not integrated to my kernel v2.6.21.1 and I didn''t find IMQ patches for it nor for the iptables package I use (v1.3.7).