Displaying 20 results from an estimated 5000 matches similar to: "R as OS X Framework"
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
Some issues with the recent R-devel (rsync today) on Darwin:
1) Recent R-devel is a bit misleading concerning the R-framework
installation:
A new option --enable-R-framework was introduced, but
install-Rframework ignores its absence (or --disable-R-framework for
that matter) and tries to install the framework anyway in / which fails
just after the R itself was copied into /Versions/.... I
2002 Oct 23
0
R-1.6.1 with gcc-3.3
This is probably only interesting to zero or one or two persons.
gcc-3.3 from Apple's CVS does not handle the -bundle flag properly.
I had to hack configure.ac, which now has
shlib_ldflags="-nostdlib /usr/lib/bundle1.o -Wl,-bundle
-Wl,-bundle_loader,/usr/local/lib/R/bin/R.bin -lgcc" ;;
LIBR_LDFLAGS="-dynamiclib -install_name \$(Rexeclibdir)/libR.dylib
-framework
2003 May 26
1
R's DYLD_LIBRARY_PATH override problems on Mac OS X
In Mac OS X native version: The R shell wrapper (bin/R) overrides
default library search path with DYLD_LIBRARY_PATH and adds (among
others) /usr/X11R6/lib. This causes problems when modules need
(directly or indirectly) libraries from Apple's frameworks which are
masked by X11. Examples for such packages are SJava and RGL. SJava
needs JavaVM which in turn loads OpenGL framework. RGL
2003 Oct 23
2
linking to R.dll on Win32 - issues with recent MinGW?
I encountered several strange issues when linking to R.dll on Windows
and I wonder if anyone of the Windows savvy-folks here had seen some of
the issues before and have some explanation.
My Rserve links to R dynamic library. That works perfectly on unix
boxes and worked fairly well with older MinGW and older R (<=1.7.1).
What I do in fact is that I specify
-L$(R_HOME)/bin -lR
when linking.
2003 Dec 11
2
Failed installation on Mac OSX 10.3 (PR#5697)
I've installed R 1.8.1 on OSX 10.3 (Panther) using the RAqua.pkg and
all indications were that the installation was successful. However,
after double clicking the R icon in the Applications folder, nothing
appears to happen. The following message appears on the console:
Mac OS X Version 10.3 (Build 7B85)
2003-12-11 08:45:31 -0500
prefs written
dyld:
2003 Dec 11
2
Failed installation on Mac OSX 10.3 (PR#5697)
I've installed R 1.8.1 on OSX 10.3 (Panther) using the RAqua.pkg and
all indications were that the installation was successful. However,
after double clicking the R icon in the Applications folder, nothing
appears to happen. The following message appears on the console:
Mac OS X Version 10.3 (Build 7B85)
2003-12-11 08:45:31 -0500
prefs written
dyld:
2003 Sep 16
1
RAqua too hungry of cpu time
It seems that RAqua consumes too much cpu time when doing nothing.
I can't see exactly why this is happening. We have few days to fix this
up. Any idea (after having look at the code) would be fine.
stefano
2003 Aug 29
1
about REPL and loops in general ...
I need to implement some external callbacks to R and I'm not happy with
the current REPL, since it prevents any general solution.
Are there plans to improve the current REPL anytime soon? The current
approach has some deficiencies you are surely aware of (only one input
(=external event loop), the loop is blocked while waiting for input in
R_ReadConsole, ...). But the major problem is
2011 Feb 11
1
Re. When is *interactive* data visualization useful to use?
Hello Tal,
You asked *When is it helpful to use interactive plots? Either for data exploration (for ourselves) and data presentation (for a "client")?*
My answer: It's helpful for checking data quality, for exploration with and without "clients", for checking results, and for data presenting.
Notes:
(1) It's difficult to explain interactive data visualization in
2002 May 09
1
Fixed: embedded R resolving wrong symbols
Hi Duncan
Your suggestion to use '-Bsymbolic' proved to be (almost) the solution. I
tried that and it didn't work because I'm using gcc instead of Sun's
compilers. It took me a bit of time to discoed that gcc uses '-symbolic'
rather than '-Bsymbolic'.
Once I figured that out, changing
LIBR_LDFLAGS = -shared
to
LIBR_LDFLAGS = -symbolic -shared
in Makeconf
2008 Apr 12
4
Response to R across the university
This email isn't asking for assistance, but I thought R-help readers
would find it interesting. This week we offered a half-day
introduction to R for researchers at Augsburg University. The
response was astonishing. Although Augsburg has no medical faculty
and no engineers, there was far too much demand, with interest from
every faculty (barring theology, "for one small
2005 Aug 16
1
Compile failure on OSX
Hi,
I am trying to compile R-2.1.1 on MacOSX 10.3.9, but the make is failing (I
am building it without all the aqua stuff):
./configure --enable-R-shlib --with-lapac
make
.... Snip .....
gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name
/Library/Frameworks/R.framework/Versions/2.1.1/Resources/lib/libRlapack.dyli
b -o libRlapack.dylib dlamc.lo dlapack0.lo dlapack1.lo dlapack2.lo
2004 Feb 25
8
Script editor for Windows GUI
Dear R users / devs,
There's been requests in the past for a text editor built into the Rgui
for Windows, from which code can be submitted to the R console.
Something along the lines of the script editor in S-Plus. Currently
Rgui can only display a file read-only in a pager. As far as I can tell
there's been little motivation to implement an editor, as most
developers use (the
2004 Feb 11
0
Installation on Mac OS X 10.3.2 with Fink readline and headers
Hello!
I'd like to install R on my machine in order to work with Joe Conway's
pl/R in PostgreSQL. I'm running Mac OS X 10.3.2 with readline installed
via Fink. I downloaded the Rdevel.dmg, and installed first
Rframework.pkg and then Rapp.pkg. (I did not install the
J_libreadline.pkg, J_libxml2.pkg, or J_tcltk.pkg also included on the
disk image.) Both Rframework and Rapp
2004 Feb 17
1
"Out of memory" while building R with perl 5.8.2 (PR#6596)
Full_Name: Eric van Gyzen
Version: 1.8.1
OS: FreeBSD 5.1-RELEASE
Submission from: (NULL) (152.3.22.120)
After updating perl from 5.6.1 to 5.8.2, R no longer builds.
Also note that the build continued even after the failure. Is that a bug or a
feature?
================================================================================
>>> Building/Updating help pages for package
2003 Nov 17
0
Re: Source of help.start()'s search java applets
>>>>> "Simon" == Simon Urbanek <simon.urbanek@math.uni-augsburg.de>
>>>>> on Mon, 17 Nov 2003 19:57:00 +0100 writes:
Simon> On Nov 17, 2003, at 7:03 PM, Stefano Iacus wrote:
>> George,
>> I don't think you'll be successfull to doing search from the browser
>> (any apart old versions of Netscape
2003 Oct 31
1
R-1.8.0 + IBM VisualAge/C for AIX compiler
A while ago I compiled R 1.7.0 for AIX (with the above compiler - I'll
call it xlc) and I was surprised that it went quite smoothly.
Unfortunately with R 1.8.0 it's not as easy, but I succeeded at least
partially. Static R works fine (after some tweaking), but
--enable-R-shlib fails resp. produces a buggy R. Following are the
problems I encountered (in a warning-to-fatal-error
2004 May 03
2
R-1.9.0 won't compile on OSX (PR#6848)
Full_Name: Dan Kelley
Version: 1.9.0
OS: OSX (Darwin 7.3.0)
Submission from: (NULL) (129.173.23.36)
R-1.9.0 will not compile on Apple OSX (Darwin kernel 7.3.0). The error msg
starts as follows, and has several more errors.
gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name
/Library/Frameworks/R.f
ramework/Versions/1.9.0/Resources/bin/libRlapack.dylib -o libRlapack.dylib
dlapa
ck0.lo
2010 May 13
1
Where has the stats-rosuda-devel mailing list gone?
I require some assistance with JGR, but following the mailing list link from http://jgr.markushelbig.org/FAQ.html leads me to http://mailman.rz.uni-augsburg.de/mailman/listinfo/stats-rosuda-devel which responds with
No such list stats-rosuda-devel
I was previously subscribed to this mailing list and want to resubscribe, but where has it gone?
Many thanks,
Oliver Mannion
Programmer
COMPASS -
2004 Apr 26
1
eventloop
Hello.
I'm writting a glx device and I've some performance problem with the
eventloop registration system. The device is not refresh when there's no
X event. That's problematic for animation and "smoothness" of display.
Should I use threads or fork the R process to get and independant
way to refresh my device ? Or do you know another way to refresh it ?
Thanks