Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/sci
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8107

Added Files:
        r-cran-cvtools.info r-cran-lattice.info r-cran-robustbase.info 
Log Message:
R packages for cross-validation


--- NEW FILE: r-cran-lattice.info ---
Package: r-cran-lattice
Version: 0.20-13
Revision: 1
Description: GNU R Tools for lattice graphics
Homepage: http://cran.r-project.org/web/packages/lattice/index.html
License: GPL
Maintainer: David Fang <fang...@users.sourceforge.net>
Source: http://cran.r-project.org/src/contrib/lattice_%v.tar.gz
Source-MD5: ae4bb5767da7cc4bee63354f8f0cd8bd
SourceDirectory: lattice
Depends: r-base
BuildDepends: r-base215, r-base215-dev
CompileScript: <<
  #!/bin/sh -ev
  export TMPDIR=%b/tmp
  pushd ..
  %p/bin/R --verbose CMD build --no-vignettes lattice
<<
InstallScript: <<
  #!/bin/sh -ev
  mkdir -p %i/lib/R/site-library
  pushd %b/.. && %p/bin/R --verbose CMD install --library=%i/lib/R/site-library 
lattice
  install_name_tool -id %p/lib/R/site-library/lattice/libs/lattice.dylib 
%i/lib/R/site-library/lattice/libs/lattice.dylib
<<
Shlibs: <<
  %p/lib/R/site-library/lattice/libs/lattice.dylib 0.0.0 %n (>=0.20-13-1)
<<
DescDetail: <<
Lattice is a powerful and elegant high-level data visualization 
system, with an emphasis on multivariate data, that is sufficient 
for typical graphics needs, and is also flexible enough to handle 
most nonstandard requirements.  
See ?Lattice for an introduction.
<<

--- NEW FILE: r-cran-robustbase.info ---
Package: r-cran-robustbase
Version: 0.9-4
Revision: 1
Description: GNU R Tools for robust methods
Homepage: http://cran.r-project.org/web/packages/robustbase/index.html
License: GPL
Maintainer: David Fang <fang...@users.sourceforge.net>
Source: http://cran.r-project.org/src/contrib/robustbase_%v.tar.gz
Source-MD5: 995bab8ad88e0787c27d7e15715a85bd
SourceDirectory: robustbase
Depends: r-base
BuildDepends: r-base215, r-base215-dev
CompileScript: <<
  #!/bin/sh -ev
  export TMPDIR=%b/tmp
  pushd ..
  %p/bin/R --verbose CMD build --no-vignettes robustbase
<<
InstallScript: <<
  #!/bin/sh -ev
  mkdir -p %i/lib/R/site-library
  pushd %b/.. && %p/bin/R --verbose CMD install --library=%i/lib/R/site-library 
robustbase
  install_name_tool -id %p/lib/R/site-library/robustbase/libs/robustbase.dylib 
%i/lib/R/site-library/robustbase/libs/robustbase.dylib
<<
Shlibs: <<
  %p/lib/R/site-library/robustbase/libs/robustbase.dylib 0.0.0 %n (>=0.9-4-1)
<<
DescDetail: <<
"Essential" Robust Statistics. 
The goal is to provide tools allowing to analyze data with robust methods. 
This includes regression methodology including model selections and 
multivariate statistics where we strive to cover the book 
"Robust Statistics, Theory and Methods" by Maronna, Martin and Yohai; 
Wiley 2006.
<<

--- NEW FILE: r-cran-cvtools.info ---
Package: r-cran-cvtools
Version: 0.3.2
Revision: 1
Description: GNU R Tools for cross-validation
Homepage: http://cran.r-project.org/web/packages/cvTools/index.html
License: GPL
Maintainer: David Fang <fang...@users.sourceforge.net>
Source: http://cran.r-project.org/src/contrib/cvTools_%v.tar.gz
Source-MD5: df3f75920f5c2059ba9caee2c9a34067
SourceDirectory: cvTools
Depends: r-base, r-cran-lattice, r-cran-robustbase
BuildDepends: r-base215, r-base215-dev
CompileScript: <<
  #!/bin/sh -ev
  export TMPDIR=%b/tmp
  pushd ..
  %p/bin/R --verbose CMD build --no-vignettes cvTools
<<
InstallScript: <<
  #!/bin/sh -ev
  mkdir -p %i/lib/R/site-library
  pushd %b/.. && %p/bin/R --verbose CMD install --library=%i/lib/R/site-library 
cvTools
<<
DescDetail: <<
Tools that allow developers to write functions for cross-validation 
with minimal programming effort and assist users with model selection.
<<


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to