-
Notifications
You must be signed in to change notification settings - Fork 30
/
individual_assignment1.Rmd
55 lines (41 loc) · 2.02 KB
/
individual_assignment1.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
title: "Individual assignment 1"
descriptions: |
Setting up your computer.
output:
distill::distill_article:
toc: true
---
## Instructions
Complete the computer setup installation instructions
which corresponds to your computer's operating system:
- [Computer setup installation instructions](https://ubc-dsci.github.io/dsci-310-student/computer-setup.html)
## Submission
You will submit a PDF to Gradescope for individual assignment 1 that includes
a copy of the output of the `check_setup.sh` script you ran
(instructions in
["Post-installation notes"](https://ubc-dsci.github.io/dsci-310-student/install_stack_mac.html#post-installation-notes)
section of the computer setup instructions)
## Troubleshooting
We understand that you may encounter issues
when following the installation instructions.
If/when you do,
please post your issues on the course Piazza forum
to obtain assistance trouble shooting these.
When asking for help on Piazza
please ensure you include the following information in your post
to ensure we can help you:
1. Operating system type (e.g., Windows, Mac x86, Mac ARM, or Ubuntu) and version
2. What you did that led to the issue (command/code typed, software that was attempted to be installed)
3. Clear description and/or screenshot of the issue
**When possible please share commands typed
and error messages as text, not screenshots,
as text can be copied and pasted by the teaching team
to help search for solutions.**
## Rubric
This assignment will be graded for completion as follows:
|Grade | Description |
|------|-------------|
| 100% | The output of the `check_setup.sh` script indicates that 90% or more of the installation instructions were attempted. |
| 50% | The output of the `check_setup.sh` script indicates that only 50%, or less, of the installation instructions were attempted. |
| 0% | No output from the `check_setup.sh` script was provided, or the output of the `check_setup.sh` script indicates that only 25%, or less, of the installation instructions were attempted. |