Last updated on 2026-06-07 02:50:40 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1-16 | 2.92 | 97.43 | 100.35 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.1-16 | 1.97 | 64.93 | 66.90 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1-16 | 155.82 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1-16 | 5.00 | 176.20 | 181.20 | OK | |
| r-devel-windows-x86_64 | 0.1-16 | 4.00 | 146.00 | 150.00 | OK | |
| r-patched-linux-x86_64 | 0.1-16 | 2.71 | 91.63 | 94.34 | OK | |
| r-release-linux-x86_64 | 0.1-16 | 2.52 | 92.48 | 95.00 | OK | |
| r-release-macos-arm64 | 0.1-16 | 1.00 | 34.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 0.1-16 | 2.00 | 147.00 | 149.00 | OK | |
| r-release-windows-x86_64 | 0.1-16 | 5.00 | 144.00 | 149.00 | OK | |
| r-oldrel-macos-arm64 | 0.1-16 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1-16 | 2.00 | 148.00 | 150.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1-16 | 6.00 | 166.00 | 172.00 | OK |
Version: 0.1-16
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Arne Henningsen <arne.henningsen@gmail.com>’
Found the following (possibly) invalid file URIs:
URI: geraldine.henningsen@googlemail.com
From: inst/doc/Manuscript.pdf
URI: arne@ifro.ku.dk
From: inst/doc/Manuscript.pdf
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1-16
Check: tests
Result: ERROR
Running ‘logit.R’ [3s/3s]
Comparing ‘logit.Rout’ to ‘logit.Rout.save’ ... OK
Running ‘logitEffCat.R’ [0s/0s]
Comparing ‘logitEffCat.Rout’ to ‘logitEffCat.Rout.save’ ... OK
Running ‘logitEffInt.R’ [0s/0s]
Comparing ‘logitEffInt.Rout’ to ‘logitEffInt.Rout.save’ ... OK
Running ‘logitEla.R’ [0s/0s]
Comparing ‘logitEla.Rout’ to ‘logitEla.Rout.save’ ... OK
Running ‘logitElaInt.R’ [0s/0s]
Comparing ‘logitElaInt.Rout’ to ‘logitElaInt.Rout.save’ ... OK
Running ‘lpm.R’ [2s/2s]
Comparing ‘lpm.Rout’ to ‘lpm.Rout.save’ ... OK
Running ‘mlogit.R’ [4s/4s]
Comparing ‘mlogit.Rout’ to ‘mlogit.Rout.save’ ... OK
Running ‘mvprobit.R’ [2s/4s]
Running ‘oprobit.R’ [2s/2s]
Comparing ‘oprobit.Rout’ to ‘oprobit.Rout.save’ ... OK
Running ‘probit.R’ [3s/3s]
Comparing ‘probit.Rout’ to ‘probit.Rout.save’ ... OK
Running the tests in ‘tests/mvprobit.R’ failed.
Complete output:
> library( "urbin" )
> maxLikLoaded <- require( "maxLik" )
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/
> if( !require( "mvProbit" ) ) {
+ q( save = "no" )
+ }
Loading required package: mvProbit
Loading required package: mvtnorm
Loading required package: abind
> if( !require( "sampleSelection" ) ) {
+ q( save = "no" )
+ }
Loading required package: sampleSelection
> options( digits = 2 )
>
> # load data set
> data( "Mroz87", package = "sampleSelection" )
>
> # create dummy variable for husband is moonlightning
> Mroz87$husMoonlight <- Mroz87$hushrs > 2500
>
> # create dummy variable for kids
> Mroz87$kids <- as.numeric( Mroz87$kids5 > 0 | Mroz87$kids618 > 0 )
>
> ### linear in age
> estMvProbitLin <- mvProbit( cbind( lfp, husMoonlight ) ~ kids + age + educ,
+ data = Mroz87, nGHK = 300, iterlim = 0, oneSidedGrad = TRUE, eps = 1e-4,
+ start = c( -0.07332, -0.31572, -0.01915, 0.10475,
+ -0.70550, 0.09776, -0.00889, 0.03258, -0.10837 ) )
Error in file(file, if (append) "a" else "w") :
cannot open the connection
Calls: mvProbit ... mvProbitLogLikInternal -> pmvnormWrap -> sink -> file
In addition: Warning message:
In file(file, if (append) "a" else "w") :
cannot open file '/tmp/RtmpZVnV5M/file21fabc764b2e4a': No space left on device
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc