diff --git a/recipes/r-sleuth/meta.yaml b/recipes/r-sleuth/meta.yaml index 927b1a41ed814..bbbdb911ca0bd 100644 --- a/recipes/r-sleuth/meta.yaml +++ b/recipes/r-sleuth/meta.yaml @@ -1,15 +1,18 @@ package: name: r-sleuth version: 0.30.0 + source: - url: https://github.com/pachterlab/sleuth/archive/v0.30.0.tar.gz + url: https://github.com/pachterlab/sleuth/archive/v{{ PKG_VERSION }}.tar.gz sha256: c25158dff35416865931f7c95f02c64be764c5b2ce964fe9f40972d96150ddb2 + build: number: 0 skip: true # [win32] rpaths: - lib/R/lib/ - lib/ + requirements: host: - r-base @@ -39,13 +42,16 @@ requirements: - r-reshape2 - r-shiny - r-tidyr + test: commands: - '$R -e "library(''sleuth'')"' + about: home: http://pachterlab.github.io/sleuth license: GPLv3 summary: "Sleuth is an R library for analysis of RNA-Seq experiments for which transcript abundances have been quantified with kallisto." + extra: recipe-maintainers: - MathiasHaudgaard