Skip to content

Commit ddd128b

Browse files
committed
fix highlight
1 parent f40f54e commit ddd128b

7 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/_sources/developers_zone/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run -it --rm \
2121

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

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

2727
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:

docs/developers_zone/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <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: #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>
277+
<details><summary> <b>2)</b> Trying to load the package using <span style="background-color: #FFE6E4"> devtools::load_all() </span>, however, received <span style="background-color: #FFE6E4"> Error in dyn.load(dll_copy_file) : unable to load shared object, invalid ELF header </span>. </summary>
278278
<p>
279279
<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>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

nsaph-software/_build/html/_sources/developers_zone/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run -it --rm \
2121

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

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

2727
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:

nsaph-software/_build/html/developers_zone/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <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: #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>
277+
<details><summary> <b>2)</b> Trying to load the package using <span style="background-color: #FFE6E4"> devtools::load_all() </span>, however, received <span style="background-color: #FFE6E4"> Error in dyn.load(dll_copy_file) : unable to load shared object, invalid ELF header </span>. </summary>
278278
<p>
279279
<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>

nsaph-software/developers_zone/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker run -it --rm \
2121

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

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

2727
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:

0 commit comments

Comments
 (0)