Displaying 20 results from an estimated 50000 matches similar to: "Script editor for Windows GUI"
2003 Nov 30
2
R as OS X Framework
After the recent discussion about future direction of the Mac OS X
port, I was toying with the idea to make R a proper Mac OS X framework.
There are several advantages: OS X locates frameworks automatically,
therefore any program wishing to link against R has only to specify
"-framework R" at link time. Furthermore versioning is supported, i.e.
if a program is linked against R 1.7.1
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.
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
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
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
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 Dec 31
1
programming with C++Builder 5
Hi there,
I am using C++ Builder 5 to develop windows GUI interface for a R library package. I have to pass R objects to and from C functions and also evaluate them within C functions. But I always got linking error message of "unresolved external functions" with those internal functions or macros defined in Rinternals.h file. I can not find the reason.
I have included R.h and
2003 Dec 31
1
programming with C++Builder 5
Hi there,
I am using C++ Builder 5 to develop windows GUI interface for a R library package. I have to pass R objects to and from C functions and also evaluate them within C functions. But I always got linking error message of "unresolved external functions" with those internal functions or macros defined in Rinternals.h file. I can not find the reason.
I have included R.h and
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:
2004 Jul 20
2
some problems building a package using R CMD CHECK (PR#7118)
hello,
my name is Roman Pahl and recently i tried to build a package under Windows.
I created the skeleton and did alle the documentation stuff.
As i wanted to check it using the 'R CMD CHECK pkgname' command in the Dos-=
console some errors appeared.
I don=B4t know how to handle.
Here are important parts of the log: I marked my questions with a "<-------=
---"
2003 Apr 01
2
predict in Pspline package (PR#2714)
To whom it may concern,
I don't know whether this is really a bug with the Pspline package or
only a problem with my installation. Things work fine in Linux but
not in Mac OS X (Darwin). Both system run the latest public versions
of R and Pspline.
predict.smooth.Pspline produces only NaN instead of predicted values
when norder>2:
> library (Pspline)
> tt <- seq
2023 Jan 20
1
about RGui HighDPI awareness on windows
Dear all:
Now RGui on windows no HighDPI awareness.try add HighDPI awareness to RGui in last two days.
I write an initial POC(just for verify and only SystemDPI awareness partial implemented) , try to mod graphapp used in R to implemented DPI scaling.
it seems works on my laptop , but need further test.
So I post the patch https://github.com/armgong/misc-r-patch/blob/main/dpi-c-code.diff
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
1999 Jun 03
1
very minor Rgui problem in rw0641 (PR#204)
In Rgui (rw0641) the dialog boxes opened by Help->R(standard interface)
and Help->Apropos have to be closed by actually clicking on OK, rather
than by hitting return. (Once I'm at the keyboard typing in the search
term, return is more natural than going back to the mouse. But maybe I'm
just old-fashioned.)
Is it OK to mention two bugs in one report? After using
2006 Dec 23
4
AltGr not working in R GUI Script Editor (PR#9430)
Full_Name: Zoran Bosnic
Version: 2.4.0
OS: Windows XP SP2
Submission from: (NULL) (212.235.140.146)
This is a problem that occurs in R GUI Script Editor and is connected to Windows
regional settings.
Since I live in Slovenia, my computer has a keyboard with additional slovenian
international characters. I am therefore using Windows XP SP2 with Input
Language (=Keyboard Locale, Control
2005 Mar 18
2
Trouble debugging with gdb, R on Windows
I'm trying to follow the example in the R for Windows FAQ on running
gdb and am getting stuck because gdb tells me "Cannot access memory at
address ...".
Here's what my gdb session looks like (This one from a cygwin shell,
but same results from plain Windows CMD shell):
$ cd R-devel/src/gnuwin32
$ gdb ../../bin/Rgui.exe
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation,
2018 Jan 26
1
When was the script editor introduced in Rgui for windows?
Dear all,
Can anyone please tell me when the script editor was introduced in the Rgui on windows? (And/or where to look for a listing of changes throughout history).
Best regards
S?ren
2004 May 26
3
SJava
Hi again!
I'm trying to download SJava from the http://www.omegahat.org/RSJava/
website.
I'm trying to get the binary.
I download the version from BDR's website.
When I unzip the file via unzip.exe, the new folder appears as SJAVA (upper
case).
>library(SJava)
Error in library(SJava) : There is no package called 'SJava'
>library(SJAVA)
Error in library(SJAVA) :