CRAN status R-CMD-check Codecov test coverage

eatATA

Overview

eatATA provides a small R interface to mathematical optimization solvers specialized on solving simple automated test assembly problems (ATA). Internally, sparse matrices are used via the Matrix package. Currently supported solvers are GLPK, lpSolve, Symphony, and Gurobi. See below for a list of implemented features and feature to come.

Installation

# Install eatATA from CRAN via
install.packages("eatATA")

# Install development version from GitHub via
remotes::install_github("beckerbenj/eatATA", build_vignettes = TRUE, dependencies = TRUE)

Documentation

A set of vignettes describing the current functionality can be found on CRAN.

Alternatively, the vignettes of the development version can be accessed through R.

library(eatATA)
vignette("eatATA")

Implemented Features

For example, the following types of constraints can be set via eatATA:

Outlook

Constraints that might be implemented in the future:

If you wish to contribute to the package, please send an email to b.becker@iqb.hu-berlin.de.