Skip to content

Commit

Permalink
noarch; spdx
Browse files Browse the repository at this point in the history
  • Loading branch information
mfansler authored Aug 24, 2024
1 parent bdf9784 commit 08d22fc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions recipes/r-microbiomestat/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ source:

build:
merge_build_host: True # [win]
noarch: generic
number: 0
rpaths:
- lib/R/lib/
Expand All @@ -29,23 +30,23 @@ requirements:
- cross-r-base {{ r_base }} # [build_platform != target_platform]
host:
- r-base
- r-mass
- r-matrix
- r-foreach
- r-ggplot2
- r-ggrepel
- r-lmertest
- r-mass
- r-matrix
- r-matrixstats
- r-modeest
- r-statmod
run:
- r-base
- r-mass
- r-matrix
- r-foreach
- r-ggplot2
- r-ggrepel
- r-lmertest
- r-mass
- r-matrix
- r-matrixstats
- r-modeest
- r-statmod
Expand All @@ -57,14 +58,14 @@ test:

about:
home: https://CRAN.R-project.org/package=MicrobiomeStat
license: GPL-3
license: GPL-3.0-only
summary: A suite of methods for powerful and robust microbiome data analysis addressing zero-inflation,
phylogenetic structure and compositional effects (Zhou et al. (2022)<doi:10.1186/s13059-022-02655-5>). The
methods can be applied to the analysis of other (high-dimensional) compositional
data arising from sequencing experiments.
license_family: GPL3
license_file:
- '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3'
- {{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3

extra:
recipe-maintainers:
Expand Down

0 comments on commit 08d22fc

Please sign in to comment.