r-biom¶
Summary¶
This is an R package for interfacing with the BIOM format.
Versions¶
- 0.3.12
License¶
GPL-2
Meta¶
package:
name: r-biom
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.3.12"
source:
fn: biom_0.3.12.tar.gz
url:
- https://cran.r-project.org/src/contrib/biom_0.3.12.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: XML, RCurl, lattice, ncdf, igraph, bigmemory, knitr, testthat (>= 0.9.1)
requirements:
build:
- r
- r-plyr
- r-rjsonio
- r-matrix
run:
- r
- r-plyr
- r-rjsonio
- r-matrix
test:
commands:
# You can put additional test commands to be run here.
- $R -e "library('biom')" # [not win]
- "\"%R%\" -e \"library('biom')\"" # [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/joey711/biom/, http://biom-format.org/
license: GPL-2
summary: This is an R package for interfacing with the BIOM format.