Displaying 4 results from an estimated 4 matches for "rgwnsrc".
Did you mean:
rgnwsrc
1998 Mar 24
0
R-beta: R with gnuwin32 (fwd)
...information
> > that WM_DDE_FIRST is 0x03E0 etc., is dubious in the first place). I
Inserting by hand was by first approach. But in the distribution
that I made available, I used, to avoid legal problem, part of the
header included in lcc-win32 which is freeware. Look to the
file lcc.h in rgwnsrc.tgz.
What is missing in the gnu header are the definitions of the
Edit_something macros and of some constants.
Observe that the use of the first ones can be avoid
if in the source we substitute them with the appropriate
SendMessage calls.
> >
> > 2) Use a portable toolkit. V, w...
1998 Mar 26
0
R-beta: A new port of R to MS Windows on CRAN
...Just unpack rgwnbin.tgz somewhere.
The executable is R.GNW\bin\R.exe. This binary distribution
includes only the standard packages (base+eda+mva+stepfun).
SOURCE DISTRIBUTION
This is an add-on to the R-0.61.1 distribution.
So unpack R-0.61.1.tar.gz somewhere.
Then, from the same directory, unpack rgwnsrc.tgz.
To rebuild the system, go to R-0.61.1/src/gnuwin32.
Then
> make
should build the standard stuff.
To add a new package, you should
a) download it;
b) unpack it in the R-0.61.1/src directory.
c) go to the R-0.61.1/src/gnuwin32 directory and type
> make pkg-xxx
where xxx is the na...
1998 Mar 26
0
R-beta: A new port of R to MS Windows on CRAN
...Just unpack rgwnbin.tgz somewhere.
The executable is R.GNW\bin\R.exe. This binary distribution
includes only the standard packages (base+eda+mva+stepfun).
SOURCE DISTRIBUTION
This is an add-on to the R-0.61.1 distribution.
So unpack R-0.61.1.tar.gz somewhere.
Then, from the same directory, unpack rgwnsrc.tgz.
To rebuild the system, go to R-0.61.1/src/gnuwin32.
Then
> make
should build the standard stuff.
To add a new package, you should
a) download it;
b) unpack it in the R-0.61.1/src directory.
c) go to the R-0.61.1/src/gnuwin32 directory and type
> make pkg-xxx
where xxx is the na...
1998 Mar 22
3
R-0.61.1 compiled with egcs-mingw32
...Just unpack rgwnbin.tgz somewhere.
The executable is R.GNW\bin\R.exe. This binary distribution
includes only the standard packages (base+eda+mva+stepfun).
SOURCE DISTRIBUTION
This is an add-on to the R-0.61.1 distribution.
So unpack R-0.61.1.tar.gz somewhere.
Then, from the same directory, unpack rgwnsrc.tgz.
To rebuild the system, go to R-0.61.1/src/gnuwin32.
Then
> make
should build the standard stuff.
To add a new package, you should
a) download it;
b) unpack it in the R-0.61.1/src directory.
c) go to the R-0.61.1/src/gnuwin32 directory and type
> make pkg-xxx
where xxx is the na...