NCEAS / datateam-training

Training and reference materials for ADC and SASAP data team members
https://nceas.github.io/datateam-training/training/
Apache License 2.0
7 stars 22 forks source link

R build status

Introduction

This repo stores reference materials for the NCEAS data team. All reference materials can be accessed at the following address.

https://nceas.github.io/datateam-training/reference

Select reference material has additionally been curated into a training document that can be accessed at the following address.

https://nceas.github.io/datateam-training/training

Contributing

This is written using bookdown. On more information on style conventions please see CONTRIBUTING.md.

To render the book locally:

xfun::in_dir('training', bookdown::render_book('index.Rmd', 'bookdown::gitbook')) xfun::in_dir('reference', bookdown::render_book('index.Rmd', 'bookdown::gitbook'))