Displaying 20 results from an estimated 5000 matches similar to: "Embedding R Engine in Cocoa"
2009 Mar 25
1
More Embedding REngine in Cocoa
Hello once again,
After locating the standalone REngine object set, I am having
difficulty integrating them into the XCode project I intend to use
them in.
Suppose one started with the REngine standalone source and a blank
XCode file, what special modifications need to be made to allow the
source files to see inside R.framework? Importing the framework into
the project, setting the
2007 Dec 06
2
R-Cocoa Bridge
I had seen old posts on the list (circa 2002) regarding a Cocoa-R
bridge that was under development, but I can't find anything recent
about it. Does anyone know if this is available somewhere? If not,
does anyone have any experience/pointers calling R functions from Cocoa?
Thanks for your time,
Lee Falin
2006 Nov 21
4
Embedding Rails in a Cocoa app.
Hi,
Has anyone tried to embed rails into a Cocoa app? I have got this
working to a very primitive point using RubyCocoa. After about half an
hour of playing I was able to get WEBrick to serve the rails starter
page inside of a Cocoa app, but that is as far as I have got.
I have an idea for a client/server app where the server is a Cocoa
application that embeds WEBrick (or another server solution
2009 Jun 05
2
[LLVMdev] Using LLVM JIT inside a Cocoa application
Hello,
I am trying to compile a project I am writing with Xcode that will use
LLVM libraries to generate code executed with the JIT.
I would be curious to learn how you deal with LLVM header files,
libraries, makefiles and Cocoa application projects.
My candid understanding is that LLVM projects need to be built with
LLVM makefiles (hence the previous message I sent about LLVM
Projects). I am
2009 Jun 05
0
[LLVMdev] Using LLVM JIT inside a Cocoa application
Hello,
I'm not an LLVM expert, but I think you can build a Cocoa/LLVM project
by using the LLVM's libraries and headers the same way you did with
any other third party library.
In fact, that's what the clang Xcode project does. It does not use any
makefile.
In short:
- Add the llvm/include folder in you header search path (in the
project's build settings).
To add
2009 Nov 26
1
compiling on snow leopard: Cocoa errors?!?!?!
Dear R-gurus,
I'm trying to compile R on my new mac. It's snow leopard. So far I've seemed to be doing pretty well. I've looked at
http://cran.r-project.org/bin/macosx/tools/
http://r.research.att.com/exp/
http://r.research.att.com/building.html
http://r.research.att.com/tools/
All of which have been very helpful. Looking at the threads I've got around some X11 issues
2011 May 26
1
How to resolve conflicts between Cocoa and WineLib...?!
Hello
Can you please tell me if it is possible to resolve the following Cocoa framework / WineLib 1.3.20 conflicts?
I am trying to a port a game from Windows to OS X and I would like to use WINE's Windows Kernel32 library implementation in a Cocoa application [Embarassed]
I think I can probably solve the problem by creating a C++ code only Cocoa framework and linking it with WineLib and my
2005 Jul 25
2
R Cocoa GUI 1.12 (R 2.1.1 Framework) crashes on acf() (PR#8032)
After I upgraded my installation of R for OS X (Tiger) to 1.12, it
consistently crashes when calling the function acf() [stats lib].
Roberto Osorio
2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I downloaded xen-unstable-src.tar and did a make world in RH EL4.
I get the following error and want to know how and where to add "--disable-gfx-check"
Adlib support no
CoreAudio support no
ALSA support no
DSound support no
FMOD support no
kqemu support no
Documentation no
ERROR: QEMU requires SDL or Cocoa for graphical output
To build QEMU without
2006 Jul 26
2
make world generates error :"ERROR: QEMU requires SDL or Cocoa for graphical output"
I downloaded xen-unstable-src.tar and did a make world in RH EL4.
I get the following error and want to know how and where to add "--disable-gfx-check"
Adlib support no
CoreAudio support no
ALSA support no
DSound support no
FMOD support no
kqemu support no
Documentation no
ERROR: QEMU requires SDL or Cocoa for graphical output
To build QEMU without
2008 Dec 22
6
MacOS X cocoa and carbon for Linux?
Do you know about such implementation of the Mac OS API for Linux ?
I was thinking would this be hard to be done ? Having in mind that the MacOS and Linux OSes have much more in common than Linux and Windows. The benefits of such projects will be great , as there is great diversity of applications for MacOS ,and if they can be used native in Linux there will be great advantage for all Linux users.
2004 Oct 20
1
R Cocoa won't load in Mac 10.3
I apologize for the post, but I have not been able to find reference
to this searching the R-archives, web site and WWW.
I installed R-cocoa 2.0.0 using the binary installer package on Mac
OS 10.3. When I try to start the program from the GUI I get the
following error message:
Unable to start R: R_HOME is not set. Please set all required
environment variables before running this program.
2004 Oct 23
2
R_LIBS and R Cocoa GUI for Mac OS X (PR#7308)
Full_Name: David Firth
Version: 2.0.0
OS: Mac OS 10.3.5
Submission from: (NULL) (81.178.234.156)
When running R in R Cocoa GUI 1.0 (v2004-10-14), I have
> Sys.getenv()[["R_LIBS"]]
[1] "/Users/david/Library/R"
> .libPaths()
[1] "/Users/david/Library/R/library"
[2] "/Library/Frameworks/R.framework/Resources/library"
The pasting of
2004 Dec 06
1
Cocoa GUI: pasting in R Console yields syntax error
I've recently upgraded to R-2.0.1 on a Mac running OS X 10.3+
I am using the new Cocoa-based GUI. Everything was working well for a
while. In the middle of an R session, I started "suddenly" to have a
problem where code copied from an open editor window and pasted into
the R Console gives a syntax error. It doesn't matter what the code
is. If the same exact text is typed
2006 Aug 31
1
R crashes in Mac OS 10.4 when Find is used (PR#9192)
Full_Name: Matt Fantle
Version: 1.16
OS: Mac OS 10.4.7
Submission from: (NULL) (128.118.174.213)
Problem: R crashes when 'Command-f' is pressed to begin "Find"
Frequency: This problem is intermittant. Once R crashes, the only solution is
to restart R and try to Find again. There is no regularity to the problem. If
R is opened by double-clicking on a ".R" file,
2004 Dec 16
0
[Fwd: Re: Ruby Cocoa (OS X) questions: deployment & interface builder]
This is a re-post (slightly edited) from the ruby-talk list. I think I''m
going to add a wiki page on the topic.
-------- Original Message --------
Subject: Re: Ruby Cocoa (OS X) questions: deployment & interface builder
Date: Fri, 17 Dec 2004 07:48:26 +0900
From: Nick <devel@nicreations.com>
Reply-To: ruby-talk@ruby-lang.org
To: ruby-talk@ruby-lang.org (ruby-talk ML)
2012 Feb 27
2
compare two data frames of different dimensions and only keep unique rows
Dear list,
I am still struggling with something that should be easy: I compare two data frames with a lot of common rows and want to keep only rows that are NOT in both data frames, unique.
Here are an example of these data frame.
reported <-
structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC",
2013 Nov 21
2
Running R embedded in an mpiexec spawned process - Fatal error: you must specify '--save', '--no-save' or '--vanilla'
I'd like someone familiar with the R options initialization to comment on a difference of behavior within/without mpiexec
I have a (.NET) application with embedded R that is proven to run in a single process:
./Sample1.exe
on a Debian Linux with R 3.0.2
Running the same code with mpiexec, it fails at the R engine initialization:
mpiexec -n 1 ./Sample1.exe
Fatal error: you must
2011 Feb 28
1
windows app to communicate with cocoa lib
Does anyone know of a way to get my Windows MFC app running under WINE to call a function in a native OS X lib or plugin? I would like the ability for my Windows app to call some custom functions which would pull information about the current machine, such as OS X version for example.
I dont really care as to how but I was thinking I could write a 'generic c++ plugin' or 'c++
2020 Oct 19
1
usage of #import in grDevices/src/qdCocoa.h
I happened to notice that this header file uses
#import <Cocoa/Cocoa.h>
This is the first time I came across the preprocessor directive #import;
the first thing I found about it is this Q&A suggesting it's not portable
nor standard C:
https://stackoverflow.com/q/39280248/3576984
On the other hand, this exact invocation seems pretty common on GitHub