Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R ggbiplot #11584

Merged
merged 15 commits into from
Oct 26, 2018
2 changes: 2 additions & 0 deletions recipes/r-ggbiplot/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
R CMD INSTALL --build .
37 changes: 37 additions & 0 deletions recipes/r-ggbiplot/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
package:
name: 'r-ggbiplot'
version: '0.55'
source:
url:
- 'https://github.com/likelet/ggbiplot/archive/v0.55.tar.gz'
sha256: f4be01b2ddbe05846efe67f7182905489de356af017b9e2a09f96625c2d648f2
build:
number: 1
rpaths:
- lib/R/lib/
- lib/
requirements:
build:
- {{ compiler('c') }}
host:
- r-base
- r-devtools
- r-ggplot2
- r-plyr
- r-scales
- r-gridbase
run:
- r-base
- r-devtools
- r-ggplot2
- r-plyr
- r-scales
- r-gridbase
test:
commands:
- '$R -e "library(ggbiplot)"'
about:
date: '2011-10-23'
summary: 'A biplot based on ggplot2'
home: 'http://github.com/vqv/ggbiplot'
license: 'GPL-2'