Package: eatATA
Type: Package
Title: Create Constraints for Small Test Assembly Problems
Version: 0.9.1
Authors@R: c(
    person("Benjamin", "Becker", email = "b.becker@iqb.hu-berlin.de", role = c("aut", "cre")),
    person("Dries", "Debeer", email = "dries.debeer@kuleuven.be", role = c("aut")))
Description: Provides simple functions to create constraints for small test assembly problems 
    (e.g. van der Linden (2005, ISBN: 978-0-387-29054-6)) using sparse matrices. Currently, 
    'GLPK', 'lpSolve', and 'Gurobi' are supported as solvers. The 'gurobi' package is not available from 
    any mainstream repository; see <https://www.gurobi.com/downloads/>.
License: GPL
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: Matrix, Rglpk, lpSolve
RoxygenNote: 7.1.1
Suggests: testthat (>= 2.1.0), covr, knitr, rmarkdown, readxl
Enhances: gurobi
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-12-07 16:49:15 UTC; benjb
Author: Benjamin Becker [aut, cre],
  Dries Debeer [aut]
Maintainer: Benjamin Becker <b.becker@iqb.hu-berlin.de>
Repository: CRAN
Date/Publication: 2020-12-07 17:30:04 UTC
