Package: rtkpp
Type: Package
Title: STK++ integration to R using Rcpp.
Version: 0.8.2
Encoding: UTF-8
Date: 2014-02-08
Authors@R: c(person("Serge", "Iovleff", role=c("aut","cre"),
    email="serge.iovleff@stkpp.org"),
    person("Vincent", "Kubicki", role="ctb",
    email="Vincent.Kubicki@inria.fr"),
    person("Quentin", "Grimonprez", role="ctb",
    email="Quentin.Grimonprez@inria.fr"),
    person("Parmeet", "Bhatia", role="ctb",
    email="bhatia.parmeet@gmail.com"))
Copyright: Inria, and specifically inst/COPYRIGHTS for the STK++
        library
Maintainer: Serge Iovleff <serge.iovleff@stkpp.org>
Description: STK++ (http://www.stkpp.org) is a collection of
    C++ classes for statistics, clustering, linear algebra, arrays (with an
    Eigen-like API), regression, dimension reduction, etc. The integration of
    the library to R is using Rcpp. Some functionalities of the Clustering
    project provided by the library are available in the R environment as R
    functions.
 .
       The rtkpp package includes the header files from the STK++
    library (currently version 0.8.2). Thus users do not need to
    install STK++ itself in order to use it.
 .
       STK++ is licensed under the GNU LGPL version 2 or later. rtkpp
    (the stkpp integration into R) is licensed under the
    GNU GPL version 2 or later.
License: GPL (>= 2) | LGPL (>= 2) | file LICENSE
BugReports: https://www.stkpp.org
LazyLoad: yes
Depends: R (>= 3.0.2), Rcpp
LinkingTo: Rcpp
Imports: methods
URL: http://www.stkpp.org
NeedsCompilation: yes
SystemRequirements: GNU make
Collate: 'ClusterAlgo.R' 'ClusterInit.R' 'ClusterStrategy.R'
        'IClusterModel.R' 'ClusterCategorical.R'
        'ClusterDiagGaussian.R' 'ClusterGamma.R' 'ClusterModelNames.R'
        'ClusterPlot.R' 'global.R' 'rtkpp.R' 'rtkppFlags.R'
        'inlineCxxPlugin.R'
Packaged: 2014-10-21 12:37:40 UTC; iovleff
Author: Serge Iovleff [aut, cre],
  Vincent Kubicki [ctb],
  Quentin Grimonprez [ctb],
  Parmeet Bhatia [ctb]
Repository: CRAN
Date/Publication: 2014-10-21 17:48:19
