Skip to content

ISAAKiel/oxcAAR

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

R build status Coverage Status CRAN_Status_Badge license

oxcAAR

oxcAAR (previously named roxcal) is a collection of functions that can be used to execute OxCal from within R.

Please note that there is a roxcal package package on GitHub, created by Gavin Simpson. If you just need to import OxCal result files, you may consider using his package.

License

oxcAAR is released under the GNU General Public License, version 2. Comments and feedback are welcome, as are code contributions.

Installation

To install the stable version from CRAN:

install.packages('oxcAAR')

To install the latest development version:

if(!require('devtools')) install.packages('devtools')
library(devtools)
install_github('ISAAKiel/oxcAAR')

Get started

To get started, just run:

quickSetupOxcal()

This will download and unzip OxCal into tempdir(). You can change the destination path of OxCal by setting the path parameter. Please make sure that you have a working internet connection when attempting to use this function!

Afterwards you can start calibrating your dates. Check the Vignette to learn how to do this.