Displaying 20 results from an estimated 500 matches similar to: "Rcmd?"
2001 Nov 07
2
C code
Hello,
I am new as R user. After reading the manual I did not understand one
thing:
Is it possible to write a stand-alone C-program (e.g. with its own GUI
etc.) using
R functions inside? (via the R.dll in the Windows case)
I understand that it is possible to write C-code to be used inside R,
which
1. do not use R-functions itself (called with .C)
2. do use R-structures inside (called with
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
added the directory where the R
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 12
1
RE: [R] Rcmd SHLIB problem
Yes, changing line 67 of SHLIB as Uwe suggested worked:
C:\TEMP>Rcmd SHLIB tryf.f
make[1]: `libR.a' is up to date.
rm -f -f tryf.a
ar cr tryf.a *.o
ranlib 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
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 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...) ? Perhaps
should I just delete the rw1030 directory?
Thanks
Dr.
2001 Oct 15
1
gcc and Windows 2000
Hello:
After using R,
> version
_
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1
minor 3.1
year 2001
month 08
day 31
language R
on NT 4.0 for some time, I have now received a new machine at
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
This seems very
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 windows binary, and when I try to run it I get a window
2001 Sep 14
2
tkfilefind in tcltk on Windows2000
Hi,
The tkfilefind demo in the tcltk package doesn't seem to work for me in
Windows2000.
The demo script uses tkfilefind(".") which doesn't display the parent
directory so you can't browse around the whole drive.
Using tkfilefind() (which uses the default path getwd()) doesn't seem to
work for me at all.
I also tried tkfilefind("/") which worked fine but
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
2002 Jan 17
1
Error with Grid
I am using R for Windows ver.1.3.1 that I installed from binaries 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
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 type sh in
the MS-DOS window, it works
2001 Dec 12
0
RE: [R] Rcmd SHLIB problem
Prof. Ripley,
Seems like mine is 629:
c:\home>perl -v
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2001, Larry Wall
Binary build 629 provided by ActiveState Tool Corp.
http://www.ActiveState.com
Built 12:27:04 Aug 20 2001
Will try a newer build and see.
Regards,
Andy
> -----Original Message-----
>
2001 Sep 24
1
Problem with read.table and scan
I have just installed R on a Windows NT system. Unfortunately I am unable
to open any of the data files I 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
2002 Jul 07
1
Obtaining Rcmd.exe for Windows
Hi,
I've installed the latest version of R by running SetupR.exe, but it
doesn't come with Rcmd.exe. Is there an easy way to obtain this file
without going through compiling the source code and all that?
Thanks,
Fred
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2001 Nov 23
1
trouble downloading package car
Dear helpful person,
I have been trying to download package car from the CRAN website using the
install.packages command from within R. I have successfully used this
command to install other packages but can't make 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
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
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 --