Skip to content

Commit f40f54e

Browse files
committed
fix typo.
1 parent 63bdad6 commit f40f54e

9 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs/_sources/developers_zone/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<details><summary> <b>1)</b> I am following the steps in generating the docker development image in R; however, it seems the volume is not synchronized between the docker container and my host machine. Do you have any idea? </summary>
55
<p>
66

7-
This question is related to {ref}`setting_rep_env`. The problem can happen in case of using different username and volume mount path. Make sure that the 3 shown user are the same values.
7+
This question is related to {ref}`setting_rep_env`. The problem can happen in the case of using a different username and volume mount path. Make sure that the three shown users are the same values.
88

99
```s
1010
docker run -it --rm \
@@ -21,10 +21,10 @@ docker run -it --rm \
2121

2222
***********
2323

24-
<details><summary> <b>2)</b> Trying to load the package using <span style="background-color: #FDD3D0"> devtools::load_all() </span>, however, received <span style="background-color: #FDD3D0"> Error in dyn.load(dll_copy_file) : unable to load shared object, invalid ELF header </span>. </summary>
24+
<details><summary> <b>2)</b> Trying to load the package using <span style="background-color: #FEF3F2"> devtools::load_all() </span>, however, received <span style="background-color: #FEF3F2"> Error in dyn.load(dll_copy_file) : unable to load shared object, invalid ELF header </span>. </summary>
2525
<p>
2626

27-
This is mainly happens because the new docker container (possibliy run on Ubuntu) trying to use `.dll` cache file that is generated with other system. To resolve this issue, run the following command:
27+
This is mainly happening because the new docker container (possibly run on Ubuntu) is trying to use the `.dll` cache file that is generated with another system. To resolve this issue, run the following command:
2828

2929
```r
3030
devtools::clean_dll()

docs/developers_zone/faq.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ <h1>Frequently Asked Questions</h1>
262262
<h1>Frequently Asked Questions<a class="headerlink" href="#frequently-asked-questions" title="Permalink to this headline"></a></h1>
263263
<details><summary> <b>1)</b> I am following the steps in generating the docker development image in R; however, it seems the volume is not synchronized between the docker container and my host machine. Do you have any idea? </summary>
264264
<p>
265-
<p>This question is related to <a class="reference internal" href="../blog_posts/renv_docker.html#setting-rep-env"><span class="std std-ref">Setting Up A Reproducible Environment</span></a>. The problem can happen in case of using different username and volume mount path. Make sure that the 3 shown user are the same values.</p>
265+
<p>This question is related to <a class="reference internal" href="../blog_posts/renv_docker.html#setting-rep-env"><span class="std std-ref">Setting Up A Reproducible Environment</span></a>. The problem can happen in the case of using a different username and volume mount path. Make sure that the three shown users are the same values.</p>
266266
<div class="highlight-s notranslate"><div class="highlight"><pre><span></span><span class="n">docker</span> <span class="n">run</span> <span class="o">-</span><span class="n">it</span> <span class="o">--</span><span class="n">rm</span> \
267267
<span class="o">-</span><span class="n">p</span> <span class="m">8787</span><span class="o">:</span><span class="m">8787</span> \
268268
<span class="o">-</span><span class="n">e</span> <span class="n">USER</span><span class="o">=</span> <span class="o">--&gt;</span> <span class="n">user</span> <span class="o">&lt;--</span> \
@@ -274,9 +274,9 @@ <h1>Frequently Asked Questions<a class="headerlink" href="#frequently-asked-ques
274274
</p>
275275
</details>
276276
<hr class="docutils" />
277-
<details><summary> <b>2)</b> Trying to load the package using <span style="background-color: #FDD3D0"> devtools::load_all() </span>, however, received <span style="background-color: #FDD3D0"> Error in dyn.load(dll_copy_file) : unable to load shared object, invalid ELF header </span>. </summary>
277+
<details><summary> <b>2)</b> Trying to load the package using <span style="background-color: #FEF3F2"> devtools::load_all() </span>, however, received <span style="background-color: #FEF3F2"> Error in dyn.load(dll_copy_file) : unable to load shared object, invalid ELF header </span>. </summary>
278278
<p>
279-
<p>This is mainly happens because the new docker container (possibliy run on Ubuntu) trying to use <code class="docutils literal notranslate"><span class="pre">.dll</span></code> cache file that is generated with other system. To resolve this issue, run the following command:</p>
279+
<p>This is mainly happening because the new docker container (possibly run on Ubuntu) is trying to use the <code class="docutils literal notranslate"><span class="pre">.dll</span></code> cache file that is generated with another system. To resolve this issue, run the following command:</p>
280280
<div class="highlight-r notranslate"><div class="highlight"><pre><span></span><span class="n">devtools</span><span class="o">::</span><span class="nf">clean_dll</span><span class="p">()</span>
281281
</pre></div>
282282
</div>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
63 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)