Displaying 20 results from an estimated 9000 matches similar to: "Problems with Rcmd INSTALL on Win32"
2008 Nov 17
1
Rcmd install problem: "cannot open the connection" and "No such file or directory"
Dear all,
On Windows XP with R 2.8.0, I get the error message below when I try install a package from the command line.
(Installing as a local zip-file from the menu in the GUI works fine.) Could anybody point me towards the source (and solution) to the problem?
Regards
Søren
---------------------------------------------------------------------------
C:\Dokumenter\Stat\RLSdevel>rcmd
2006 Sep 29
1
Build error on Windows
Hi,
I'm trying to build R-2.3.1 on windows, but make gives me following error
while building pkg-base:
---------- Making package base ------------
adding build stamp to DESCRIPTION
make[4]: *** [frontmatter] Error 1
make[3]: *** [all] Error 2
make[2]: *** [pkg-base] Error 2
make[1]: *** [rpackage] Error 2
make: *** [all] Error 2
Please note that R.exe, Rterm.exe, Rgui.exe, RCmd.exe are
2003 Feb 15
3
Perl on Windows XP for Rcmd build
Is there a recommended binary version of perl to use under Windows XP
for `Rcmd build'? The R FAQ for Windows just mentions "perl". I
think that Kevin Wang's document on R for Windows suggests ActiveState
perl but I have not been able to install it.
I am running Windows XP Professional on a laptop. The operating
system was originally Windows 98 then upgraded to Windows ME
2004 Jan 05
2
build R package on winXP
Hello,
I wrote an R function and want to build an R package on winXP. I have
set my
path:C:\bin;C:\MinGW\bin;C:\Perl\bin\;C:\Tcl\bin;C:\texmf\miktex\bin;C:\Program
Files\R\rw1081\bin;
I tried to run "Rcmd build --help" but failed. Under
C:\WINDOWS\System32\cmd.exe, I got the error message:
Please set TMPDIR to a valid temporary directory.
Under Cygwin, I got the error message:
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 Feb 17
1
RCMD SHLIB == Couldn't reserve space for cygwin's heap, Win32 ?
I've been trying to create/load/call a dll from R-1.8.1 on Windows without
much success. I've been able to at least load the library on FreeBSD
(1.8.1). I've been able to perform this before using DLL that weren't
created using RCMD SHLIB, but simply compiling under MS DevStudio.
C:\optflikam>rcmd shlib --output=optflikam.dll as47.f as197.f flikam.c
g77 -O2 -Wall -c as47.f
2004 Feb 17
1
RCMD SHLIB == Couldn't reserve space for cygwin's heap, Win32 ?
I've been trying to create/load/call a dll from R-1.8.1 on Windows without
much success. I've been able to at least load the library on FreeBSD
(1.8.1). I've been able to perform this before using DLL that weren't
created using RCMD SHLIB, but simply compiling under MS DevStudio.
C:\optflikam>rcmd shlib --output=optflikam.dll as47.f as197.f flikam.c
g77 -O2 -Wall -c as47.f
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
2005 Jul 08
3
fail in adding library in new version.
Dear all,
I really appreciate your help. I think I have a little advancement. ^_^
When I enter the Dos environment, at first, into the D:\>, I type the following code:
cd Program Files\R\rw2011\
bin\R CMD install /example
"example" is in the d:\, which include the R folder and "DESCRIPTION" file, But I wrote nothing in the "DESCRIPTION" file. Actually, I
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
2009 Jul 20
1
Rcmd check fails on Windows Samba network path in R 2.9.1
Hi,
I have just updated R from version 2.8.1 to version 2.9.1. I am running
Windows XP Professional, Service Pack 3.
With the update, I decided to update a set of packages that I maintain
by compiling them for the new version. Everything worked fine except
for one package. This package is unique (among the six I was working
on) in that is stored on a UNIX-based file server that is
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
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
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
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
2001 May 11
1
Windows, RCMD INSTALL and path (PR#939)
Full_Name: David Firth
Version: 1.2.3
OS: Windows NT4
Submission from: (NULL) (163.1.103.107)
Two things that look like bugs:
1. RCMD INSTALL does not seem to cope with quotes in the Windows path. With my
path set to
PATH="C:\R\Rtools";"C:\R\rw1023\bin";C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\
mingw2\bin
I get, for example,
C:\R>RCMD INSTALL boot
RCMD
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
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
2006 Mar 16
2
RCMD for Windows
Trying to use rcmd in our Windows environment to launch tasks on remote
servers. We are using the job scheduler from Tidal corporation. The
problem is the return code that's coming back to the job
scheduler,Tidal, is from the RCMD NOT from the tasks that it launched.
We need to get the return code from the task that was launched via rcmd.
Help
Lou Zollo
Production Control Manager
2002 Apr 08
1
Still having a problem with Rcmd - TMPDIR
Hello R-users:
I'm experiencing difficulty in building a package in R 1.4.1 under Windows
2000. When I run Rcmd I get this:
F:\r\library>f:\r\bin\rcmd check ringsim
Please set TMPDIR to a valid temporary directory
F:\r\library>f:\r\bin\rcmd build ringsim
Please set TMPDIR to a valid temporary directory
This problem was discussed over a year ago - the problem was attributed to a
Perl