MagicForrest / DGVMTools

R package for processing, analysing and visualising ouput from Dynamic Global Vegetation Models (DGVMs)
GNU General Public License v3.0
26 stars 22 forks source link

DGVMTools

R tools for processing, analysing and plotting output from DGVMs (Dynamic Global Vegetation Models)

Features

DGVMTools is a high-level framework for analysing DGVM data output. The framework enables a complete DGVM analysis workflow, taking raw model output through comprehensive analysis and evaluation to publication-quality figures. It also easily interfaces with both the raster package and base R functionality. Functionality includes:


Installation

Since the core features of the package are now very stable, it is recommend that you use the master branch. Small bug fixes and non-breaking feature improvements will be pulled frequently into the master for small incremental releases. There are three ways to install DGVMTools (it isn't on CRAN).

Method 1: (devtools >= 2.0.0)

This is the easiest method, but you need to you have devtools >= 2.0.0 installed. Simply run:

devtools::install_github("MagicForrest/DGVMTools", ref = "master", dependencies = TRUE, build_opts = c("--no-resave-data", "--no-manual"), build_vignettes = TRUE, force=T)

Method 2: (devtools < 2.0.0)

For older versions of devtools runs:

devtools::install_github("MagicForrest/DGVMTools", ref = "master", dependencies = TRUE, build_vignettes = TRUE)

Method 3: Download package file and install through R

If you can't install any version of devtools, you can download the source code and install it via the "Packages" panel in RStudio. For Linux/Mac use the .tar.gz file available here, for Windows use the .zip file from here.

Installation troubleshooting


News and Releases

Current release is v1.1.0. See NEWS.md. A description paper is currently being prepared for peer-review and eventually release on CRAN is anticipated.


Notes and Issues


Contact

Please file bug reports and feature requests at https://github.com/MagicForrest/DGVMTools/issues.