Displaying 20 results from an estimated 22 matches for "rw1031".
2001 Oct 18
3
Rcmd SHLIB in rw1031 (R for Win)
Thanks for the answers on readme.packages.
I have installed Rw1031 from SetupR.exe including the option
for compiling source files and, following directions in
www.stats.ox.ac.ul/pub/Rtools, have installed:
-tools.zip
-Perl (Active Perl)
-mingw-1.1.tar.gz
-copied sh.exe to c:\bin\sh.exe
After Perl installation, its directory is added to my path. I have also
add...
2001 Nov 12
1
uninstal rw1030 (Win9*)
Hi all,
I installed rw1031 but not uninstalled rw1030 just
to make sure everything was working normally with
the new version. After few weeks, I'm ready to uninstal
rw1030. My question is: should I use the rw1030 unins00.exe
program or could this program damage the rw1031 inatallation (perhaps
modifies the registry...) ?...
2001 Nov 07
2
Rcmd?
Hello,
a short question:
I cannot find the Rcmd file in the my installed Windows R Program.
It is not known as a command inside R (which is not intended as I
suppose)
nor as an executable or similar file elsewhere?
How can I make my own package?
Holger
--
PD Dr. habil. Holger Perlt
Diplomphysiker/Gesch?ftsf?hrer
Reinforcement Control GmbH
Karl-Heine-Str. 99
04229 Leipzig
Germany
Phone: ++49
2001 Oct 15
1
gcc and Windows 2000
...y 31
language R
on NT 4.0 for some time, I have now received a new machine at work with
Windows 2000 on it. Has anyone been able to use the MINGW32 port of gcc
successfully under Windows 2000? Under NT 4.0 I had been using these
commands
gcc -O2 -c %FNAME%.c -IC:\Rw1031\src\include
-IC:\Mingw-1.0.1-20010726\include
dlltool --export-all-symbols --output-def %FNAME%.def %FNAME%.o
gcc --shared -o ..\libs\%FNAME%.dll %FNAME%.def %FNAME%.o
-LC:/Rw1031/src/gnuwin32 -lR
and setting FNAME accordingly. These commands worked perfectly yesterday
under NT 4.0. Now, the fir...
2001 Dec 07
2
error in parse
I am trying to source a file defining a dataset, giving the full path.
(rw1031 on windows 98)
> source("c:\\kjetil\\audiometria\\data\\audiometria.R")
Error in parse(file, n, text, prompt) : syntax error on line 6
also:
> parse(file="c:\\kjetil\\audiometria\\data\\audiometria.R", n=-1)
Error in parse(file, n, text, prompt) : syntax error on line 6...
2001 Dec 21
2
"at 0x78003b44 referenced memory at 0x00000000" (PR#1225)
Full_Name: John Abraham
Version: rw1031
OS: Windows 2000 Professional
Submission from: (NULL) (136.159.125.21)
A friend introduced me to "R", and it seems just what I need -- a good
statistical package with an open source
flavour so that, if it doesn't do what I need it to do, I can extend it.
I installed the latest wind...
2001 Sep 14
2
tkfilefind in tcltk on Windows2000
...uot;")
}
tkfilefind(path)
but this only allows you to access files on the drive of the working
directory.
I also found a problem selecting a file when the path has spaces. IIt
seems to return a vector of characters
> tkfilefind("C:/")
[1] "C:/Program/Files" "/R/rw1031/FAQ"
I was wondering if there was an easier way around these problems? I find
the tkfilefind function very useful when writing small GUI's that
read/write data from files.
Cheers,
Jonathan
--
Jonathan L. Marchini, (home) jonathan.marchini at balliol.ox.ac.uk
Department of Statisti...
2001 Dec 12
1
RE: [R] Rcmd SHLIB problem
...b tryf.a
------- Building tryf.dll from tryf.a --------
echo LIBRARY tryf > tryf.def
echo EXPORTS >> tryf.def
nm tryf.a > Defs
sed -n '/^........ [BCDRT] _/s/^........ [BCDRT] _/ /p' Defs >> tryf.def
rm -f Defs
gcc --shared -s -o tryf.dll tryf.def tryf.a -Lc:/progra~1/R/rw1031/src/
gnuwin32 -lg2c -Lc:/Rtools/ATLAS/lib/WinNT_PIIISSE1 -lcblas -lf77blas
-latlas -lR
Thanks very much for the (temporary) solution. The question is, could this
be a permanent fix?
Regards,
Andy
> -----Original Message-----
> From: Uwe Ligges [mailto:ligges@statistik.uni-dortmund.de]
&g...
2002 Jan 17
1
Error with Grid
...using the setup program. I downloaded grid.zip and installed it using the 'install from zip' in the pull down menu. When I execute library(grid) I get the following error message:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library "D:/r/rw1031/library/grid/libs/grid.dll":
LoadLibrary failure: The specified procedure could not be found.
Error in library(grid) : .First.lib failed
and the following message window appears:
The procedure entry point GECircle could not be located in the dynamic link library R.dll
Any suggestions...
2002 Jan 11
1
Wrong header file in ttest.c (windlgs package).
...vided
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 exits. I believe that it
should be changed back to what it was under "rw1031" which was "graphapp.h".
Apologies if this has already been reported.
Patrick.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or &...
2001 Sep 24
1
Problem with read.table and scan
...wish to work with. I have tried using
read.table and scan and to the best of my knowledge am using the correct
syntax. The error message I receive is
Error in file(file, "r") : cannot open file [file name]
I have the data in text files in white-space delimited form. I put them in
the rw1031 directory.
Thanks,
Uriel Scott
Quantitative Analyst
Mirant Americas, Inc.
678-579-3226
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un...
2001 Nov 23
1
trouble downloading package car
...it work for car.
When I try I get the following messages:
trying URL `http://cran.uk.r-project.org//bin/windows/contrib/PACKAGES'
Content type `text/plain' length 5677 bytes
opened URL
downloaded 5677 bytes
Warning messages:
1: argument `lib' is missing: using F:/USERS/Joslin2001/R/rw1031/library
in: install.packages(car)
2: No package "-3.2" on CRAN. in: download.packages(pkgs, destdir = tmpd,
available
I have tried a couple of mirror sites but to no avail.
If you could give me any advice on how to install this package I would be
most grateful.
Thank you for your help,
J...
2001 Dec 05
1
problem loading quantreg on WinNT
Dear R-help,
Has anyone been able to use the quantreg package on Windows successfully? I
tried to load it and get the following:
> library(quantreg)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"C:/PROGRA~1/R/rw1031/library/quantreg/libs/quantreg.dll":
LoadLibrary failure: The specified procedure could not be found.
Error in library(quantreg) : .First.lib failed
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1...
2001 Dec 11
2
Rcmd SHLIB problem
Dear R-help,
I'm having problem creating a dll using Rcmd SHLIB with R-1.3.1 on WinNT4:
C:\TEMP>Rcmd SHLIB tryf.o
make[1]: `libR.a' is up to date.
make: *** No rule to make target `'tryf.o', needed by `tryf.a'. Stop.
C:\TEMP>Rcmd SHLIB tryf.f
make[1]: `libR.a' is up to date.
make: *** No rule to make target `'tryf.o', needed by `tryf.a'. Stop.
I
2001 Dec 11
2
Rcmd SHLIB problem
Dear R-help,
I'm having problem creating a dll using Rcmd SHLIB with R-1.3.1 on WinNT4:
C:\TEMP>Rcmd SHLIB tryf.o
make[1]: `libR.a' is up to date.
make: *** No rule to make target `'tryf.o', needed by `tryf.a'. Stop.
C:\TEMP>Rcmd SHLIB tryf.f
make[1]: `libR.a' is up to date.
make: *** No rule to make target `'tryf.o', needed by `tryf.a'. Stop.
I
2001 Dec 11
4
crash bug in get("function.name")() (PR#1211)
...hod("print", x, quote = FALSE, right = TRUE, ...)
}
> print.a(tmp)
[1] "this is a"
[1] 1 2 3
Levels: 1 2 3
> get("print.a")(tmp)
[1] "this is a"
Process R exited abnormally with code 5 at Tue Dec 11 16:18:17 2001
----
I am using the windows version rw1031
I also tried on rw1030. rw1030 gives a different code
Process R exited abnormally with code 255 at Tue Dec 11 17:31:06 2001
Rich
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send &qu...
2002 Jan 05
1
R-WinEdt question - answer
...uot;-c\"R-WinEdt-edit\" -er.ini -V")
options(pager"\"c:/program files/winedt/winedt\" -C\"R-WinEdt\" -er.ini -V")
** Careful: R Windows versions, this file is called Rprofile (without the dot)
** and is located in the etc directory (C:\Program Files\rw1031\etc for me).
** However, this is optional: I implemented it on my office computer
** but not on my home PC (pure laziness !). It allows displaying help files
** in a WinEdt window, which is more convenient and stable than with the default
** R pager.
** Be careful with the / and \. I did not change...
2001 Sep 30
1
MASS data sets
All the usual MASS data sets are nicely sitting in
D:\Program Files\rw1022\library\MASS\data
on my laptop
and yet:
> library(MASS)
> data(wtloss)
Warning message:
Data set `wtloss' not found in: data(wtloss)
what could be wrong? I'm running 1.2.2 on Win98.
Murray Jorgensen
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list --
2001 Oct 17
1
read.packages: where is it?
Hi!
The rw-FAQ.html (entry 7.2 How do I include compiled C code?) mentions
the file readme.packages, which I do no find in my installation. I've
tried at CRAN and cannot find it. Doe anyone know where is it?
Thanks
Agus
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es
2001 Oct 19
0
Rcmd SHLIB: another problem
Well, having made the same installation of Rtools
for rw1031
in a Win98 box (the former one was my Win95 labtop) to get
advantage of significantly more RAM, I try
C:\alobo\Rseg>Rcmd SHLIB test.c
make: /bin/sh.exe: Command not found
make: *** [libR] Error 127
despite the fact that I made a C:\bin
directory and copied sh.exe there.
Actually, if I just ty...