Last updated on 2019-01-11 06:46:58 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.5 | 5.27 | 424.93 | 430.20 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.5 | 3.13 | 337.51 | 340.64 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.5 | 532.91 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.5 | 512.58 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.5 | 9.00 | 81.00 | 90.00 | OK | --no-vignettes |
r-patched-linux-x86_64 | 1.2.5 | 4.32 | 410.04 | 414.36 | OK | |
r-patched-solaris-x86 | 1.2.5 | 2109.00 | WARN | |||
r-release-linux-x86_64 | 1.2.5 | 3.55 | 399.85 | 403.40 | OK | |
r-release-windows-ix86+x86_64 | 1.2.5 | 11.00 | 54.00 | 65.00 | OK | --no-vignettes |
r-release-osx-x86_64 | 1.2.5 | FAIL | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.5 | 7.00 | 73.00 | 80.00 | OK | --no-vignettes |
r-oldrel-osx-x86_64 | 1.2.5 | OK |
Version: 1.2.5
Check: use of SHLIB_OPENMP_*FLAGS in Makefiles
Result: NOTE
src/Makevars: SHLIB_OPENMP_CFLAGS is included in PKG_LIBS but linking is by C++
src/Makevars: it is not portable to include SHLIB_OPENMP_*' macros in PKG_CPPFLAGS
Use of these macros is discussed in sect 1.2.1.1 of ‘Writing R
Extensions’. The macros for different languages may differ so the
matching macro must be used in PKG_CXXFLAGS (etc) and match that used
in PKG_LIBS (except for Fortran: see the manual).
PKG_CPPFLAGS is used for both C and C++ code so it is not portable to
use it for these macros.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2.5
Check: compiled code
Result: NOTE
File ‘mnlogit/libs/mnlogit.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2.5
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
Package: mnlogit
Version: 1.2.5
Multinomial Logit Choice Models.
Scientific Computing Group, Sentrana Inc.
Loading required package: Formula
Loading required package: maxLik
Loading required package: miscTools
Please cite the 'maxLik' package as:
Henningsen, Arne and Toomet, Ott (2011). maxLik: A package for maximum likelihood estimation in R. Computational Statistics 26(3), 443-458. DOI 10.1007/s00180-010-0217-1.
If you have questions, suggestions, or comments regarding the 'maxLik' package, please use a forum or 'tracker' at maxLik's R-Forge site:
https://r-forge.r-project.org/projects/maxlik/
Attaching package: 'mlogit'
The following objects are masked from 'package:mnlogit':
hmftest, index, scoretest
Loading required package: stats4
Loading required package: splines
Attaching package: 'VGAM'
The following object is masked from 'package:mlogit':
lrtest
The following object is masked from 'package:mnlogit':
lrtest
Flavor: r-patched-solaris-x86
Version: 1.2.5
Check: re-building of vignette outputs
Result: FAIL
Flavor: r-release-osx-x86_64