r-funr¶
Summary¶
A small utility which wraps Rscript and provides access to all R functions from the shell.
Versions¶
- 0.2.0
License¶
MIT + file LICENSE
Meta¶
package:
name: r-funr
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.2.0"
source:
fn: funr_0.2.0.tar.gz
url:
- http://cran.r-project.org/src/contrib/funr_0.2.0.tar.gz
- http://cran.r-project.org/src/contrib/Archive/funr/funr_0.2.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('funr')" # [not win]
- "\"%R%\" -e \"library('funr')\"" # [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/sahilseth/funr
license: MIT + file LICENSE
summary: A small utility which wraps Rscript and provides access to all R functions from the
shell.
# The original CRAN metadata for this package was:
# Package: funr
# Title: Simple Utility Providing Terminal Access to all R Functions
# Description: A small utility which wraps Rscript and provides access to all R functions from the shell.
# Version: 0.2.0
# Authors@R: person("Sahil", "Seth", email = "me@sahilseth.com", role = c("aut", "cre"))
# License: MIT + file LICENSE
# LazyData: true
# Imports: utils
# URL: https://github.com/sahilseth/funr
# BugReports: https://github.com/sahilseth/funr/issues
# RoxygenNote: 5.0.1.9000
# NeedsCompilation: no
# Packaged: 2015-12-01 22:08:27 UTC; sahilseth
# Author: Sahil Seth [aut, cre]
# Maintainer: Sahil Seth <me@sahilseth.com>
# Repository: CRAN
# Date/Publication: 2015-12-02 00:03:25
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml