Skip to content

Commit

Permalink
Remove unnecessary deactivation step from script
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci committed Mar 21, 2024
1 parent 8e194b1 commit 04cf680
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions script.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ <h3 class="anchored" data-anchor-id="software">Software</h3>
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a><span class="co"># renv::restore(prompt = FALSE)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</div>
<ul>
<li><p>In RStudio Server, run <code>renv::deactivate()</code> in the console.</p></li>
<li><p>Then run this code to load the packages.</p></li>
<li>Then run this code to load the packages.</li>
</ul>
<div class="cell">
<div class="sourceCode cell-code" id="cb2"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">library</span>(tidyverse) <span class="co"># Data manipulation and visualisation</span></span>
Expand Down
2 changes: 0 additions & 2 deletions script.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ In this workshop, we work in a computational notebook, an environment that combi
# renv::restore(prompt = FALSE)
```

- In RStudio Server, run `renv::deactivate()` in the console.

- Then run this code to load the packages.

```{r load-packages, message=FALSE}
Expand Down
Binary file modified script_files/figure-html/wordcloud-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 04cf680

Please sign in to comment.