r-ash¶
Summary¶
David Scott’s ASH routines ported from S-PLUS to R.
Home¶
Versions¶
- 1.0_15
License¶
GPL (>= 2)
Meta¶
package:
name: r-ash
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "1.0_15"
source:
fn: ash_1.0-15.tar.gz
url:
- http://cran.r-project.org/src/contrib/ash_1.0-15.tar.gz
- http://cran.r-project.org/src/contrib/Archive/ash/ash_1.0-15.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/
requirements:
build:
- r
run:
- r
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('ash')" # [not win]
- "\"%R%\" -e \"library('ash')\"" # [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:
license: GPL (>= 2)
summary: !!python/unicode 'David Scott''s ASH routines ported from S-PLUS to R.'
# The original CRAN metadata for this package was:
# Package: ash
# Version: 1.0-15
# Title: David Scott's ASH Routines
# Author: S original by David W. Scott R port by Albrecht Gebhardt <albrecht.gebhardt@aau.at> adopted to recent S-PLUS by Stephen Kaluzny <spk@insightful.com>
# Maintainer: Albrecht Gebhardt <albrecht.gebhardt@aau.at>
# Description: David Scott's ASH routines ported from S-PLUS to R.
# License: GPL (>= 2)
# Date: 2015-08-27
# NeedsCompilation: yes
# Packaged: 2015-08-31 21:39:59 UTC; alge
# Repository: CRAN
# Date/Publication: 2015-09-01 17:56:55
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml