-
Notifications
You must be signed in to change notification settings - Fork 17
/
3-Assessment_template_demo.Rpres
105 lines (72 loc) · 2.98 KB
/
3-Assessment_template_demo.Rpres
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
How to Use the Assessment Template
========================================================
author: Melissa Monk
date: October 2016
autosize: true
Assessment Template: The Details
========================================================
We'll walk through
- How to get a copy of the repo
- How to incorporate your assessment
- Major sections of the document
- Iserting tables
- via R code chunks and txt files
- Inserting figures
- via r4SS output and image files
- Literature cited
Create your assessment repository
========================================================
- On GitHub, navigate to the [StockAssessment_template repository](https://github.com/melmonk/StockAssessment_template)
- In the top right, click `Fork`. The repository is now forked to your account
- This will take you to the repository on your account. Click the green `Clone or download button`
- You can rename the repository if you'd like.
- Navigate toe Settings in the top right of the repository page.
- Click the little clipboard to copy the link (choose HTTPS or SSH depending on your account setup)
Repo to RStudio
========================================================
- Now, open RStudio, *File -> New Project -> Version Control -> Git*
- Copy the repo location in the *Repository URL* field.
- Edit the "Project directory name" and "Create project as subdirectory of"
as you wish
- Click *Create Project*
Suggesting changes to the template
========================================================
All master changes will be made to Assessment_template. If there are
update to Assessment_template, you should be able to pull those changes
to your clone.
If you'd like to suggest a change, you can fork the Assessment_template
and submit a pull request. HOWEVER, I'd like to hold off on this during
the assessment cycle.
Feel free to submit an Issue on GitHub, and we'll likely get to them after
the STAR panels.
The YAML
========================================================
left: 60%
**Each line is described in the ReadMe PDF**
<font size="6">
title: 'Status of Blue Rockfish (*Sebastes mystinus*) Along the U.S. Pacific Coast in x2015x'
author: ''
date: ''
output:
pdf_document:
fig_caption: yes
highlight: haddock
includes:
before_body: Titlepage.tex
in_header: header.tex
keep_tex: yes
latex_engine: xelatex
template: Default_template_modified.tex
number_sections: yes
toc: yes
toc_depth: 4
***
documentclass: article
fontsize: 12pt
geometry: margin=1in
csl: CJFAS.csl
bibliography: BibFile.bib</font>
Remainder of the template demo
========================================================
We're going to work in the Assessment template repo and loosely follow
the ReadMe.pdf