Skip to content

Commit

Permalink
Minor project FAQ update on package installations
Browse files Browse the repository at this point in the history
  • Loading branch information
leonjessen committed Nov 26, 2024
1 parent de93cae commit d9613fd
Show file tree
Hide file tree
Showing 6 changed files with 220 additions and 209 deletions.
410 changes: 205 additions & 205 deletions docs/lab05.html

Large diffs are not rendered by default.

Binary file modified docs/lab06_files/figure-html/unnamed-chunk-27-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/primer_on_linear_models_in_r.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h3 class="anchored" data-anchor-id="data">Data</h3>
<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">run_simulation</span>(<span class="at">temp =</span> <span class="fu">c</span>(<span class="dv">15</span>, <span class="dv">20</span>, <span class="dv">25</span>, <span class="dv">30</span>, <span class="dv">35</span>))</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] 34.31363 45.48291 48.46203 63.74417 70.57002</code></pre>
<pre><code>[1] 33.71808 40.42543 51.94881 63.92651 77.49805</code></pre>
</div>
</div>
<p>Let’s just go ahead and create some data, we can work with. For this example, we take samples starting at 5 degree celsius and then in increments of 1 up to 50 degrees:</p>
Expand Down
7 changes: 7 additions & 0 deletions docs/project_faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ <h2 id="toc-title">Table of contents</h2>
<li><a href="#is-it-okay-to-use-e.g.-the-base-function-sum" id="toc-is-it-okay-to-use-e.g.-the-base-function-sum" class="nav-link" data-scroll-target="#is-it-okay-to-use-e.g.-the-base-function-sum">Is it okay to use e.g.&nbsp;the base function sum()?</a></li>
<li><a href="#how-do-we-know-if-there-is-a-tidyverse-function-we-should-use-rather-than-base" id="toc-how-do-we-know-if-there-is-a-tidyverse-function-we-should-use-rather-than-base" class="nav-link" data-scroll-target="#how-do-we-know-if-there-is-a-tidyverse-function-we-should-use-rather-than-base">How do we know if there is a tidyverse function we should use rather than base?</a></li>
<li><a href="#can-we-use-package-x-for-analysisvisualisation" id="toc-can-we-use-package-x-for-analysisvisualisation" class="nav-link" data-scroll-target="#can-we-use-package-x-for-analysisvisualisation">Can we use package X for analysis/visualisation?</a></li>
<li><a href="#can-we-install-package-x-for-our-project" id="toc-can-we-install-package-x-for-our-project" class="nav-link" data-scroll-target="#can-we-install-package-x-for-our-project">Can we install package X for our project?</a></li>
<li><a href="#how-do-we-run-the-entire-project-incl.-the-presentation" id="toc-how-do-we-run-the-entire-project-incl.-the-presentation" class="nav-link" data-scroll-target="#how-do-we-run-the-entire-project-incl.-the-presentation">How do we run the entire project incl.&nbsp;the presentation?</a></li>
<li><a href="#should-we-create-a-shiny-app" id="toc-should-we-create-a-shiny-app" class="nav-link" data-scroll-target="#should-we-create-a-shiny-app">Should we create a Shiny app?</a></li>
<li><a href="#should-we-create-a-package" id="toc-should-we-create-a-package" class="nav-link" data-scroll-target="#should-we-create-a-package">Should we create a package?</a></li>
Expand Down Expand Up @@ -544,6 +545,12 @@ <h3 class="anchored" data-anchor-id="can-we-use-package-x-for-analysisvisualisat
<li>But why??? Because using “magic”-packages restricts you to the functionality of those packages, whereas if you understand how to do the details yourself, then you are free as a bird to create <em>anything</em></li>
</ul>
</section>
<section id="can-we-install-package-x-for-our-project" class="level3">
<h3 class="anchored" data-anchor-id="can-we-install-package-x-for-our-project">Can we install package X for our project?</h3>
<ul>
<li>If you need a specific package, please request it at the slack channel for the project and exam. The problem is that with that many groups, then each installing some number of packages, will create an unnecessary load on our storage due to redundancy</li>
</ul>
</section>
<section id="how-do-we-run-the-entire-project-incl.-the-presentation" class="level3">
<h3 class="anchored" data-anchor-id="how-do-we-run-the-entire-project-incl.-the-presentation">How do we run the entire project incl.&nbsp;the presentation?</h3>
<ul>
Expand Down
6 changes: 3 additions & 3 deletions docs/search.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions project_faq.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
- Basically, any package, which automatically does "things", that are part of the learning objectives, will not allow you to demonstrate, that you have met the learning objectives and is thus **NOT** to be used! You **HAVE** to show that you can do these things manually
- But why??? Because using "magic"-packages restricts you to the functionality of those packages, whereas if you understand how to do the details yourself, then you are free as a bird to create _anything_

### Can we install package X for our project?

- If you need a specific package, please request it at the slack channel for the project and exam. The problem is that with that many groups, then each installing some number of packages, will create an unnecessary load on our storage due to redundancy

### How do we run the entire project incl. the presentation?

- Make sure to include a programmatic call to render a file, i.e. in your run-all qmd file, when you include sub-documents and run the run-all file, the sub-files will not be generated, hence you need to include a programmatic call in your run-all file, which will also render the seperate sub-documents
Expand Down

0 comments on commit d9613fd

Please sign in to comment.