Skip to content

Commit 2b9a971

Browse files
authored
Merge pull request #19 from USCbiostats/pmarjora-docker-patch-1
Pmarjora docker patch 1
2 parents 2b6c9eb + 2eb9a59 commit 2b9a971

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
5860
1. [Coding Standards](wiki#coding-standards)
5961
2. [Software Thinking](wiki/coding-standards.md#software-thinking)
6062
3. [Development
6163
Workflow](wiki/coding-standards.md#development-workflow)
6264
4. [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

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ RUN apt-get update && \
33
apt-get install -y --no-install-recommends pandoc r-cran-rmarkdown
44
RUN 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")'
77
CMD ["bash"]
88

0 commit comments

Comments
 (0)