diff --git a/recipes/r-microbiomestat/meta.yaml b/recipes/r-microbiomestat/meta.yaml index 875e2db41fe04..02a834ac5cc67 100644 --- a/recipes/r-microbiomestat/meta.yaml +++ b/recipes/r-microbiomestat/meta.yaml @@ -14,6 +14,7 @@ source: build: merge_build_host: True # [win] + noarch: generic number: 0 rpaths: - lib/R/lib/ @@ -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 @@ -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)). 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: