similar to: Installation issue R 2.6.1

Displaying 20 results from an estimated 4000 matches similar to: "Installation issue R 2.6.1"

2007 Dec 14
1
garch function in tseries package
I am wondering how to run 'garch' function of 'tseries' package in R2.6.1. I installed R2.3.1 and R2.6.1 in my PC (Windows XP Home) and run a following simple GARCH function in both versions: >garch(dSP[1:300], order = c(1,1)) where 'dSP' is daily return series of a stock index. R2.6.1 can not finish calculation and also I can not stop the
2013 Mar 11
1
RODBC Installation fails
The RODBC installation failed, with the following message ( 2 missing c header files ): checking for sqlext.h... no configure: error: "ODBC headers sql.h and sqlext.h not found" ERROR: configuration failed for package ‘RODBC’ * removing ‘/home/hadoop/R/i686-pc-linux-gnu-library/2.15/RODBC’ Warning in install.packages :   installation of package ‘RODBC’ had non-zero exit status The
2007 Nov 29
1
error in utils:::menuInstallPkgs() for R 2.6.1
Hi, I have upgraded on Windows from R 2.5.1 to R2.6.1 and when i've tried to install packages with utils:::menuInstallPkgs() i've got the following error (which i never got before) Warning: unable to access index for repository http://cran.hostingzero.com/bin/windows/contrib/2.6 Do you have any idea why? Sys.info() sysname release
2007 Dec 30
2
Installing Rgraphviz package on a windows vista pc
Hi, I want to install Rgraphviz on a windows vista pc. The only source file that I found in the bioconductor homepage is a tar file. I can't install from this using the packages command in the R menu. I would like to get some tips on how I can do the installation. Can I just place the extracted Rgraph folder (from the source tar file) in the library folder of R2.6.1 along with the other
2007 Nov 28
1
R install problem on MacOS 10.5.1 (PR#10476)
Full_Name: Saleem Bhatti Version: 2.6.1 OS: MacOSX 10.5.1 Submission from: (NULL) (81.187.216.162) Using R-2.6.1.dmg to do an automated install on MacOS 10.5.1. Installation fails with following text. Installation had errors. Install failed. The Installer could not install some files in "/". Contact the software manufacturer for assistance. See window capture at:
2007 Dec 10
1
help with fatal error message
Dear helper, After some cleaning, I found out that I cannot open my R2.6.0 console with message: "Fatal error: unable to restore saved data in .Rdata", and every time I retry it just kick me off. I am wondering if I still be able to retrieve the data that I've been working for a month. I have installed the new R2.6.1 and it has no problem to open, only there is nothing in it I also
2008 Aug 22
1
Different results between v2.6.1 and 2.7.1 (PR#12579)
Hello~ When I use R2.6.1, the following work correctly. par(mar=3Dc(4.2,3.1,0.5,0.5), oma=3Dc(2,2,2,2)) boxplot(count ~ spray, col =3D "lightgray") box("inner", lty=3D"dotted", col=3D"red") box("outer", lty=3D"solid", col=3D"green") =20 But when I use R2.7.1, the outer region seems too large. I don=A1=A6t know what
2005 Dec 19
1
PDC - Windows cliente change passwd
Hi, i have a problems with windows clients when they try to change the password, windows respond with "Please enter valid character..." but the pass get changed. i have this in smb.conf passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n . when i change that to: passwd chat = *New*UNIX*password* %n *Re*ype*new*UNIX*password* %n
2007 Dec 21
1
R appearance under linux
Dear R users, I have just moved to R2.6.1 under Opensuse linux 10.3. I used to work with R under XPpro. Is it "normal" to have a visual aspect of R under linux different ? I mean without a window with menus etc... What I do is just open a console window and type R then I just obtain a:?? >?? waiting for my input. No menu I can click to open for instance to go to the different
2008 Jun 05
1
memory.size() for large memory usage (PR#11596)
This amusing behaviour is from R2.6.1 on WinXP Pro SP2 running with boot.in= i /3GB flag, exploring memory limits. =20 When actual (object, not total) memory usage hits 2048 MB, memory.size star= ts counting down again, but reports a negative amount, e.g. -2046.333. Is t= his an intended (or unavoidable) feature?) =20 Thanks, =20 Rory Bowden bowden at stats.ox.ac.uk =20 [[alternative
2006 Sep 05
1
Reserve and biobase
Hi I am using Rserve for R2.3.1. every time after I load Biobase library, a new Graphics window frame pops up. Could any onw know how can avoid it. Best Saeede class testReserve { public static void main(String[] args) { RServeConnection rsCon = null; Rconnection c = null; Process proc = null; try { Runtime rt = Runtime.getRuntime(); proc
2006 Jun 16
2
bug in prcomp (PR#8994)
The following seems to be an bug in prcomp(): > test <- ts( matrix( c(NA, 2:5, NA, 7:10), 5, 2)) > test Time Series: Start = 1 End = 5 Frequency = 1 Series 1 Series 2 1 NA NA 2 2 7 3 3 8 4 4 9 5 5 10 > prcomp(test, scale.=TRUE, na.action=na.omit) Erro en svd(x, nu = 0) : infinite or missing values in 'x'
2008 Sep 03
1
ugly plots with xlim/ylim exceeding data range (changed since R2.6.1)
The behaviour of the plot function when used with xlim/ylim and the matplot function as in the following simple example changed between R2.6.1 and 2.7.0+ producing ugly plots in the new versions. In case of plot it looks like the pretty function is called with wrong arguments (i.e. range of supplied data rather than values of xlim and ylim): m = matrix(c(-0.033, 0.009, 0.064, 0.050, 0.097,
2007 Jun 27
2
Loading problem with XML_1.9
Hello all, I have loading problem with XML_1.9 under 64 bit R2.3.1, which I got from http://R.research.att.com/. XML_1.9 works fine under 32 bit R2.5.0. I thought that could be installation problem, and I tried install.packages or biocLite, every time the package installed fine, except some warning messages below: ld64 warning: in /usr/lib/libxml2.dylib, file does not contain requested
2006 Sep 13
2
an error message with 't.test' with R under Unix
Hi list,Could you please help me to explain the following error messages with 't.test' in R Unix 2.1.1? I don't see it in R under Windows (R 2.3.0) or Unix (R2.3.1). Is it really due to the different R versions?Thanks,...TaoUnix session: (R.2.1.1)========================> R.version _ platform x86_64-unknown-linux-gnuarch x86_64 os
2007 Nov 28
0
trouble for building R package in Windows
Dear All, I think I have followed everything for building my first R package (Downloading Rtools, necessary files in necessary locations, no space in path and...). But when in command Prompt I write "Rcmd check mypackage" the first few steps are "OK" but then it gives the following error: checking whether package roots can be installed.....ERROR installation failed see
2006 Sep 24
1
(PR#9248) Incomplete loading of files into Windows script
Please, we do need complete reproduction instructions (and not speculation) as the FAQ asks. 1) How exactly did you read the file in? 2) 'longer' than what? 3) What line ending is this? I've just tried loading a 1000-line 50kb file using the 'Open Script' menu item, and it worked with CRLF, LF or CR line endings. Some guesses are that there are control characters in the
2017 Jun 07
2
Tablas en R
Hola doblett. No sé si te lo han comentado ya, pero yo le echaría un ojo al paquete ReporteRs. Un saludo, Miguel. El 06/06/2017 a las 16:00, doblett escribió: > Muchas gracias a todos por las sugerencias y por la rápida respuesta. > Mi impresión es que no tenemos una solución cómoda para este tema y al > menos en mi día a día es muy útil. > > - Tables, funciona muy bien
2008 Jan 16
3
Rprofile.site not executed?
It seems that my Rprofile.site file is not executed when I start R. To test this I included the following code in that file: .First <- function(){ cat("\nWelcome at", date(), "\n") flush.console() } When I start R the message above is not displayed. I am running R 2.6.1 (rgui.exe) under Vista Home Premium. The Rprofile.site is in the etc folder and the R_PROFILE
2005 Oct 03
2
Samba PDC with a lot of Windows BDC
Hello everybody, I was installed a lot of PDC under Linux Debian, here in my country, but i have a requirement from a client who wish to install a Primary Domain Controller with at least 30 Windows NT Backup domain controllers in all regions of his organization. I'll like to know if it is possible and where i find more information about a possible solution for this. Best Regards to all in