similar to: Problems with OS X R

Displaying 20 results from an estimated 700 matches similar to: "Problems with OS X R"

2006 Nov 30
2
Magic Menu library loading error (PR#9405)
Full_Name: Jeff Lee Version: 2.4.0 OS: Mac OS X 10.4 (Tiger) Submission from: (NULL) (12.150.164.100) Just upgraded to an Intel based Mac. Upon launch, I receive the following error: 2006-11-30 12:39:36.870 R[407] *** -[NSBundle load]: Error loading code /Library/InputManagers/MagicMenuEnabler/MagicMenuEnabler.bundle/Contents/MacOS/MagicMenuEnabler for bundle
2019 Jun 25
2
x86 instructions EFLAGS in TableGen
Hello, Here is one question regarding the LLVM TableGen: Which file in the llvm/lib/Target/X86 folder describes how the bits in the EFLAGS register are modified by the x86 instructions? For example, in the "X86InstrInfo.td" file, lines 2134-2135, it says: let SchedRW = [WriteALU], Defs = [EFLAGS], Uses = [EFLAGS] in { def CLC : I<0xF8, RawFrm, (outs), (ins), "clc",
2006 Dec 09
0
R[1821] *** -[NSBundle load]: Error loading code
I get the following error message every time I run R. I am on an Intel Mac, Mac OS X, 10.4.8: 2006-12-08 16:59:40.564 R[1821] *** -[NSBundle load]: Error loading code /Users/michael/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports for bundle / Users/michael/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle, error
2006 Aug 25
2
plot question
Hi everyone, I have what may appear to be a newbie question, but I have looked everywhere I can think to look and I cannot find an answer. On page 35 of "An Introduction to R" the following command appears: plot(ecdf(eruptions), do.points=FALSE, verticals=TRUE). What is the do.points argument? I know what it does (suppresses printing of the points) but where can I find help on it?
2008 Jun 19
1
.Rd file exists in 'man' directory, but R CMD CHECK results in warning
Hello, My package has passed all the R CMD CHECK steps except one. There is an object which I placed in a sysdata.rda file (located in the 'R' directory of the source package). Even though users have no need to access this object, which is a character vector of parameters fed to Fortran code, R CMD CHECK produces a warning that it needs documentation. So I made an .Rd file for it. However,
2007 Feb 14
0
An error message...
Hi, When I start R on my MacBook Pro (Mac OS X 10.4.8) I get this message: 2007-02-15 00:51:16.672 R[268] *** -[NSBundle load]: Error loading code /Users/dalfes/Library/InputManagers/iPLM/iPLM.bundle/Contents/MacOS/iPLM for bundle /Users/dalfes/Library/InputManagers/iPLM/iPLM.bundle, error code 2 (link edit error code 0, error number 0 ()) Can someone help me what it means, and what should I
2015 Sep 29
2
OpenCL toolset (for AMD GPU)
On 09/29/2015 04:19 PM, Tom Stellard via llvm-dev wrote: > On Tue, Sep 29, 2015 at 01:20:57PM +0000, Paweł Bylica via llvm-dev wrote: >> Hi LLVM, >> >> I would like to compile OpenCL kernel for a specific AMD GPU target. Is it >> possible with the current clang/LLVM? >> >> I started by using `clang -x cl` but it looks like at least some OpenCL >>
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
Full_Name: James Howison Version: 2.9.2 OS: Mac OS X 10.5.8 Submission from: (NULL) (128.2.222.163) For quite a while now I have been unable to use Package Manager to install programs. I get the spinning wheel and long lock ups. This happens when I hit, "get list", but that eventually returns, seemingly successfully. However it also happens when I try to install a package, the whole
2009 Nov 20
1
R 2.10 'memory leak'? on OS X
Dear R users, I am running R 2.10.0 on OS X 10.5.8. I had been running 2.10 successfully for about a week (and have used previous R versions for 2+ years on the same computer) until 2 days ago it failed to start up for me. Now when I try to start R, the application tries to initiate for several minutes then crashes. Looking at the activity monitor, my memory usage goes from having about 1.6Gb
2009 Nov 20
2
R 2.10 memory leak on OS X
Dear R users, I am running R 2.10.0 on OS X 10.5.8. I had been running 2.10 successfully for about a week (and have used previous R versions for 2+ years on the same computer) until 2 days ago it failed to start up for me. Now when I try to start R, the application tries to initiate for several minutes then crashes. Looking at the activity monitor, my memory usage goes from having about 1.6Gb
2007 Aug 22
3
integrate
Hi, I am trying to integrate a function which is approximately constant over the range of the integration. The function is as follows: > my.fcn = function(mu){ + m = 1000 + z = 0 + z.mse = 0 + for(i in 1:m){ + z[i] = rnorm(1, mu, 1) + z.mse = z.mse + (z[i] - mu)^2 + } + return(z.mse/m) + } > my.fcn(-10) [1] 1.021711 > my.fcn(10) [1] 0.9995235 > my.fcn(-5) [1] 1.012727 > my.fcn(5)
2019 Jul 21
2
Altering the return address , for a function with multiple return paths
Yes, indeed! The SBCL lisp compiler (not llvm based) used to emit functions which would return either via ret to the usual instruction after the call, or else load the return-address from the stack, then jump 2 bytes later (which would skip over either a nop or a short jmp at original target location). Which one it used depended upon whether the function was doing a multi-valued return (in which
2013 Feb 04
1
[LLVMdev] Problem with PTX assembly printing (NVPTX backend)
Hi Nikolaos, Following commands work great for me. $ clang -S -emit-llvm -target nvptx -x cl -include clc/clctypes.h ../data-types/scalar.cl $ llc -mcpu=sm_30 scalar.s You can follow Justin's blog [1]. It helped me a lot to understand where to start. [1] http://jholewinski.org/blog/llvm-3-0-ptx-backend/ Best, Ankur On Mon, Feb 4, 2013 at 11:40 PM, Justin Holewinski < justin.holewinski
2008 Apr 15
1
rsync-3.0.2 fails testsuite in itemize
HI, rsync-3.0.2 with patches/acls.diff,patches/xattrs.diff,patches/slp.diff fails (most of the time) in the itemize test: ----- itemize log follows Testing for symlinks using 'test -h' makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/foo makepath /usr/src/packages/BUILD/rsync-3.0.2/testtmp/itemize/from/bar/baz cd+++++++++ ./ cd+++++++++ bar/
2004 Mar 05
3
Lyapunov exponent code for time series
Dear all, Has anyone worked on coding for calculating Lyapunov Exponent for a time series data? or any package is available for computing Lyapunov? Please advice and many thanks in advance. Catherine X Wang
2003 Feb 12
2
Samba 3.0 AD usage problems
Dear all, I downloaded samba3.0-alpha21 and followed each step in "ADS-HOWTO.txt". But mapping a network directory from a Windows client failed (step 4: Test your server setup). (Succeeded in other steps.... Including step 5) Only local users in the samba server can access the share folder. (Please refer to the smb.conf listed below...) And "#kadmin -p administrator" fails
2018 Oct 05
2
Configuring two channels
Hi there, Are you able to assist us to configure two channels on icecast? We need to reconfigure icecast (our audio streaming server) to stream multiple "mount" points, to include the two additional streams that a digital radio app requires. Thank you Cat -- *CATHERINE PERCY* *Operations Manager* M: +64 21 076 1182 W: www.ctoa.co.nz F: www.facebook.com/CrescendoTrust
2003 Dec 11
1
Binomial distribution & Catherine Loader's paper
Hi, I've been trying, without success to find a copy of the paper, by Catherine Loader, that describes the algorithn underlying the rbinom() and associated functions. The title is "Fast and Accurate Computation of Binomial Probabilities." All of the links to the paper that I've seen (including in the R docs) lead nowhere (i.e. are 404). I've sent Dr. Loader several emails,
2005 May 11
2
[LLVMdev] Re:RE: Question about inserting instructions
Hi, Thanks Volodya, Misha and Chris, > > For example, > > Correct way: > > Instruction *NewInst = new LoadInst(...); > > NewBB->getInstList().push_back(NewInst); > > > > what I need just put some junk data in the BB, not instructions. From > > assemble code level, it looks like the following, > > > > a piece of code from
2008 Sep 03
3
incomplete final line
Hello, I am trying to read in an Excel file that I saved as a .csv so I can analyze my dissertation data! I am getting really frustrated because this is what I keep getting: In read.table(file = file, header = header, sep = sep, quote = quote, : incomplete final line found by readTableHeader on 'month.csv' can anyone offer some help? Thanks a lot! catherine [[alternative HTML