similar to: R install problem on MacOS 10.5.1 (PR#10476)

Displaying 20 results from an estimated 2000 matches similar to: "R install problem on MacOS 10.5.1 (PR#10476)"

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
2008 Apr 07
1
Installation issue R 2.6.1
I am seeing a peculiar installation problem with the R installation files for Windows: R2.6.1 fails to install on MS-Vista with a file corruption issue. But, the same R2.6.1 exe does install OK on Windows ME. The same problem exists with R2.3.1: Fails to install on Windows Vista Succeeds install on Windows ME Succeeds install on Windows 2000 and Windows 98 so it cannot be the installation
2006 Apr 13
2
assignment to a symbol created by paste
Hello, I am creating a number of objects that I wish to have a common name with an index such as x1, x2, x3, ... I would like to do everyting in a loop to make the code compact and minimize the probability of an error by typo. A test problem may look like for (j in 1:10){ as.symbol(paste("x",j,sep="")) <- j; } which ideally would produce x1 = 1, ... x10 = 10. However,
2006 Apr 20
3
the difference between "x1" and x1
Hello, I am not sure what to write in the subject line, but I would like to take a character string that is a variable in a data frame and apply a function that takes a numeric argument to this character string. Here is a simplified example that would solve my problem. Imagine I have my data stored in a data frame. > x1 <- x2 <- x3 <- x4 <- x5 <- rnorm(20,0,1); > data <-
2009 Apr 15
1
Compiling Fortran Subroutines as R Shared Objects on Mac OS-X
Hello, I am trying to compile some F77 subroutines as shared objects for R on my Mac. --> Mac OS-X Version 10.4.11 (Tiger Intel Mac) I have done this (successfully) before on Sun Solaris and Linux Fedora systems using the following command. > R CMD SHLIB myfile.f I have g77 installed from this page. http://hpc.sourceforge.net/ I am using R 2.8.1, and I have installed all 4 additional
2006 Mar 31
1
add1() and glm
Hello, I have a question about the add1() function and quasilikelihoods for GLMs. I am fitting quasi-Poisson models using glm(, family = quasipoisson). Technically, with the quasilikelihood approach the deviance does not have the interpretation as a likelihood-based measure of sample information. Functions such as stepAIC() cannot be used. The function add1() returns the change in the scaled
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
2015 May 19
2
Need Immediate Help:::SAMBA Logon Issues
Hi there Plz go through the following info. Everything is working pretty fine but very frequently, I get the following error: "THERE ARE NO LOGON SERVERS CURRENTLY AVAILABLE TO SERVICE YOUR REQUEST" where these configurations work fine occasionally. [global] ;add group script = /usr/sbin/groupadd %g ;add machine script = /usr/sbin/useradd -s /bin/false -d /var/lib/nobody %u ;add user
2014 Jun 08
2
[LLVMdev] Code generation support in llvm for windows phone
Thank you so much Saleem, The target is Windows phone 8.1 (ARM). I'll update the crash details tomorrow. One big problem is that I have to use a physical windows phone for execution. I wonder if it is possible to execute such "exes" using qemu. Regards, Kashyap On Sun, Jun 8, 2014 at 2:53 AM, Saleem Abdulrasool <compnerd at compnerd.org> wrote: > On Sat, Jun 7, 2014 at
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
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
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 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
2014 Jun 18
2
[LLVMdev] Support for Windows Phone 8.1
Hi Saleem, Though a simple app works great I am facing few issues trying to link a slightly complex object file, generated via LLVM, with some libs generated via Visual Studio - 1. Seems IMAGE_SCN_MEM_16BIT is only written for the the first header in the COFF file, thus functions in other headers (if you are using function sections) don’t work. I was able to workaround this by forcing this entry
2014 Jun 23
4
[LLVMdev] Support for Windows Phone 8.1
On Wed, Jun 18, 2014 at 10:25 AM, Saleem Abdulrasool <compnerd at compnerd.org> wrote: > On Wed, Jun 18, 2014 at 9:09 AM, Damanjit Singh <dsingh at adobe.com> wrote: > >> Hi Saleem, >> >> Though a simple app works great I am facing few issues trying to link a >> slightly complex object file, generated via LLVM, with some libs generated >> via
2015 May 28
1
Need Immediate Help:::SAMBA Logon Issues
Do you have more than one domain controller? Is this just after rebooting a PC? On 05/25/15 14:39, Andrew Bartlett wrote: > On Tue, 2015-05-19 at 14:13 +0500, Yawar Aziz Bhatti wrote: >> Hi there >> >> Plz go through the following info. Everything is working pretty fine but >> very frequently, I get the following error: >> >> "THERE ARE NO LOGON
2006 May 07
1
model selection, stepAIC(), and coxph() (fwd)
Hello, My question concerns model selection, stepAIC(), add1(), and coxph(). In Venables and Ripley (3rd Ed) pp389-390 there is an example of using stepAIC() for the automated selection of a coxph model for VA lung cancer data. A statistics question: Can partial likelihoods be interpreted in the same manner as likelihoods with respect to information based criterion and likelihood ratio tests?
2014 Jun 07
2
[LLVMdev] Code generation support in llvm for windows phone
Hi Saleem, I have a similar situation - I'd appreciate your inputs on it. I noticed that the obj file generated using llvm does not contain "thumb" instructions. I suspect that is what is causing runtime crash for me. Here's what I've tried - Start with a.c (on my linux machine where I have llvm/clang built as of yesterday) int add(int i, int j) {int k
2015 Jan 31
0
[LLVMdev] unwind's permanent residence
On Fri, Jan 30, 2015 at 4:15 PM, Dan Albert <danalbert at google.com> wrote: > On Fri, Jan 30, 2015 at 4:12 PM, Saleem Abdulrasool <compnerd at compnerd.org > > wrote: > >> On Fri, Jan 30, 2015 at 3:35 PM, Dan Albert <danalbert at google.com> wrote: >> >>> Shouldn't it just use the default unwinder for the given platform? >>> >>