r-amap¶
Summary¶
Tools for Clustering and Principal Component Analysis (With robust methods, and parallelized functions).
Versions¶
- 0.8_14
License¶
GPL
Meta¶
package:
name: r-amap
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.8_14"
source:
fn: amap_0.8-14.tar.gz
url:
- http://cran.r-project.org/src/contrib/amap_0.8-14.tar.gz
- http://cran.r-project.org/src/contrib/Archive/amap/amap_0.8-14.tar.gz
build:
number: 0
# This is required to make R link correctly on Linux.
rpaths:
- lib/R/lib/
- lib/
# Suggests: Biobase
requirements:
build:
- r
- gcc # [not win]
run:
- r
- libgcc # [not win]
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('amap')" # [not win]
- "\"%R%\" -e \"library('amap')\"" # [win]
about:
home: http://mulcyber.toulouse.inra.fr/projects/amap/
license: GPL
summary: Tools for Clustering and Principal Component Analysis (With robust methods, and parallelized
functions).
# The original CRAN metadata for this package was:
# Package: amap
# Version: 0.8-14
# Date: 2014-12-17
# Title: Another Multidimensional Analysis Package
# Author: Antoine Lucas
# Maintainer: Antoine Lucas <antoinelucas@gmail.com>
# Depends: R (>= 2.10.0)
# Suggests: Biobase
# Description: Tools for Clustering and Principal Component Analysis (With robust methods, and parallelized functions).
# License: GPL
# URL: http://mulcyber.toulouse.inra.fr/projects/amap/
# Packaged: 2014-12-17 18:09:00 UTC; antoine
# Repository: CRAN
# Date/Publication: 2014-12-17 23:26:42
# NeedsCompilation: yes
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml