On Thu, 20 Jun 2002, In-Sun Nam wrote:
> Is there any way to use a chapter for Splus 6 in Splus 2000 without
> recompiling and so on?
In principle, perhaps, but why do you want to do this?
1) If the CHAPTER contains compiled code, there is an S.dll. That might be
usable in S+2000 via dll.load, but only if it is not linked against the S+6
dll.
2) You could dump the code in S+6 with dump(oldstyle=T) and edit it,
then source it in S+2000. You need to watch out for S4 construxts like
oldClass, and if any S4 features are actually used, then you will
be stuck.
3) I know of no easy way to make the help .chm usable. Although in
principle it can be decompiled and converted, but the links won't be
usable.
Would it not be *much* easier to get hold of the sources?
--
Brian D. Ripley, ripley@stats.ox.ac.uk
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 272860 (secr)
Oxford OX1 3TG, UK Fax: +44 1865 272595
|