---
title: "Version Updates"
author: "Cory Merow"
date: "`r Sys.Date()`"
output: 
  rmarkdown::html_vignette:
    fig_caption: yes
    toc: true
    toc_depth: 3
vignette: >
  %\VignetteIndexEntry{Version Updates}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
***
# Current version 0.1.0

__Possibly useful stuff__

* Added functionality to process MODIS data
* Added tools to caclulate focal statistics for a range of window sizes

__Boring stuff__

* Version updates vignette added
* Parallelized SVM



