Skip to content

UniK-INES/dexR

Repository files navigation

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")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published