Skip to content

Commit

Permalink
openxlsx2: install from conda
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis authored and sigven committed May 31, 2024
1 parent 5ca4659 commit 2e9ec36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Imports:
Depends:
R (>= 4.0)
Suggests:
testthat,
devtools,
BSgenome.Hsapiens.UCSC.hg19,
BSgenome.Hsapiens.UCSC.hg38,
knitr,
Expand Down
1 change: 0 additions & 1 deletion conda/recipe/cpsr/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

export DISABLE_AUTOBREW=1
${R} -e "install.packages('openxlsx2', repos = 'https://cloud.r-project.org/', lib = '${PREFIX}/lib/R/library')"
${R} CMD INSTALL --build . ${R_ARGS}
4 changes: 4 additions & 0 deletions conda/recipe/cpsr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ requirements:
- git
host:
- r-base ==4.3.3
- r-assertable
- r-assertthat
- r-dplyr
- r-ggplot2
- r-glue
- r-openxlsx2
- r-pcgrr
- r-quarto
- quarto
Expand All @@ -31,10 +33,12 @@ requirements:
- r-tidyr
run:
- r-base
- r-assertable
- r-assertthat
- r-dplyr
- r-ggplot2
- r-glue
- r-openxlsx2
- r-pcgrr
- r-quarto
- quarto
Expand Down

0 comments on commit 2e9ec36

Please sign in to comment.