Displaying 20 results from an estimated 709 matches for "rcmd".
Did you mean:
cmd
2012 Sep 19
2
Rcmd check problem
...ild 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 myPackageName.tar.gz
Rcmd INSTALL --build myPackageName.tar.gz
Rcmd check myPackageName.zip
The last check command return me an error
Rcmd check myPackageName.zip
Error in rawToChar(block[seq_len(ns)]) :
embedded nul in string:
'P...
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 Rc...
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
...CMD SHLIB when installing source
> packages or running inline C++ code. The environment variables, at
> least inside your running R session, are completely fine.
>
> Now we need to find out why R CMD SHLIB itself fails without producing
> any output. Do you get any output from tools::Rcmd('SHLIB --version')?
> Does tools::Rcmd('') print the list of available options?
Thanks again.
Here is the output before I changed anything in PATH:
```
> tools::Rcmd('SHLIB --version')
> tools::Rcmd('')
Usage: Rcmd command args
where 'command' is...
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 the x64 folder within bin. Please help!
What I've done so far:
1) Downloaded a...
2019 Jun 30
5
Making R CMD nicer
For the record, this is Linux R-devel:
root at 4bef68c16864:~# R CMD
/opt/R-devel/lib/R/bin/Rcmd: 60: shift: can't shift that many
root at 4bef68c16864:~# R CMD -h
/opt/R-devel/lib/R/bin/Rcmd: 62: exec: -h: not found
root at 4bef68c16864:~# R CMD --help
/opt/R-devel/lib/R/bin/Rcmd: 62: exec: --help: not found
This is R-release on macOS:
? R CMD
/Library/Frameworks/R.framework/Resources/b...
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 available. At
D:\Programme\R\rw1090\share\perl/R/Utils.pm line 153...
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 thin...
2006 Jul 08
3
strange limitation on rcmd()
The manual page says, that rcmd() is only to be used by root's processes.
On other OSes (Solaris, AIX), trying to call rcmd() without being root simply
fails.
FreeBSD, however, tries to be helpful and invokes rcmdsh in this case, which
is inefficient and leaves the stderr's filedescriptor (fd2p) unfilled.
Why?
My un...
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 ta...
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...
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 corr...
2003 Feb 11
3
Problems with Rcmd check on Win 2000 & rw1062
When I run Rcmd check on a package on my Windows 2000 machine, I get a
series of error messages like the following:
* checking generic/method consistency ...c:\DOCUME~1\R5018~1.WOO\LOCALS~1\Temp/R
utils138414013: cannot open c:DOCUME~1R5018~1.WOOLOCALS~1Temp/Rin138408157: no s
uch file
It looks as if a Windows s...
2012 Feb 03
3
creating R package
Hi,
I never acutally made a package before. I have a folder, say called
"john" that has everything it needs to be in a R package. Some
instruction says I need Rtools from R mirror site. I installed the
Rtools, but under DOS, the command "Rcmd" is still not recognized.
Any suggestions? Thanks
John
2009 Jul 20
1
Rcmd check fails on Windows Samba network path in R 2.9.1
...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 exported to
the Windows network via Samba. The root of that network path is mapped
to drive "N:" on the local machine.
'Rcmd check' fails for this package under 2.9.1. The error message in
'00install.out' is:
"Error: ERROR: no permission to install to directory
'N:/krc/Umpire/R-Package/Umpire.Rcheck'"
'Rcmd check' works for this package under 2.8.1.
'Rcmd check' works f...
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]]
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
...t is normally done by R CMD SHLIB when installing source
packages or running inline C++ code. The environment variables, at
least inside your running R session, are completely fine.
Now we need to find out why R CMD SHLIB itself fails without producing
any output. Do you get any output from tools::Rcmd('SHLIB --version')?
Does tools::Rcmd('') print the list of available options?
> But I did not fully understand how to adjust PATH.
This WikiHow article points in the right direction:
https://www.wikihow.com/Change-the-PATH-Environment-Variable-on-Windows
It might help to prepe...
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...
2004 Apr 06
2
Problems with Rcmd INSTALL on Win32
Hello. When I try to use Rcmd INSTALL to install a package (whether my
own or someone else's) for the Windows version of R, I get the following
error:
C:\>Rcmd INSTALL cluster_1.8.1.tar.gz
---------- Making package cluster ------------
adding build stamp to DESCRIPTION
Fatal error: you must specify `--save', `--...
2000 Dec 22
1
rw1020 Rcmd INSTALL path\ deletes rw1020\library\* (PR#789)
...sh 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
The session follows further below.
----------------------------------------
More details:
Using cmdproxy.exe under emacs shell-mode under Win98,
It seems that the problem arose when I used
Rcmd INSTALL C:\rw1011\src\lib...
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 label
Volume Serial Number is 0000-0000
Directory of C:\R\rw1041\bin
. <DIR> 01-29-02 12:31p .
....