r-discriminer¶
Summary¶
Functions for Discriminant Analysis and Classification purposes covering various methods such as descriptive, geometric, linear, quadratic, PLS, as well as qualitative discriminant analyses
Versions¶
- 0.1_29
License¶
GPL-3
Meta¶
package:
name: r-discriminer
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.1_29"
source:
fn: DiscriMiner_0.1-29.tar.gz
url:
- http://cran.r-project.org/src/contrib/DiscriMiner_0.1-29.tar.gz
- http://cran.r-project.org/src/contrib/Archive/DiscriMiner/DiscriMiner_0.1-29.tar.gz
# You can add a hash for the file here, like md5 or sha1
# md5: 49448ba4863157652311cc5ea4fea3ea
# sha1: 3bcfbee008276084cbb37a2b453963c61176a322
# patches:
# List any patch files here
# - fix.patch
build:
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
# This is required to make R link correctly on Linux.
rpaths:
- lib/R/lib/
- lib/
# Suggests: MASS, FactoMineR
requirements:
build:
- r
run:
- r
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('DiscriMiner')" # [not win]
- "\"%R%\" -e \"library('DiscriMiner')\"" # [win]
# You can also put a file called run_test.py, run_test.sh, or run_test.bat
# in the recipe that will be run at test time.
# requires:
# Put any additional test requirements here.
about:
home: http://www.gastonsanchez.com
license: GPL-3
summary: Functions for Discriminant Analysis and Classification purposes covering various methods
such as descriptive, geometric, linear, quadratic, PLS, as well as qualitative discriminant
analyses
# The original CRAN metadata for this package was:
# Package: DiscriMiner
# Type: Package
# Title: Tools of the Trade for Discriminant Analysis
# Version: 0.1-29
# Date: 2013-11-14
# Authors@R: c( person("Gaston", "Sanchez", email = "gaston.stat@gmail.com", role = c("aut", "cre")), person("Charles", "Determan", role = "ctb"))
# Depends: R (>= 2.15.0)
# Suggests: MASS, FactoMineR
# Description: Functions for Discriminant Analysis and Classification purposes covering various methods such as descriptive, geometric, linear, quadratic, PLS, as well as qualitative discriminant analyses
# License: GPL-3
# URL: http://www.gastonsanchez.com
# LazyData: yes
# Collate: 'DiscriMiner-package.R' 'FRatio.R' 'betweenCov.R' 'betweenSS.R' 'binarize.R' 'classify.R' 'corRatio.R' 'desDA.R' 'discPower.R' 'disqual.R' 'easyMCA.R' 'geoDA.R' 'getWithin.R' 'groupMeans.R' 'groupMedians.R' 'groupQuants.R' 'groupStds.R' 'groupVars.R' 'linDA.R' 'my_betweenCov.R' 'my_catDA.R' 'my_discFunctions.R' 'my_geoDA.R' 'my_groupMeans.R' 'my_linDA.R' 'my_mca.R' 'my_plsDA.R' 'my_quaDA.R' 'my_tdc.R' 'my_verify.R' 'my_withinCov.R' 'plot.plsda.R' 'print.desda.R' 'print.disqual.R' 'print.geoda.R' 'print.linda.R' 'print.plsda.R' 'print.quada.R' 'print.qualmca.R' 'quaDA.R' 'totalCov.R' 'totalSS.R' 'withinCov.R' 'withinSS.R' 'my_plsDA_old.R' 'plsDA_old.R' 'plsDA.R'
# Packaged: 2013-11-14 19:52:13 UTC; Gaston
# Author: Gaston Sanchez [aut, cre], Charles Determan [ctb]
# Maintainer: Gaston Sanchez <gaston.stat@gmail.com>
# NeedsCompilation: no
# Repository: CRAN
# Date/Publication: 2013-11-15 00:52:30
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml