Dear Dieter:
Thanks for the correction. I failed to test the code as written
before I posted it.
Spencer Graves
Dieter Menne wrote:
spencerg <spencer.graves <at> prodsyse.com> writes:
de <- RSiteSearch.function("differential equation")
des <- RSiteSearch.function("differential equations")
# With "de" and "des", each finds things missed by the other.
de. <- de | des # combine into one
sumDE <- packageSum2(de.) # add details on installed packages.
Should be
PackageSum2(de.)
Dieter
______________________________________________
R-help@r-project.org 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@r-project.org 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.