Last updated on 2025-07-15 05:51:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.4 | 9.57 | 59.89 | 69.46 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.3.4.1 | 7.08 | 44.53 | 51.61 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.4.1 | 95.00 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.4.1 | 124.32 | OK | |||
r-devel-windows-x86_64 | 1.3.4.1 | 25.00 | 135.00 | 160.00 | OK | |
r-patched-linux-x86_64 | 1.3.4 | 12.20 | 55.03 | 67.23 | NOTE | |
r-release-linux-x86_64 | 1.3.4.1 | 8.77 | 55.40 | 64.17 | OK | |
r-release-macos-arm64 | 1.3.4.1 | 100.00 | OK | |||
r-release-macos-x86_64 | 1.3.4.1 | 111.00 | OK | |||
r-release-windows-x86_64 | 1.3.4.1 | 26.00 | 133.00 | 159.00 | OK | |
r-oldrel-macos-arm64 | 1.3.4.1 | 89.00 | OK | |||
r-oldrel-macos-x86_64 | 1.3.4.1 | 103.00 | OK | |||
r-oldrel-windows-x86_64 | 1.3.4.1 | 26.00 | 140.00 | 166.00 | OK |
Version: 1.3.4
Check: top-level files
Result: NOTE
possible bashism in configure.ac line 44 (test -a/-o):
if test [ -n "$PKG_CPPFLAGS" -a -n "$PKG_LIBS" ] ; then
possible bashism in configure.ac line 47 (test -a/-o):
if test [ -n "$PKG_CPPFLAGS" -o -n "$PKG_LIBS" ] ; then
possible bashism in configure.ac line 87 (test -a/-o):
if test [ -n "$GLPK_INCLUDE" -a -n "$GLPK_LIB" ] ; then
possible bashism in configure.ac line 113 (test -a/-o):
if test [ -d "/usr/include" -o -d "/usr/local/include" ] ; then
possible bashism in configure.ac line 119 (test -a/-o):
if test [ -d "/usr/local/lib" -o -d "/usr/local/lib64" -o -d "/usr/lib" -o -d "/usr/lib64"] ; then
possible bashism in configure.ac line 148 (test -a/-o):
if test [ -d "$prefix/lib" -o -d "$prefix/lib64" ] ; then
possible bashism in configure.ac line 160 (test -a/-o):
dnl # if test [ -d "$prefix/include" -a -d "$prefix/lib" ] ; then
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64
Version: 1.3.4
Check: Rd files
Result: NOTE
checkRd: (-1) getRiiGLPK.Rd:35: Lost braces; missing escapes or markup?
35 | Returns the current scale factor $r_{ii}$ for row \code{i} of the specified
| ^
checkRd: (-1) getSjjGLPK.Rd:35: Lost braces; missing escapes or markup?
35 | Returns the current scale factor $s_{jj}$ for column \code{j} of the
| ^
checkRd: (-1) setRiiGLPK.Rd:28: Lost braces; missing escapes or markup?
28 | Scale factor $r_{ii}$.
| ^
checkRd: (-1) setSjjGLPK.Rd:28: Lost braces; missing escapes or markup?
28 | Scale factor $s_{jj}$.
| ^
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64