Find a full documentation of the package on the project page

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

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 or write me an e-mail 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)