Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 962 Bytes

ReadMe.md

File metadata and controls

31 lines (19 loc) · 962 Bytes

dexR

The package dexR provides routines to import, convert, analyse, visualise and output DEX generated simulation data.

Features

  • aggregation of data
  • production of LaTeX tables of input and output data

Installation

In case you have not set up an R environment, useful information can be accessed here.

To install dexR you first need to install the devtools package:
install.packages("devtools")

Second, dexR has a dependency which currently cannot be installed automatically:
devtools::install_bitbucket("S-Holzhauer/shbasic")

Finally, install dexR:
devtools::install_github("uniks-ines/dexr")

To build dexR from source and install it in your local repository, use one of the build scripts dexR.make.R or dexR.make2.R, e.g. on Windows Rscript.exe dexR.make2.R.

First Steps

Start by reading the introduction vignette:
vignette("intro", package = "dexR")