r-nozzle.r1¶
Summary¶
The Nozzle package provides an API to generate HTML reports with dynamic user interface elements based on JavaScript and CSS (Cascading Style Sheets). Nozzle was designed to facilitate summarization and rapid browsing of complex results in data analysis pipelines where multiple analyses are performed frequently on big data sets. The package can be applied to any project where user-friendly reports need to be created.
Versions¶
- 1.1_1
License¶
LGPL-2
Meta¶
package:
name: r-nozzle.r1
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "1.1_1"
source:
fn: Nozzle.R1_1.1-1.tar.gz
url:
- http://cran.r-project.org/src/contrib/Nozzle.R1_1.1-1.tar.gz
- http://cran.r-project.org/src/contrib/Archive/Nozzle.R1/Nozzle.R1_1.1-1.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('Nozzle.R1')" # [not win]
- "\"%R%\" -e \"library('Nozzle.R1')\"" # [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: !!python/unicode 'http://github.com/parklab/nozzle, http://gdac.broadinstitute.org/nozzle'
license: LGPL-2
summary: !!python/unicode 'The Nozzle package provides an API to generate HTML reports with
dynamic user interface elements based on JavaScript and CSS (Cascading Style Sheets).
Nozzle was designed to facilitate summarization and rapid browsing of complex results
in data analysis pipelines where multiple analyses are performed frequently on big
data sets. The package can be applied to any project where user-friendly reports
need to be created.'
# The original CRAN metadata for this package was:
# Package: Nozzle.R1
# Type: Package
# Title: Nozzle Reports
# Version: 1.1-1
# Date: 2012-05-15
# Author: Nils Gehlenborg <nils@hms.harvard.edu>
# Maintainer: Nils Gehlenborg <nils@hms.harvard.edu>
# Description: The Nozzle package provides an API to generate HTML reports with dynamic user interface elements based on JavaScript and CSS (Cascading Style Sheets). Nozzle was designed to facilitate summarization and rapid browsing of complex results in data analysis pipelines where multiple analyses are performed frequently on big data sets. The package can be applied to any project where user-friendly reports need to be created.
# License: LGPL-2
# URL: http://github.com/parklab/nozzle, http://gdac.broadinstitute.org/nozzle
# BugReports: http://www.github.com/parklab/nozzle/issues
# Copyright: Nozzle is copyright 2013 The Fellows and President of Harvard College and The Broad Institute, Inc. All rights reserved. jQuery is licensed under the MIT license. Copyright 2012 jQuery Foundation. jQuery Tablesorter plugin is licensed under the MIT license. Copyright 2008 Christian Bach.
# LazyLoad: yes
# Collate: 'nozzle.R'
# Packaged: 2013-05-15 14:05:33 UTC; nils
# NeedsCompilation: no
# Repository: CRAN
# Date/Publication: 2013-05-15 19:25:56
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml