[R] How is R CMD INSTALL --help executed?

2007-08-26 Thread morphwj
Installation Configuration: Windows XP version 5.1 with Service Pack 2, Rtools 
(bin, MnGW, perl), and HTML HelpWorkshop,  and R-2.5.1.
Files Located: Scrips build, check and install are in C:\Program 
Files\R\R-2.5.1\bin.
Path Verified:  Windows path begins with  c:\Rtools\bin; c:\Rtools\perl\bin; 
c:\Rtools\MinGW\bin; (without quotes).
Documents Being Read: Writing R Extensions, and The Windows toolset in 
R-admin.

The Problem: The example in R Help package.skeleton was created and the 
produced files were edited.  In what window, at what prompt, or in what other 
way is R CMD INSTALL --help  entered or executed?  What additional setup is 
required for the system to recognize this command?
Found example R CMD build --force --binary --auto-zip %1 pkgname in 
search.R-project.org .  What must be done so system can find package pkgname?

Bill Morphet
ATK Launch Systems, RSRM Postfire Evaluation Eng---BeginMessage---
---BeginMessage---
---End Message---
---End Message---
__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How is R CMD INSTALL --help executed?

2007-08-26 Thread Duncan Murdoch
On 26/08/2007 3:55 PM, [EMAIL PROTECTED] wrote:
 Installation Configuration: Windows XP version 5.1 with Service Pack 2, 
 Rtools (bin, MnGW, perl), and HTML HelpWorkshop,  and R-2.5.1.
 Files Located: Scrips build, check and install are in C:\Program 
 Files\R\R-2.5.1\bin.
 Path Verified:  Windows path begins with  c:\Rtools\bin; c:\Rtools\perl\bin; 
 c:\Rtools\MinGW\bin; (without quotes).
 Documents Being Read: Writing R Extensions, and The Windows toolset in 
 R-admin.
 
 The Problem: The example in R Help package.skeleton was created and the 
 produced files were edited.  In what window, at what prompt, or in what other 
 way is R CMD INSTALL --help  entered or executed? 

At a command prompt, i.e. in a DOS window, or Cygwin, or some other 
shell, outside of R.

 What additional setup is required for the system to recognize this command?

What you list above should be sufficient.

Duncan Murdoch

 Found example R CMD build --force --binary --auto-zip %1 pkgname in 
 search.R-project.org .  What must be done so system can find package pkgname?
 
 Bill Morphet
 ATK Launch Systems, RSRM Postfire Evaluation Eng
 
 
 
 
 Subject:
 Returned mail: User unknown
 From:
 [EMAIL PROTECTED] (Webmail Postmaster)
 Date:
 Sun, 26 Aug 2007 17:43:16 +
 To:
 [EMAIL PROTECTED]
 
 To:
 [EMAIL PROTECTED]
 
 
 
 
 
 Subject:
 How is R CMD INSTALL --help executed?
 From:
 [EMAIL PROTECTED]
 Date:
 Sun, 26 Aug 2007 17:43:15 +
 To:
 r-help_at_stat.math.ethz.ch
 
 To:
 r-help_at_stat.math.ethz.ch
 BCC:
 [EMAIL PROTECTED]
 
 
 
 
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.