On Wed, 10 May 2006, Jason Liao wrote:

Thank you very much, Prof. Ripley. This is our own package and in R
only, no C or Fortran code. We are doing this on Windows. So it seems
that we have to setup the complete R development system for a simple R
package to work.

Yes, you do (well, you don't need the compilers but you need the tools and perl).

We cannot convert help to a viewable format without perl (nor are we likely to in the foreseeable future, help formats having been discussed since 2001). We probably could convert R CMD INSTALL to need only Perl
for a package with no C or Fortran code, which might be helpful.


Maybe we should just source() the file in, less elegant though.

Jason

--- Prof Brian Ripley <[EMAIL PROTECTED]> wrote:

In every case I have ever seen mentioned, the solution was to install
the
package properly by R CMD INSTALL and not by a manual kludge.

The message is given if the installation lacks the metadata in the
Meta
subdirectory which INSTALL creates.

--
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



Jason Liao, http://www.geocities.com/jg_liao
Dept. of Biostatistics, http://www2.umdnj.edu/bmtrxweb
University of Medicine and Dentistry of New Jersey
683 Hoes Lane West, Piscataway‚ NJ 08854
phone 732-235-5429, School of Public Health office
phone 732-235-9824, Cancer Institute of New Jersey office

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



--
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to