Skip to content

Commit

Permalink
Fix installing rmspc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Dec 4, 2023
1 parent 38cc4f7 commit 9a49a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltstack/salt/dependencies/dotnet/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install_dotnet:

install_rmspc_dependencies:
cmd.run:
- name: {{ r_path }}Rscript -e "BiocManager::install('processx', 'GenomicRanges', 'stringr')"
- name: {{ r_path }}Rscript -e "BiocManager::install(c('processx', 'GenomicRanges', 'stringr'))"
- require:
- cmd: install_dotnet
Expand Down

0 comments on commit 9a49a8c

Please sign in to comment.