r-svgui¶
Summary¶
Functions to manage GUIs from R
Versions¶
- 0.9_55
License¶
GPL-2
Meta¶
package:
name: r-svgui
# Note that conda versions cannot contain -, so any -'s in the version have
# been replaced with _'s.
version: "0.9_55"
source:
fn: svGUI_0.9-55.tar.gz
url:
- http://cran.r-project.org/src/contrib/svGUI_0.9-55.tar.gz
- http://cran.r-project.org/src/contrib/Archive/svGUI/svGUI_0.9-55.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('svGUI')" # [not win]
- "\"%R%\" -e \"library('svGUI')\"" # [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: http://www.sciviews.org/SciViews-R
license: GPL-2
summary: Functions to manage GUIs from R
# The original CRAN metadata for this package was:
# Package: svGUI
# Type: Package
# Version: 0.9-55
# Date: 2014-03-02
# Title: SciViews GUI API - Functions to manage GUIs
# Author: Philippe Grosjean [aut, cre]
# Authors@R: c(person("Philippe", "Grosjean", role = c("aut", "cre"), email = "phgrosjean@sciviews.org"))
# Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
# Depends: R (>= 2.6.0)
# Description: Functions to manage GUIs from R
# License: GPL-2
# URL: http://www.sciviews.org/SciViews-R
# BugReports: https://r-forge.r-project.org/tracker/?group_id=194
# Packaged: 2014-03-02 09:34:53 UTC; phgrosjean
# NeedsCompilation: no
# Repository: CRAN
# Date/Publication: 2014-03-02 12:40:45
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml