Skip to content

Latest commit

 

History

History
executable file
·
42 lines (32 loc) · 1.59 KB

File metadata and controls

executable file
·
42 lines (32 loc) · 1.59 KB
layout default
title Resources
weight 4

Resources

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.

Pages


{% assign items = site.resources | sort: 'res_class' | sort: 'title' %}

{% assign classes = "Development,GitHub,Misc,R" | split: "," %}

{% for class in classes %}

{{ class }}

{% for resources in items %}

  {% if resources.res_class  == class %}
[- {{ resources.title }} -]
{{ resources.concept }}{{ resources.res_class }}

{% endif %} {% endfor %} {% endfor %}