Skip to content

Commit

Permalink
Merge pull request #47 from QCDIS/39-add-r-biorad-to-vol2bird-flavor
Browse files Browse the repository at this point in the history
install missing dependencies  for R venv. Also added vim and nano
  • Loading branch information
skoulouzis authored Jan 20, 2025
2 parents c26ac85 + f1cf293 commit 61d23fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions flavors/vol2bird/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,12 @@ dependencies:
- r-sf
- r-wk
- r-udunits2
- r-irkernel
- r-renv
- r-lobstr
- r-rlang
- r-optparse
- r-rcpp
- r-rcppeigen
- nano
- vim
2 changes: 1 addition & 1 deletion flavors/vol2bird/tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ vol2bird --version &> version || true
if grep -q 'vol2bird version' version ; then cat version ; else exit 255; fi

KNMI_vol_h5_to_ODIM_h5 &> KNMI_vol_h5_to_ODIM_h5_out || true
if grep -q 'Usage: KNMI_vol_h5_to_ODIM_h5 ODIM_file.h5 KNMI_input_file.h5' KNMI_vol_h5_to_ODIM_h5_out ; then cat KNMI_vol_h5_to_ODIM_h5_out ; else exit 255; fi
if grep -q 'Usage: KNMI_vol_h5_to_ODIM_h5 ODIM_file.h5 KNMI_input_file.h5' KNMI_vol_h5_to_ODIM_h5_out ; then cat KNMI_vol_h5_to_ODIM_h5_out ; else exit 255; fi

0 comments on commit 61d23fa

Please sign in to comment.