Skip to content

Commit f148117

Browse files
authored
Typo
Updated typo (ran to run). (See also someone's Sept. 2018 pull request re typo "leanrned" to "learned" in previous sentence)
1 parent a57625f commit f148117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

06-Sharing-all-your-analysis.Rmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ output:
88
---
99

1010
Now that we have leanrned how to work with a dockerfile, we can send all our analysis to a collaborator.
11-
We will share an image that contains all the dependencies that we need to ran our analysis, the data and the analysis.
11+
We will share an image that contains all the dependencies that we need to run our analysis, the data and the analysis.
1212

1313
We will build this image via a dockerfile. Let's start with the basic verse rocker image we used before.
1414
This time we want to have a specific R version (3.3.2), which the developers make possible by tagging the images with the version.
@@ -112,4 +112,4 @@ docker pull yourhubusername/gapminder_my_analysis:firsttry
112112

113113
They now have the image of your analysis.
114114

115-
Click to go back to the [main page](http://ropenscilabs.github.io/r-docker-tutorial/).
115+
Click to go back to the [main page](http://ropenscilabs.github.io/r-docker-tutorial/).

0 commit comments

Comments
 (0)