quickSetupOxcal: Quick OxCal setup

Description Usage Arguments Author(s) Examples

View source: R/utility_functions.R

Description

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

Usage

1
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(s)

Clemens Schmid

Examples

1
2
3
4
## Not run: 
  quickSetupOxcal()

## End(Not run)

oxcAAR documentation built on July 6, 2021, 1:06 a.m.