The directory `man' contains R documentation sources converted via
Sd2Rd from the S documentation sources.

In `nnet.Rd', one needs to add
  \alias{nnet.default}
  \alias{nnet.formula}
and to replace `iris' by `iris3', and to add `data(iris3)' as the first
line of the examples section.

The `.R' files in `R' were obtained from the corresponding S code files
with the following changes:

* All occurences of `single' changed to `double'
* All occurences of `unclass' (used only for factor objects with numeric
codes) were changed to `codes'.  (NEEDS unchanging in future versions of
0.62.)
* zzz.R:  Add
  which.na <- function(x) seq(along = x)[is.na(x)]
and load nnet.so as needed and possible.

Similarly, in the nnet.c (in `src-c'), `float' was replaced by `double'.
# The special `free_*' routines were commented.

-kh
