Other packages about DEA for R
rDEA::multi_glpk_solve_LP
High level R interface to the GNU Linear Programming Kit (GLPK) for solving multiple linear as well as mixed integer linear programming (MILP) problems. Solving multiple problems at the
same time allows to avoid R communication overhead, critical when solving many small problems.
multi_glpk_solve_LP(obj, mat, dir, rhs, bounds = NULL, types = NULL, max = FALSE, control = list(), mobj_i = NULL, mobj_val = NULL,mmat_i = NULL, mmat_val = NULL, mrhs_i = NULL, mrhs_val = NULL, ...)