Displaying 20 results from an estimated 600 matches similar to: "debugging R-devel on WinNT (was RE: zlib location)"
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 Aug 06
2
SIGSEGV in R_RunWeakRefFinalizer, object allocated with Rcpp
Hi all,
I'm not sure if I'm not supposed to do the following (the dyn.unload
part, I mean) or this could be a bug (in R or Rcpp):
```
Rcpp::sourceCpp(code='
#include <Rcpp.h>
class Object {};
//[[Rcpp::export]]
SEXP new_object() {
return Rcpp::XPtr<Object>(new Object());
}'
)
new_object()
dyn.unload(list.files(tempdir(), ".(so|dll)$",
2018 Aug 09
0
SIGSEGV in R_RunWeakRefFinalizer, object allocated with Rcpp
R's dyn.unload() will unconditionally unload the given shared object; it
does not check whether there is any object (external pointer or weak
reference) with a C finalizer pointing into the space of the shared
object being unloaded. So it is expected that R will segfault later when
such finalizer is run.
Currently there is no other way than to handle this on the side of the
shared
1998 Sep 16
4
R-beta: A new version of R-0.62.3 for Win3.1/Win32s, Win95 and WinNT
I have just made available on ftp://sirio.stat.unipd.it/pub/R a
new version of R for MsWindows compiled with gcc-mingw32.
Enclosed you can find the README. Since there are many news
(with respect to my previous port, rw0613), please read it.
guido
------------------------ README ----------------------------------------
rw0623b.zip is a binary distribution of R (based on the last
1998 Sep 16
4
R-beta: A new version of R-0.62.3 for Win3.1/Win32s, Win95 and WinNT
I have just made available on ftp://sirio.stat.unipd.it/pub/R a
new version of R for MsWindows compiled with gcc-mingw32.
Enclosed you can find the README. Since there are many news
(with respect to my previous port, rw0613), please read it.
guido
------------------------ README ----------------------------------------
rw0623b.zip is a binary distribution of R (based on the last
1998 Sep 16
4
R-beta: A new version of R-0.62.3 for Win3.1/Win32s, Win95 and WinNT
I have just made available on ftp://sirio.stat.unipd.it/pub/R a
new version of R for MsWindows compiled with gcc-mingw32.
Enclosed you can find the README. Since there are many news
(with respect to my previous port, rw0613), please read it.
guido
------------------------ README ----------------------------------------
rw0623b.zip is a binary distribution of R (based on the last
2002 Jan 08
0
GraphApp version 3
Hi, I'm the developer of GraphApp, which is a graphics and
user interface toolkit which I believe has been used
by your "R" package.
I don't know whether GraphApp is still used in "R", but
I thought you should know there is a new version of
GraphApp available (version 3) which is built around
a solid, portable core of graphics operations and is
independent of Motif,
2001 Nov 22
2
zlib location
I'm trying to build the 1.4.0 development version of R for Windows.
I'll be posting problems as they arise, until I give up (or succeed),
or someone asks me to stop.
1. I don't have zlib, the compression library. The source file
gnuwin32/unzip/WHERE says to get it from
ftp://ftp.info-zip.org/pub/infozip/zlib/zlib.html; that web site says
it has been closed and redirects me to
2000 Mar 29
1
pre summary: mapping of colornames into hsv?
Hi Martin,
Great that you follow this. My original intention was to be able to
translate colornames to hsv because this would allow using colornames to cut
out a certain part of the colorwheel for colorcoding (HSV component H, see
my code below)
I think internally we might have colors represented as
Colornames, ColorIntegers, ColorHexcodes, ColorRGBs, ColorHSVs (ColorCMYs?)
however the R-user
2000 Jun 26
1
using graphapp.h
Another question
"graphapp.h" in R1.1 defines number of plotting function. is there an
example of how to use them?
Thank.
---------------------------
Vadim Kutsyy
vadim at kutsyy.com
http://www.kutsyy.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2000 Jun 26
1
using graphapp.h
Another question
"graphapp.h" in R1.1 defines number of plotting function. is there an
example of how to use them?
Thank.
---------------------------
Vadim Kutsyy
vadim at kutsyy.com
http://www.kutsyy.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
1998 Sep 19
0
R-beta: win95 v62.3 initial impressions
(Win95, v62.3, Guido's port.)
The graphapp based console seems a definite improvement.
Screen output is much faster. History mechanism present. Can now build
whole system because windres not required. Spin-off is that graphapp
can be used for completely different applications.
A couple of problems.
When R started and then library(pkg), get message (not every time
though) that pkg unable
2000 Jun 17
2
R 1.1.0 for Windows
Windows binaries at CRAN (bin/windows/Windows-NT/base) have been updated
to R-1.1.0. See below for a list of Windows-specific changes.
We thanks all the people who checked over pre-test versions.
guido masarotto
(for the R-core team)
Windows-specific changes to R
=============================
There is now a GUI preferences editor on the Edit menu in Rgui.
A data entry editor is now
2000 Jun 17
2
R 1.1.0 for Windows
Windows binaries at CRAN (bin/windows/Windows-NT/base) have been updated
to R-1.1.0. See below for a list of Windows-specific changes.
We thanks all the people who checked over pre-test versions.
guido masarotto
(for the R-core team)
Windows-specific changes to R
=============================
There is now a GUI preferences editor on the Edit menu in Rgui.
A data entry editor is now
2001 Mar 26
2
Need some help for building R!
Hello Dear R Developers and Users:
I'm trying to compile R with all the tools of the CRAN page.
I compile the R-1.2.2 version without problem.
But when I try to compile the development version 1.3.0 it
doesn't work when I write the command:
make BUILD=MINGW32
First it shows me something like this (I think without problems):
As I make when I compile succesfuly the R-1.2.2 version:
2001 Mar 26
2
Need some help for building R!
Hello Dear R Developers and Users:
I'm trying to compile R with all the tools of the CRAN page.
I compile the R-1.2.2 version without problem.
But when I try to compile the development version 1.3.0 it
doesn't work when I write the command:
make BUILD=MINGW32
First it shows me something like this (I think without problems):
As I make when I compile succesfuly the R-1.2.2 version:
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
2006 Nov 14
2
Building R from source
Hello,
I was trying to build R from source on Windows XP. I installed software which are mentioned from the follow web page http://www.murdoch-sutherland.com/Rtools/ (Last accessed on Nov. 13th, 2006) . Unfortunately, I got error messages whenever I run 'make all recommended' without modifying 'MkRules' file. I have removed software and reinstalled them several times but I still
2002 Jan 11
1
Wrong header file in ttest.c (windlgs package).
Hi everyone,
I've just installed "rw1040" and all the components necessary to compile
packages for windows. I always try out my new installation on the provided
package "windlgs" in order to ensure that everything is working.
This time I ran into a small problem. Indeed, the second line of "ttest.c"
includes a header file ("ga.h") which does not
2007 Jan 24
1
Useful statusbar in RGui
This may be Windows specific, so not appropriate for this List...
Currently, when I'm in console of Rgui, the status bar says a simple message
"R majer ver. minor ver. - A Language and Environment" which I know.
When I'm in plot area, it says "R Graphics" which I know, again.
I think it is very useful if statusbars says current directory,
because in my daily use I