r-futile.options¶
Summary¶
A scoped options management framework
Home¶
Versions¶
- 1.0.0
License¶
LGPL-3
Meta¶
package:
name: r-futile.options
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "1.0.0"
source:
fn: futile.options_1.0.0.tar.gz
url:
- http://cran.r-project.org/src/contrib/futile.options_1.0.0.tar.gz
- http://cran.r-project.org/src/contrib/Archive/futile.options/futile.options_1.0.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/
requirements:
build:
- r
run:
- r
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('futile.options')" # [not win]
- "\"%R%\" -e \"library('futile.options')\"" # [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 scoped options management framework'
# The original CRAN metadata for this package was:
# Package: futile.options
# Type: Package
# Title: Futile options management
# Version: 1.0.0
# Date: 2010-04-05
# Author: Brian Lee Yung Rowe
# Maintainer: Brian Lee Yung Rowe <r@nurometic.com>
# Depends: R (>= 2.8.0)
# Description: A scoped options management framework
# License: LGPL-3
# LazyLoad: yes
# Packaged: Mon Apr 5 21:09:07 2010; brian
# Repository: CRAN
# Date/Publication: 2010-04-06 08:57:40
# NeedsCompilation: no
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml