r-ks¶
Summary¶
Kernel smoothers for univariate and multivariate data.
Versions¶
- 1.10.0
License¶
GPL-2 | GPL-3
Meta¶
package:
name: r-ks
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "1.10.0"
source:
fn: ks_1.10.0.tar.gz
url:
- http://cran.r-project.org/src/contrib/ks_1.10.0.tar.gz
- http://cran.r-project.org/src/contrib/Archive/ks/ks_1.10.0.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
requirements:
build:
- r
- r-kernsmooth >=2.22 # [not win]
- r-misc3d >=0.4_0
- r-multicool
- r-mvtnorm >=1.0_0
- r-rgl >=0.66
run:
- r
- r-kernsmooth >=2.22 # [not win]
- r-misc3d >=0.4_0
- r-multicool
- r-mvtnorm >=1.0_0
- r-rgl >=0.66
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('ks')" # [not win]
- "\"%R%\" -e \"library('ks')\"" # [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: !!python/unicode 'http://www.mvstat.net/tduong'
license: GPL-2 | GPL-3
summary: !!python/unicode 'Kernel smoothers for univariate and multivariate data.'
# The original CRAN metadata for this package was:
# Package: ks
# Version: 1.10.0
# Date: 2015-10-22
# Title: Kernel Smoothing
# Author: Tarn Duong <tarn.duong@gmail.com>
# Maintainer: Tarn Duong <tarn.duong@gmail.com>
# Depends: R (>= 1.4.0), KernSmooth (>= 2.22), misc3d (>= 0.4-0), mvtnorm (>= 1.0-0), rgl (>= 0.66)
# Imports: grDevices, graphics, multicool, stats, utils
# Suggests: MASS
# Description: Kernel smoothers for univariate and multivariate data.
# License: GPL-2 | GPL-3
# URL: http://www.mvstat.net/tduong
# NeedsCompilation: yes
# Packaged: 2015-10-22 20:15:26 UTC; duongt
# Repository: CRAN
# Date/Publication: 2015-10-23 01:29:22
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml