Skip to content

Commit

Permalink
Fixed issues in meta file such that conda build works
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrojak committed Aug 25, 2021
1 parent baa6ac4 commit c6d58d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package:
version: "{{ version }}"

source:
path: ./
path: ..

build:
number: 0
Expand Down Expand Up @@ -37,7 +37,7 @@ requirements:
- r-rcpp

run:
- r-base >= 3.5
- r-base >=3.5
- r-devtools
- r-biocmanager
- r-mass
Expand All @@ -58,7 +58,7 @@ requirements:

test:
commands:
- $R -e "library(recetox.recetox-aplcms)"
- $R -e "library(recetox.aplcms)"

about:
home: "{{ github }}"
Expand Down

0 comments on commit c6d58d2

Please sign in to comment.