You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_sources/developers_zone/faq.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<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>
5
5
<p>
6
6
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.
8
8
9
9
```s
10
10
docker run -it --rm \
@@ -21,10 +21,10 @@ docker run -it --rm \
21
21
22
22
***********
23
23
24
-
<details><summary> <b>2)</b> Trying to load the package using <spanstyle="background-color: #FDD3D0"> devtools::load_all() </span>, however, received <spanstyle="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 <spanstyle="background-color: #FEF3F2"> devtools::load_all() </span>, however, received <spanstyle="background-color: #FEF3F2"> Error in dyn.load(dll_copy_file) : unable to load shared object, invalid ELF header </span>. </summary>
25
25
<p>
26
26
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:
<h1>Frequently Asked Questions<aclass="headerlink" href="#frequently-asked-questions" title="Permalink to this headline">¶</a></h1>
263
263
<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>
264
264
<p>
265
-
<p>This question is related to <aclass="reference internal" href="../blog_posts/renv_docker.html#setting-rep-env"><spanclass="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 <aclass="reference internal" href="../blog_posts/renv_docker.html#setting-rep-env"><spanclass="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>
<details><summary><b>2)</b> Trying to load the package using <spanstyle="background-color: #FDD3D0"> devtools::load_all() </span>, however, received <spanstyle="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 <spanstyle="background-color: #FEF3F2"> devtools::load_all() </span>, however, received <spanstyle="background-color: #FEF3F2"> Error in dyn.load(dll_copy_file) : unable to load shared object, invalid ELF header </span>. </summary>
278
278
<p>
279
-
<p>This is mainly happens because the new docker container (possibliy run on Ubuntu) trying to use <codeclass="docutils literal notranslate"><spanclass="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 <codeclass="docutils literal notranslate"><spanclass="pre">.dll</span></code> cache file that is generated with another system. To resolve this issue, run the following command:</p>
0 commit comments