CRAN Package Check Results for Package thickmatch

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 3.72 46.34 50.06 OK
r-devel-linux-x86_64-debian-gcc 0.3.1 2.94 40.29 43.23 OK
r-devel-linux-x86_64-fedora-clang 0.3.1 67.00 OK
r-devel-linux-x86_64-fedora-gcc 0.3.1 47.95 ERROR
r-devel-windows-x86_64-new-UL 0.3.1 20.00 69.00 89.00 OK
r-devel-windows-x86_64-new-TK 0.3.1 OK
r-patched-linux-x86_64 0.3.1 2.78 44.34 47.12 OK
r-release-linux-x86_64 0.3.1 3.66 44.93 48.59 OK
r-release-macos-arm64 0.3.1 OK
r-release-macos-x86_64 0.3.1 OK
r-release-windows-ix86+x86_64 0.3.1 9.00 58.00 67.00 OK
r-oldrel-macos-x86_64 0.3.1 OK
r-oldrel-windows-ix86+x86_64 0.3.1 8.00 58.00 66.00 OK

Check Details

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

Version: 0.3.1
Check: examples
Result: ERROR
    Running examples in ‘thickmatch-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: feasible
    > ### Title: Feasilibity of a chosen threshold.
    > ### Aliases: feasible
    >
    > ### ** Examples
    >
    > # To run this example, you must load the optmatch package.
    > data("nysr")
    > attach(nysr)
    > X<-cbind(family.income,family.structure,highest.education.parent.in.household,
    + female,race.black,race.hispanic,age.teenager,school.dropout)
    > detach(nysr)
    > feasible(z=nysr$intense,X=X,p=nysr$plogit,caliper=0.2,dat=nysr,select_num=10,eps=0.5)
    Error in feasible(z = nysr$intense, X = X, p = nysr$plogit, caliper = 0.2, :
     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.
    Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc