Skip to content

echo output to screen

1 message · Liaw, Andy

#
Is something like this what you want?
+     eval(substitute(library(pkg)))
+     packageDescription(pkg)
+ }
Package: e1071
Version: 1.5-12
Date: 2006-01-11
Title: Misc Functions of the Department of Statistics (e1071), TU Wien
Depends: class
Imports: graphics, stats
Suggests: cluster, mlbench, nnet, randomForest, rpart, SparseM, xtable
Author: Evgenia Dimitriadou, Kurt Hornik, Friedrich Leisch, David
        Meyer, and Andreas Weingessel
Maintainer: Friedrich Leisch <Friedrich.Leisch at ci.tuwien.ac.at>
Description: Functions for latent class analysis, short time Fourier
        transform, fuzzy clustering, support vector machines, shortest
        path computation, bagged clustering, naive Bayes classifier,
        ...
License: GPL version 2.  See COPYRIGHT.svm.cpp for the copyright of the
        svm C++ code.
SaveImage: no
LazyLoad: yes
Packaged: Wed Jan 11 17:37:06 2006; leisch
Built: R 2.2.1; i386-pc-mingw32; 2006-01-12 09:52:56; windows


Andy


From: Chun-Ying Lee