| layout | default |
|---|---|
| title | Resources |
| weight | 4 |
Commit to the cloud!
A collection of instructional or informational resources relating to R, web development, collaboration, or general informational content. All of these documents are licensed under an MIT license and are free to use. You may also consider contributing through my homepage's GitHub repository. Many of these linked documents also have their own GitHub repositories, indicated within the document and you are always welcome to contribute there too.
{% assign items = site.resources | sort: 'res_class' | sort: 'title' %}
{% assign classes = "Development,GitHub,Misc,R" | split: "," %}
{% for class in classes %}
{% for resources in items %}
{% if resources.res_class == class %}