Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tzerk/roughness
- Owner: tzerk
- License: gpl-3.0
- Created: 2016-03-03T22:10:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T12:36:35.000Z (over 2 years ago)
- Last Synced: 2024-11-08T10:54:22.200Z (2 months ago)
- Language: R
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```[![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)