Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tzerk/esreport

A Collection of Functions to Create Reports for Electron Spin Resonance Dating Applications
https://github.com/tzerk/esreport

electron-spin-resonance r reporting rmarkdown-document

Last synced: 9 days ago
JSON representation

A Collection of Functions to Create Reports for Electron Spin Resonance Dating Applications

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/ovd78p55jkt1g3rb?svg=true)](https://ci.appveyor.com/project/tzerk/esreport)
[![Build Status](https://travis-ci.org/tzerk/ESReport.svg?branch=master)](https://travis-ci.org/tzerk/ESReport)

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

## Overview

A Collection of Functions to Create Reports for Electron Spin Resonance Dating Applications

## Installation

The 'ESReport' 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/ESReport")
```

## 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)