r-docopt¶
Summary¶
Define a command-line interface by just giving it a description in the specific format.
Versions¶
- 0.4.3.3
License¶
MIT + file LICENSE
Meta¶
package:
name: r-docopt
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.4.3.3"
source:
fn: docopt_0.4.3.3.tar.gz
url:
- http://cran.r-project.org/src/contrib/docopt_0.4.3.3.tar.gz
- http://cran.r-project.org/src/contrib/Archive/docopt/docopt_0.4.3.3.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: testthat
requirements:
build:
- r
- r-stringr
run:
- r
- r-stringr
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('docopt')" # [not win]
- "\"%R%\" -e \"library('docopt')\"" # [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: https://github.com/docopt/docopt.R
license: MIT + file LICENSE
summary: Define a command-line interface by just giving it a description in the specific format.
# The original CRAN metadata for this package was:
# Package: docopt
# Type: Package
# Title: Command-Line Interface Specification Language
# Version: 0.4.3.3
# Date: 2015-05-03
# Author: Edwin de Jonge (edwindjonge@gmail.com)
# Maintainer: Edwin de Jonge <edwindjonge@gmail.com>
# Description: Define a command-line interface by just giving it a description in the specific format.
# License: MIT + file LICENSE
# URL: https://github.com/docopt/docopt.R
# Imports: stringr
# Depends: methods
# Suggests: testthat
# Packaged: 2015-05-04 09:26:29 UTC; Edwin
# NeedsCompilation: no
# Repository: CRAN
# Date/Publication: 2015-05-04 12:06:41
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml