Skip to content

Commit

Permalink
why not install openxlsx2 from cran, d'oh
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis authored and sigven committed May 19, 2024
1 parent cdb981b commit 840e45f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda/recipe/cpsr/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

export DISABLE_AUTOBREW=1
${R} -e "install.packages('devtools', repos = 'https://cloud.r-project.org/', lib = '${PREFIX}/lib/R/library')"
${R} -e "devtools::install_github(repo = 'JanMarvin/openxlsx2', ref = 'v1.6', lib = '${PREFIX}/lib/R/library')"
${R} -e "install.packages('openxlsx2', repos = 'https://cloud.r-project.org/', lib = '${PREFIX}/lib/R/library')"
${R} CMD INSTALL --build . ${R_ARGS}

0 comments on commit 840e45f

Please sign in to comment.