Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tzerk/esreport
- Owner: tzerk
- License: gpl-3.0
- Created: 2016-08-10T11:22:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T12:42:11.000Z (over 2 years ago)
- Last Synced: 2024-11-08T10:54:19.480Z (2 months ago)
- Topics: electron-spin-resonance, r, reporting, rmarkdown-document
- Language: R
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- 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/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)