From: Aaron A. <aa...@us...> - 2008-07-31 22:15:39
|
Update of /cvsroot/jboost/jboost/scripts In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv18899 Added Files: DESCRIPTION README Log Message: meta files for the jboost CRAN package --- NEW FILE: README --- How to use scripts ----------------- Requirements: * R (version 2.6 or higher) * igraph (R package, can be obtained via install.packages or CRAN) * jboost (R package, can be obtained via install.packages or CRAN) The best way to use the scripts is to install the jboost package. This can be done by using the 'install.packages()' from R or by downloading the JBoost package from CRAN and installing via 'R CMD INSTALL jboost'. How to make the package: -------------------------- for (f in dir(pattern=".R$")) source(f) rm(f) package.skeleton("jboost", ls(), force=TRUE) system(paste("cp DESCRIPTION ", "jboost", "/DESCRIPTION", sep="")) system(paste("rm ", "jboost", "/Read-and-delete-me", sep="")) system(paste("R CMD build", "jboost")) --- NEW FILE: DESCRIPTION --- Package: jboost Version: 0.1 Date: 2008-07-31 Title: Plotting JBoost output Author: Aaron Arvey <aa...@cs...> Maintainer: Aaron Arvey <aa...@cs...> Depends: R (>= 2.6.0), igraph Suggests: lattice Description: Boosting can be analyzed in many ways. These functions help visualize margins, scores, atrees, error rates, early stopping, and other related tasks. License: GPL (>= 2) URL: http://jboost.sourceforge.net http://www.sourceforge.com/projects/jboost |