From 296d01c16f97ccff2ac31e116227e9a1e3834827 Mon Sep 17 00:00:00 2001 From: Mihail Anton Date: Wed, 5 Oct 2022 16:18:16 +0200 Subject: [PATCH] fix: cran warnings about packages --- .Rbuildignore | 1 + DESCRIPTION | 3 +-- cran-comments.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 cran-comments.md diff --git a/.Rbuildignore b/.Rbuildignore index 535def0..48ab16c 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1 +1,2 @@ ^.github$ +cran-comments.md \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION index 6588315..bad0faf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -16,8 +16,7 @@ Authors@R: c( Maintainer: Mihail Anton Depends: R (>= 3.2.0), Matrix, lattice Imports: methods -Suggests: glpkAPI (>= 1.2.8), cplexAPI (>= 1.2.4), clpAPI (>= 1.2.4), - lpSolveAPI (>= 5.5.2.0), parallel, grid +Suggests: glpkAPI (>= 1.2.8), lpSolveAPI (>= 5.5.2.0), parallel, grid URL: https://www.cs.hhu.de/lehrstuehle-und-arbeitsgruppen/computational-cell-biology/software-contributions/sybil Description: This Systems Biology Package (Gelius-Dietrich et. al. (2012) ) implements algorithms for constraint based analyses of metabolic networks, e.g. flux-balance analysis (FBA), minimization of metabolic adjustment (MOMA), regulatory on/off minimization (ROOM), robustness analysis and flux variability analysis. The package is easily extendable for additional algorithms. Most of the current LP/MILP solvers are supported via additional packages. diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..01f5141 --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,6 @@ +### Version 2.1.1 , dated 05-10-2022 + +checking package dependencies ... NOTE +Packages suggested but not available for checking: 'cplexAPI', 'clpAPI' + +Action: remove the suggested packages until the new versions of these packages are available on CRAN.