Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tzerk/roughness

A collection of R functions related to soil surface roughness
https://github.com/tzerk/roughness

Last synced: 9 days ago
JSON representation

A collection of R functions related to soil surface roughness

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# ESReport

[![Build status](https://ci.appveyor.com/api/projects/status/eogewmesniyxr7ud?svg=true)](https://ci.appveyor.com/project/tzerk/roughness)
[![Build Status](https://travis-ci.org/tzerk/roughness.svg?branch=master)](https://travis-ci.org/tzerk/roughness)

> [Find a full documentation of the package on the project page](https://tzerk.github.io/roughness/)

## Overview

A collection of R functions related to soil surface roughness

## Installation

The 'roughness' package is not available on the official CRAN servers.

However, the latest development builds can directly be installed from GitHub. Simply run the following from an R console

```{r, eval = FALSE}
if(!require("devtools"))
install.packages("devtools")
devtools::install_github("tzerk/roughness")
```

## Note

This version is a development version and it comes without any guarentee!

## License

The ESReport package is licensed under the GPLv3. See these files in the main directory for additional details:

- LICENSE - ESReport package license (GPLv3)