-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstructions.Rmd
62 lines (44 loc) · 1.24 KB
/
instructions.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
56
57
58
59
60
61
---
output:
pdf_document:
highlight: tango
urlcolor: blue
---
<!--
Render your instructions using R Markdown's "knit" functionality. This will
create a PDF document (which R creates using LaTeX). You can knit a file within
RStudio, or, in a script or console, run:
rmarkdown::render("instructions.Rmd", "pdf_document")
-->
<!-- Left-align text -->
\raggedright
<!-- Use a light-grey background for text inside single backticks -->
```{=latex}
\definecolor{codegray}{gray}{0.96}
\let\textttOrig\texttt
\renewcommand{\texttt}[1]{\textttOrig{\colorbox{codegray}{#1}}}
```
Assessment: WORKSHOP TITLE
==========================
DESCRIPTION
Links
-----
+ [GradPathways Badge](link)
+ [Event page](link)
+ [Workshop reader](link)
<!-- Optional -->
Environment Setup
-----------------
Rubric
------
<!-- A sample rubric is included below, but you should adapt as needed -->
1. Working code: were you able to produce successful script for each prompt?
2. Understanding your actions: can you explain what your actions do and why you
implemented them?
3. Critical reflection: do your short answers provide context (conceptual,
domain-specific, etc.) for your actions?
<!-- Prompts go on a new page -->
\pagebreak
Prompts
-------
1. PROMPT ONE...