File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,15 @@ the list.
5555
5656# Coding Standards
5757
58+ Here we have the coding stadards that we ask the group to follow:
59+
58601 . [ Coding Standards] ( wiki#coding-standards )
59612 . [ Software Thinking] ( wiki/coding-standards.md#software-thinking )
60623 . [ Development
6163 Workflow] ( wiki/coding-standards.md#development-workflow )
62644 . [ Misc] ( wiki/coding-standards.md#misc )
6365
64- We do have some direct guidelines developed as issue templates
66+ We also have some direct guidelines developed as issue templates
6567[ here] ( templates ) .
6668
6769# Bioghost Server
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ RUN apt-get update && \
33 apt-get install -y --no-install-recommends pandoc r-cran-rmarkdown
44RUN apt-get update && \
55 apt-get install -y --no-install-recommends libssl-dev
6- RUN Rscript -e 'utils::install.packages("badger")'
6+ RUN Rscript -e 'utils::install.packages("badger","scholar" )'
77CMD ["bash" ]
88
You can’t perform that action at this time.
0 commit comments