CRAN Package Check Results for Package limSolve

Last updated on 2025-05-03 10:50:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.5.7.1 11.00 59.26 70.26 OK
r-devel-linux-x86_64-debian-gcc 1.5.7.1 6.47 45.07 51.54 OK
r-devel-linux-x86_64-fedora-clang 1.5.7.1 105.70 OK
r-devel-linux-x86_64-fedora-gcc 1.5.7.1 105.21 ERROR
r-devel-windows-x86_64 1.5.7.1 13.00 152.00 165.00 OK
r-patched-linux-x86_64 1.5.7.1 10.04 57.50 67.54 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 1.5.7.1 48.00 OK
r-release-macos-x86_64 1.5.7.1 94.00 OK
r-release-windows-x86_64 1.5.7.1 15.00 133.00 148.00 OK
r-oldrel-macos-arm64 1.5.7.1 54.00 OK
r-oldrel-macos-x86_64 1.5.7.1 70.00 OK
r-oldrel-windows-x86_64 1.5.7.1 14.00 135.00 149.00 OK

Check Details

Version: 1.5.7.1
Check: examples
Result: ERROR Running examples in ‘limSolve-Ex.R’ failed The error most likely occurred in: > ### Name: E_coli > ### Title: An underdetermined linear inverse problem: the Escherichia Coli > ### Core Metabolism Model. > ### Aliases: E_coli > ### Keywords: datasets > > ### ** Examples > > # 1. parsimonious (simplest) solution > pars <- lsei(E = E_coli$A, F = E_coli$B, G = E_coli$G, H = E_coli$H)$X Warning in lsei(E = E_coli$A, F = E_coli$B, G = E_coli$G, H = E_coli$H) : LSEI error: inequalities contradictory > > # 2. the optimal solution - solved with linear programming > # some unknowns can be negative > > LP <- linp(E = E_coli$A, F = E_coli$B,G = E_coli$G, H = E_coli$H, + Cost = -E_coli$Maximise, ispos = FALSE) > (Optimal <- LP$X) GLK1 PGI1 PFKA FBP FBA TPIA 0.000000 807.532745 781.590686 0.000000 781.590686 781.590686 GAPA PGK GPMA ENO PPSA PYKA 1541.434199 1541.434199 1492.089090 1492.089090 0.000000 466.657964 ACEE ZWF PGL GND RPIA RPE 1149.295284 0.000000 0.000000 0.000000 23.623833 -23.623833 TKTA1 TKTA2 TALA GLTA ACNA ICDA -5.850762 -17.773070 -5.850762 35.435749 35.435749 35.435749 SUCA SUCC1 SDHA1 FRDA FUMA MDH 0.000000 0.000000 0.000000 100.000000 -100.000000 -100.000000 DLD1 ADHE2 PFLA PTA ACKA ACS 0.000000 1000.000000 10.000000 0.000000 0.000000 0.000000 PCKA PPC MAEB SFCA ACEA ACEB 0.000000 194.384939 0.000000 0.000000 0.000000 0.000000 PPA GLPK GPSA1 RBSK NUOA FDOH 0.000000 0.000000 0.000000 0.000000 140.000000 0.000000 GLPD CYOA SDHA2 PNT1A PNT2A ATPA 0.000000 40.000000 -100.000000 0.000000 567.965512 -145.466329 GLCUP GLCPTS GLUP RIBUP ACUP LACUP 0.000000 814.156250 0.000000 0.000000 0.000000 0.000000 FORUP ETHUP SUCCUP PYRUP PIUP O2TX -10.000000 -1000.000000 -100.000000 -27.796342 120.547782 20.000000 CO2TX ATPM ADK Growth -990.346093 5.870000 0.000000 33.117523 > > # 3.ranges of all unknowns, including the central value and all solutions > xr <- xranges(E = E_coli$A, F = E_coli$B, G = E_coli$G, H = E_coli$H, + central = TRUE, full = TRUE) Warning in lsei(E = E, F = F, G = G, H = H) : LSEI error: inequalities contradictory [1] "problem infeasible" Warning in xranges(E = E_coli$A, F = E_coli$B, G = E_coli$G, H = E_coli$H, : cannot proceed: problem not solvable at requested tolerance 1e-08 > > # the central point is a valid solution: > X <- xr[ ,"central"] Error in xr[, "central"] : subscript out of bounds Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc