Learn R Programming

oxcAAR (version 1.1.2)

quickSetupOxcal: Quick OxCal setup

Description

Downloads the latest version of Oxcal and sets the executable path correctly

Usage

quickSetupOxcal(os = Sys.info()["sysname"], path = tempdir())

Arguments

os

The operating system of the workstation. Default: automatic determination. Options:

  • Linux

  • Windows

  • Darwin

path

The path to the directory where Oxcal is or should be stored. Default: "tempdir()". I recommend thought to install it permanently.

Author

Clemens Schmid

Examples

Run this code
if (FALSE) {
  quickSetupOxcal()
}

Run the code above in your browser using DataLab