Displaying 20 results from an estimated 9000 matches similar to: "Rcmd on Windows"
2002 Jun 14
0
Rcmd on Windows (fwd)
Hi there,
Finally I got this "Rcomd SHLIB" to like me! The reason was because I did
not log in my computer as "administrator", which caused some problem of perl
being found... Anyway, thank you all for the prompt and intelligent
suggestions.
Best,
Yunda
---------- Forwarded message ----------
Date: Thu, 13 Jun 2002 18:30:45 -0700 (PDT)
From: Yunda Huang <yunda at
2000 Dec 22
1
rw1020 Rcmd INSTALL path\ deletes rw1020\library\* (PR#789)
The trailing backslash seems to be the culprit.
After looking at rw1020\bin\INSTALL, I noticed
$pkg =~ s/\/$//;
which I assume is to strip the trailing slash from a package name
before obtaining the package name and cleaning out its directory
I added
$pkg =~ s/\\$//;
immediately after this line. Rerunning
Rcmd INSTALL C:\rw1011\src\library\bqtl\
with that change seemed to work OK
2001 Jan 05
2
running Rcmd INSTALL, again
Ok, one last try. R1.2.0, WinNT 4.0:
[R is installed in: R_HOME=D:\Programme\R\rw1020]
Can anyone give a hint what the following error message (when running Rcmd
INSTALL) means and what to do about it?
cd D:\Programme\R\rw1020\src\library
D:\Programme\R\rw1020\bin\rcmd install testfunctions
make: Entering directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32'
dlltool -k --as as --dllname
2000 Dec 29
2
how to create help files
Dear R users,
this is a question for R version 1.2.0 under Windows NT 4.0, regarding the
documentation of ones own functions.
I have ceated a private library for my functions, which works all very well,
apart from that I am not able to create appropriate help files.
For illustration, here is a simple example of where I'm stuck:
> # first, create a simple function f1:
> f1 <-
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
2001 Jan 05
2
AW: running Rcmd INSTALL, again
Indeed, there is no file named "dlltool" anywhere around here!
So, at last I am beginning to suspect that my collection of tools is
incomplete.
What I have got is "rw1020sp.zip" and
"http://www.stats.ox.ac.uk/pub/bdr/RWin/tools.zip". These are properly
istalled, I think.
readme.packages says "If your package has no C nor Fortran nor C++ sources,
see `Simple
2004 Mar 10
2
Rcmd BATCH command line arguments
I want to run Rcmd BATCH with R_DEFAULT_PACKAGE=base so it doesn't load any
packages, but it seems to reject this argument because it does not start
with a '-' or '--'. Is there a different argument that will work? Thanks.
Benjamin Stabler
Transportation Planning Analysis Unit
Oregon Department of Transportation
555 13th Street NE, Suite 2
Salem, OR 97301 Ph: 503-986-4104
2001 Feb 27
1
RCMD Beginner
Hi, R-users.
I tried to install the 'RODBC' package by input
C:\R>RCMD install RODBC_0_8-2_tar.tar
, but I got the message
'Error: cannot change to directory 'RODBC_0_8-2_tar.tar' '
and failed to install.
The file 'tar32.dll' lies in the system directory.
How can I install the package above mentioned?
OS:Win95
R_HOME:c:\R\rw1020
>From Kobe,
2001 Jan 09
2
quantile function for noncentral f-distribution
hello R-friends,
I'm looking for a quantile function for the noncentral
f-distribution in the area of equivalence hypotheses testing.
Can somebody help me?
Many thanks
-----------------------------------------------------------------
Dipl. Inform. J. Hedderich
Institut f?r Medizinische Informatik Phone : 0431 /
5973182
und Statistik im Klinikum an der CAU
2001 Jan 04
0
running Rcmd INSTALL (creating help files revisited)
It is embarrassing, but I just can't get "Rcmd INSTALL" to work.
I'm using R1.2.0 under Windows NT4.0, and what I do is open a commands
window (cmd.exe) in directory "D:\", and then try the following:
-----
REM this is how my PATH is set:
D:\>set path =
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\nls\DEUTSC
H;d:\PROGRA~1\pfe;
2004 Jul 14
1
RCMD fails in Windows XP
I have setup R 1.9.1 on my Dell laptop running windows XP. I have
installed it to C:\R\rw1091. Rgui runs fine, but Rcmd fails if run with
parameters (i.e. install). The windows dialog box cheerfully says "R for
Windows front-end has encountered a problem and needs to close. We are
sorry for the inconvenience." Running the visual C++ debugger informs me
that there is an unhandled
2004 Feb 21
1
R CMD versus Rcmd
I've just committed changes to R-devel (to become 1.9.0) to allow
scripts to be invoked using the Unix-style "R CMD command" in Windows.
"Rcmd command" will still work, but is no longer documented.
A build incorporating these changes should show up on CRAN tomorrow.
Running "R" by itself will start Rterm.exe. You still run Rgui to get
the GUI version (or just
2002 Feb 01
1
Rcmd Install gives Bad command or file name (PR#1296)
Dear Team,
Don't understand output below. Please advise. Windows98 and
rw1041(patched) from 1/25/02.
Graham Lawrence
C:\>PATH=C:\bin;C:\mingw32;C:\Perl;C:\HtmlWork;C:\R\rw1041\bin;C:\Tcl;C:\Tcl\bin
C:\>Rcmd INSTALL C:\R\lattice_0.4-0.tar.gz
Bad command or file name
C:\>Rcmd
C:\>Rcmd Install
Bad command or file name
C:\>dir C:\R\rw1041\bin
Volume in drive C has no
2012 Sep 19
2
Rcmd check problem
Hi, all.
I was trying to build my R package with R 2.15.1 32bit and win7.
I basically follow the routine in Steven Mosher's blog
http://stevemosher.wordpress.com/step-10-build/
After I fixed the path, and built the skeleton of the package, I started
command prompt and used the following commands in building my package
Rcmd check myPackageName
Rcmd build myPackageName
Rcmd check
2011 Oct 21
3
R v2.13.2 - Cannot find Rcmd on path?
Hello,
I recently updated to R version 2.13.2. With R version 2.10.0, I often
created and installed R packages, however, I cannot do this since updating.
In other words, when I type in Rcmd build -binary PACKAGENAME I receive an
error message: "Rcmd is not recognized as an internal...". I suspect that
this is because Rcmd.exe is no longer installed in the bin folder, but
rather, in
2002 Nov 07
3
Rcmd? Where?
Hello,
I got R 1.6.0 for windows and I need Rcmd, which was not included. Where can I
get it? (I have to start R and give the name of the file with the R-commands
on the command line, so that R is invoked together with its command-file
"todo.R". Do I really need Rcmd for that? To write "Rterm todo.R" did not
work.)
Richard
--
Richard M?ller - Am Spring 9 - D-58802
2007 Sep 07
1
Rcmd install on Vista
Has anyone successfully used Rcmd install or Rcmd check on
Windows Vista? I have been successfully been running R itself,
just not Rcmd install and Rcmd check.
Rcmd check fails, the Ryacas.Rcheck it creates is
read-only, I don't have permission to delete it and I have
to reset the permissions on it just to delete it.
With Rcmd install I am getting the following which looks like I
am running
2003 Jul 29
2
Problems with Rcmd build --- windows
Hola!
I am using Rcmd build --binary ... on a windows XP system, and am
encountering a strange problem. Rcmd claims there are syntax errors
in one of mine .Rd files
******* Syntax error: mismatched or missing brackets in
I take "brackets" to mean [], and I have none of them in the file,
and don't think they are needed. Rcmd prints out the offending file,
and in the printout I
2006 Oct 12
3
Rcmd not working on Windows
I changed the path to include C:\Program Files\R\R-2.3.1\bin, but Rcmd check
[package] just returns an error:
'Rcmd' is not recognized as an internal or external command, operable
program or batch file.
Any ideas? I want to be able to compile this package on Windows.
[[alternative HTML version deleted]]
2004 May 27
2
Rcmd check, windows xp, perl
Dear R users,
With package.skeleton() i have produced successfully my .Rd??s, ...
Now i will run Rcmd check on ..\R\bin\
But Rcmd check (and build) on my Windows XP does not work.
It`s a problem with "perl".
(Translated i get the message:
The instruction Perl is either wrongly written or could not not be found.)
In help("check") I found this:
"These may not work