Skip to content

Commit

Permalink
a few additional topics for final rubric
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Nov 30, 2017
1 parent e82c53f commit f3b037f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/assignment/proposal-final.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ Please create your proposal in a markdown file called `proposal.md` in the root
- Parsing extensible data formats (JSON, XML)
- Use of spatial vector data (`sf` package) and visualization of spatial data
- Creation of an R package
- Use of `purrr` package functions for [iteration](http://r4ds.had.co.nz/iteration.html)
- Manipulation of [dates](http://r4ds.had.co.nz/dates-and-times.html) or [strings](http://r4ds.had.co.nz/strings.html)
- Unique challenges you encounter: particularly messy data/ non-standard formats, special emphasis on visualization or presentation of results.
3 changes: 3 additions & 0 deletions docs/assignment/proposal-final/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ <h3 id="and-at-least-three-of-the-following-skills-this-list-may-be-modified-ext
<li>Parsing extensible data formats (JSON, XML)</li>
<li>Use of spatial vector data (<code>sf</code> package) and visualization of spatial data</li>
<li>Creation of an R package</li>
<li>Use of <code>purrr</code> package functions for <a href="http://r4ds.had.co.nz/iteration.html">iteration</a></li>
<li>Manipulation of <a href="http://r4ds.had.co.nz/dates-and-times.html">dates</a> or <a href="http://r4ds.had.co.nz/strings.html">strings</a></li>
<li>Unique challenges you encounter: particularly messy data/ non-standard formats, special emphasis on visualization or presentation of results.</li>
</ul>

</div>
Expand Down

0 comments on commit f3b037f

Please sign in to comment.