CRAN Package Check Results for Package bigmatch

Last updated on 2022-02-19 19:49:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.2 3.83 57.15 60.98 OK
r-devel-linux-x86_64-debian-gcc 0.6.2 4.04 48.77 52.81 OK
r-devel-linux-x86_64-fedora-clang 0.6.2 74.20 OK
r-devel-linux-x86_64-fedora-gcc 0.6.2 54.00 ERROR
r-devel-windows-x86_64-new-UL 0.6.2 23.00 80.00 103.00 OK
r-devel-windows-x86_64-new-TK 0.6.2 OK
r-patched-linux-x86_64 0.6.2 5.35 53.94 59.29 OK
r-release-linux-x86_64 0.6.2 3.86 53.69 57.55 OK
r-release-macos-arm64 0.6.2 OK
r-release-macos-x86_64 0.6.2 OK
r-release-windows-ix86+x86_64 0.6.2 10.00 67.00 77.00 OK
r-oldrel-macos-x86_64 0.6.2 OK
r-oldrel-windows-ix86+x86_64 0.6.2 10.00 68.00 78.00 OK

Check Details

Version: 0.6.2
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘optmatch’
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.6.2
Check: examples
Result: ERROR
    Running examples in ‘bigmatch-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: check
    > ### Title: Check SMDs of the matched data set.
    > ### Aliases: check
    >
    > ### ** Examples
    >
    > # To run this example, you must load the optmatch package.
    >
    > # Caliper of .2 on the propensity score, near fine balance of
    > # education, a robust Mahalanobis distrance for X.
    > data(nh0506)
    > attach(nh0506)
    > X<-cbind(female,age,black,hispanic,education,povertyr,bmi)
    > m<-nfmatch(z=z,p=propens,fine=education,X=X,caliper=.2,dat=nh0506,rank=FALSE)
    Error in nearfine(z, fine, dist, dat, ncontrol, penalty, max.cost, nearexPenalty, :
     Error: package optmatch (>= 0.9-1) not loaded. To run rcbalance command, you must install optmatch first and agree to the terms of its license.
    Calls: nfmatch -> nearfine
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc