forked from cran/cplexAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
24 lines (24 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: cplexAPI
Type: Package
Title: R Interface to C API of IBM ILOG CPLEX
Version: 1.4.0
Date: 2020-09-17
Authors@R: c(person("Mayo", "Roettger", role = "cre", email = "[email protected]"),
person("Gabriel", "Gelius-Dietrich", role = "aut", email = "[email protected]"),
person(c("C.", "Jonathan"), "Fritzemeier", role = c("ctb"), email = "[email protected]"))
Depends: R (>= 2.6.0)
Imports: methods
Description: This is the R Interface to the C API of IBM ILOG CPLEX. It necessarily depends on IBM ILOG CPLEX (>= 12.1).
SystemRequirements: IBM ILOG CPLEX (>= 12.1)
License: GPL-3 | file LICENSE
LazyLoad: yes
Collate: generics.R cplexConst.R cplexErrorClass.R cplexPtrClass.R
cplex.R cplexAPI.R cplex_checkAPI.R cplex_longparamAPI.R zzz.R
Packaged: 2020-09-17 12:58:12 UTC; mayo
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2020-09-21 16:20:11 UTC
Author: Mayo Roettger [cre],
Gabriel Gelius-Dietrich [aut],
C. Jonathan Fritzemeier [ctb]
Maintainer: Mayo Roettger <[email protected]>