Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tzerk/esr
R package 'ESR' for plotting and analysing ESR spectra in dating applications
https://github.com/tzerk/esr
data-analysis data-visualization electron-spin-resonance geochronology r
Last synced: 9 days ago
JSON representation
R package 'ESR' for plotting and analysing ESR spectra in dating applications
- Host: GitHub
- URL: https://github.com/tzerk/esr
- Owner: tzerk
- License: gpl-3.0
- Created: 2014-08-12T11:49:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T13:21:08.000Z (over 2 years ago)
- Last Synced: 2024-11-08T10:54:22.202Z (2 months ago)
- Topics: data-analysis, data-visualization, electron-spin-resonance, geochronology, r
- Language: R
- Size: 1 MB
- 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-"
)
```# Electron-Spin-Resonance (ESR)
[![Build status](https://ci.appveyor.com/api/projects/status/emdl7is8oa7kh5i0/branch/master?svg=true)](https://ci.appveyor.com/project/tzerk/esr/branch/master)
[![Build Status](https://travis-ci.org/tzerk/ESR.svg?branch=master)](https://travis-ci.org/tzerk/ESR)> [Find a full documentation of the package on the project page](https://tzerk.github.io/ESR/)
## Overview
The R package 'ESR' provides a collection of various R functions for electron spin resonance dating data analysis.
## Installation
The 'ESR' 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/ESR")
```## Contribute
The R package 'ESR' is based on and evolves from ideas, contributions and constructive criticism of its users. Help me to maintain and develop the package, to find bugs and create new functions as well as a user-friendly design. Visit my [homepage](http://zerk.canopus.uberspace.de) or write me an [e-mail](mailto:[email protected]) if anything crosses your mind or if you want your new self-written function to be to implemented. You are kindly invited to bring forward the package with me!
## Note
This version is a development version and it comes without any guarentee!
## License
The ESR package is licensed under the GPLv3. See these files in the main directory for additional details:
- LICENSE - ESR package license (GPLv3)