r-lambda.r¶
Summary¶
A language extension to efficiently write functional programs in R. Syntax extensions include multi-part function definitions, pattern matching, guard statements, built-in (optional) type safety.
Home¶
Versions¶
- 1.1.7
License¶
LGPL-3
Meta¶
package:
name: r-lambda.r
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "1.1.7"
source:
fn: lambda.r_1.1.7.tar.gz
url:
- http://cran.r-project.org/src/contrib/lambda.r_1.1.7.tar.gz
- http://cran.r-project.org/src/contrib/Archive/lambda.r/lambda.r_1.1.7.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: RUnit
requirements:
build:
- r
run:
- r
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('lambda.r')" # [not win]
- "\"%R%\" -e \"library('lambda.r')\"" # [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: LGPL-3
summary: !!python/unicode 'A language extension to efficiently write functional programs in
R. Syntax extensions include multi-part function definitions, pattern matching,
guard statements, built-in (optional) type safety.'
# The original CRAN metadata for this package was:
# Package: lambda.r
# Type: Package
# Title: Modeling Data with Functional Programming
# Version: 1.1.7
# Date: 2015-03-19
# Depends: R (>= 3.0.0)
# Suggests: RUnit
# Author: Brian Lee Yung Rowe
# Maintainer: Brian Lee Yung Rowe <r@zatonovo.com>
# Description: A language extension to efficiently write functional programs in R. Syntax extensions include multi-part function definitions, pattern matching, guard statements, built-in (optional) type safety.
# License: LGPL-3
# LazyLoad: yes
# Packaged: 2015-03-20 00:09:00 UTC; brian
# NeedsCompilation: no
# Repository: CRAN
# Date/Publication: 2015-03-20 07:03:24
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml