Skip to content
Prev 31106 / 398513 Next

"Missing links": Hmisc and Design docs

(Ted Harding) <Ted.Harding at nessie.mcc.ac.uk> writes:
In general, you get the missing links if there's a reference to
something that isn't there. Sometimes, it means that you need to
install some other package before this one (e.g. with the set of
recommended packages that ship with R we need to build survival before
boot), but in Frank's case, I think a fair proportion of them are due
to S-PLUS references that he hasn't quite ferreted out yet. Certainly,
trellis and nlminb are S-PLUS items that are not in R (it might
actually be an idea to have help pages that said "foo is an S-PLUS
function that is not in R, you probably want to use bar instead";
anyone want to contribute?)