Skip to content

Commit

Permalink
Merge branch 'main' of github.com:UBC-DSCI/dsci-310-student
Browse files Browse the repository at this point in the history
  • Loading branch information
ttimbers committed Apr 3, 2024
2 parents e5008e2 + 6b4abef commit ffd0e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/milestone3.html
Original file line number Diff line number Diff line change
Expand Up @@ -2580,7 +2580,7 @@ <h3 id="abstract-some-code-from-your-scripts-to-functions-in-a-separate-file-and
Again, it is OK to have one function per file, or all functions in one file.
This/these file(s) will live in a sub-directory called <code>src</code>.</p>
<p>You will <code>source</code> (in the case of R) or <code>import</code> (in the case of Python)
these functions in your literate code document (<code>*.ipynb</code>) to use them in your analysis.
these functions in your scripts to use them in your analysis.
Tests will live in a <code>test</code> directory, with files/subdirectories organized as per the testing framework you are using.
If you are using R for your data analysis code,
we expect you to use the <a href="https://testthat.r-lib.org/"><code>testthat</code></a> R package framework for writing software tests.
Expand Down

0 comments on commit ffd0e76

Please sign in to comment.