R Package - Interaction with Oxcal




oxcAAR
oxcAAR
(previously named roxcal
) is a collection of functions thatcan 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 justneed to import OxCal result files, you may consider using his package.
License
oxcAAR
is released under the GNU General Public License, version2. Comments and feedback arewelcome, 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 unzipOxCal into tempdir(). You canchange the destination path of OxCal by setting the path
parameter.Please make sure that you have a working internet connection whenattempting to use this function!
Afterwards you can start calibrating your dates. Check theVignette to learn how to do this.
To restore the repository download the bundle
wget https://archive.org/download/github.com-ISAAKiel-oxcAAR_-_2021-07-05_16-54-08/ISAAKiel-oxcAAR_-_2021-07-05_16-54-08.bundle
and run:
git clone ISAAKiel-oxcAAR_-_2021-07-05_16-54-08.bundle
Source:
https://github.com/ISAAKiel/oxcAARUploader:
ISAAKielUpload date: 2021-07-05