Displaying 20 results from an estimated 2000 matches similar to: "Rcmd on Windows (fwd)"
2002 Jun 12
6
Rcmd on Windows
Hi there,
I was tryting to use "Rcmd SHLIB --help" on Windows RGui. However it always
gives me sytax error message. I wonder whether you have any suggestion.
Thanks in advance!
Best,
Yunda
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help",
2002 Oct 04
1
Rterm Rcmd failure
I tried running these under Windows XP from the dos prompt
at C:/R/rw1050/bin
Rterm --restore --save < test.R
it returned
> (block char)cError: syntax error.
test.R has two lines:
c<-1
c
Do I need a file header for the test.R file?
Then I tried:
>Rcmd BATCH test.R
it returned
perl' is not recognized as an internal or external command, operable
program or batch file.
I have
2002 Jun 17
2
Rgui crashes
My Rgui crashes quite a lot when entering certain characters. I put a
freshly extracted msvcrt.dll into the rw1050\bin directory, but this did not
fix the problem. Perhaps, as stated in the FAQ section, I need also "put the
rw1050\bin directory early in your path" but I do not know how to do it in
Windows Me. Please could you give me some help?
E. Barahona
2002 May 10
1
updata.packages()
Something strange is happening with update.packages on my machine (Win2000,
R-1.5.0 installed from binaries). Some of the packages (see below) keep
getting updated every time. When I issue update.packages() I get this
every time for the last few days (I think since I installed 1.5 and the
packages but I am not sure). This happens with CRAN shown below and also
with CRAN set to
2002 May 21
0
Build
Dear helpers!
I tried to build a package I have written, and which I have built up to now
under R v .1.2.1, Windows 98 and Cygwin.
The plan is to migrate to R v 1.5.0, Windows 2000 and Rtools.
The package fits the decription of Simple Ports in readme.packages.
The command
C:\R\rw1050\src\gnuwin32>make pkg-sag
gave the output
make DLLNM= \
-C C:/R/rw1050/src/library/sag PKG=sag
2002 May 30
1
problem installing quadprog
When I try to build/install the quadprog package under R1.50 and NT4
it seems to have trouble finding blas routines. I'm currently using the
generic blas routines, rather than ATLAS or some other tuned implementation:
> Rcmd INSTALL d:/temp/quadrprog
...
gcc --shared -s -o quadprog.dll quadprog.def quadprog.a quadprog_res.o -Lc:/a
pps/rw1050/src/gnuwin32 -lg2c -lR
2013 Sep 03
1
[PATCH v2] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com>
Add error check when write file, the caller can detect if the disk filled
up (or had an i/o error) and return a NOSAPCE nak to the other side.
Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Roy.Li <rongqing.li at windriver.com>
---
common/tftpsubs.c | 4 +++-
tftpd/tftpd.c | 12 ++++++++++--
2
2002 May 31
1
Library Tcltk
Dears users,
Thanks for your responses concerning my question of yesterday (about stand-alone
package). Il would like to explore two ways:
-- Tcltk extension,
-- Rweb application.
I have installed ActiveTcl (in F:\Tcl), and I have modified the PATH (in the
autoexec.bat file):
set R_LIBS=F:\R\rw1050\library
set PATH=%PATH%;F:\Tcl\bin
set PATH=%PATH%;F:\Tcl\lib
set PATH=%PATH%;F:\R\rw1050\bin
2004 May 27
2
Rcmd check, windows xp, perl (2)
Thank you for your help. I??m sorry that I found not the right
entries in the R-devel. Now, I have again a problem.
After installing all needed things I have run
Rcmd INSTALL -l ../mypkg and respectively
make mypkg
By running Rcmd check I get following message:
* checking for working latex ...Error: environment
variable TMPDIR not set (or set to unusable value) and no
default
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 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 Dec 12
0
Re: [R] Rcmd SHLIB problem
> From: Prof Brian Ripley [mailto:ripley@stats.ox.ac.uk]
>
> The answer seems to be: make sure you are using the tools in a current
> tools.zip. Neither Andy nor Uwe were. Both the version of
> make.exe and
> cygwin1.dll are critical.
>
> It's also wise to have a fairly recent version of Perl (628
> or later), as
> some earlier ones made errors in calls to
2002 Oct 02
0
Re: Rcmd SHLIB" does not work
R users
E-mail: r-help at stat.math.ethz.ch
I really appreciate information from Dr. Ligges and Dr. Wang.
I managed to create DLL files by MinGW and use them as subroutines
on R.
Thank you very much again.
******** E-mail: takezawa at affrc.go.jp ********
***** http://cse.naro.affrc.go.jp/takezawa/patent-e.html *****
2002 May 11
4
Is this a bug of pweibull()?
In rw1050, I found that
> pweibull(3:10, 2)
[1] 0.9998766 0.9999999 1.0000000 1.0000000 NaN NaN
[7] NaN NaN
Warning message:
NaNs produced in: pweibull(q, shape, scale, lower.tail, log.p)
more surprisingly,
> pweibull(3:10, 2.1)
[1] 0.9999566 1.0000000 1.0000000 -Inf NaN NaN
[7] NaN NaN
Warning message:
NaNs produced in: pweibull(q,
2008 Oct 28
1
Saving a 3d array into a matlab file
Dear R users,
I am tryting to save an 3d array to a matlab file like the following.
A <- array(1:24, c(2,3,4))
writeMat(filename, A=A)
But if I load the mat file from Matlab, it is not 3d matrix anymore.
Does anyone know how I can preserve the 3d structure?
Any help will be greatly appreciated.
Minho Chae
[[alternative HTML version deleted]]
2013 Aug 22
2
[PATCH] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com>
Add error check when the write-buffer is finally flushed to the file,
the caller can detect if the disk filled up (or had an i/o error) and
return a NOSAPCE nak to the other side.
Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Roy.Li <rongqing.li at windriver.com>
---
common/tftpsubs.c | 8 +++++---
2001 Apr 12
2
Re: stop() and Rcmd (PR#910)
On Thu, 12 Apr 2001, Prof Brian Ripley wrote:
> On Thu, 12 Apr 2001 ligges@statistik.uni-dortmund.de wrote:
>
> > "Rcmd check" on NT does not catch errors generated by stop() in files
> > in the tests directory. Thus the fact that all the tests complete does
> > not mean they completed succesfully.
In my experiments it *does* put out an error but continues.
2001 Jan 05
1
AW: running Rcmd INSTALL: working now!
I almost didn't believe in it anymore, but Rcmd INSTALL finally is working
for me!
Thanks to all who helped on this, especially to Guido Masarotto, Brian
Ripley, John Fox, Peter Dalgaard, Uwe Ligges.
Anyway, I do think the documentation is a bit confusing here (at least for
me, I don't know if others have felt the same). It might be a good idea to
add the essence of Brians and Guidos
2008 Jun 10
2
err: State got corrupted
Hi All,
I am tryting to setup Puppet masters and client in Sun solaris
environment. ( Global zone puppet Master is running) and non global
zone all puppet clients are installed ( ..Note I have not installed
puppet client in all nonglobal zone .. binaries are shared by Global
zone...
While i m generating client certified i am getting this error .... Any
one has clue ....
bash-3.00# puppetd
2008 Jun 27
1
Open Source Video Codec and Container (alternative to Xvid)
Hi CentOS users
I am running a forum with small video clips (from YouTube and others). I
convert those Macromedia Flash videos with:
$ mencoder example.flv -ovc xvid -xvidencopts bitrate=1000:autoaspect
-vf pp=lb -oac mp3lame -lameopts fast:preset=standard -o example.avi
I use mencoder RPM from Dag Wieers
1) Its very generic command line to convert videos. What would you
improve? The size