CRAN Package Check Results for Package bigmatch

Last updated on 2024-06-13 04:52:18 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.4 5.83 54.52 60.35 NOTE
r-devel-linux-x86_64-debian-gcc 0.6.4 3.70 29.80 33.50 ERROR
r-devel-linux-x86_64-fedora-clang 0.6.4 76.41 NOTE
r-devel-linux-x86_64-fedora-gcc 0.6.4 74.02 NOTE
r-devel-windows-x86_64 0.6.4 5.00 61.00 66.00 NOTE
r-patched-linux-x86_64 0.6.4 5.79 53.26 59.05 NOTE
r-release-linux-x86_64 0.6.4 5.42 53.83 59.25 NOTE
r-release-macos-arm64 0.6.4 26.00 NOTE
r-release-macos-x86_64 0.6.4 46.00 NOTE
r-release-windows-x86_64 0.6.4 5.00 60.00 65.00 NOTE
r-oldrel-macos-arm64 0.6.4 30.00 NOTE
r-oldrel-macos-x86_64 0.6.4 40.00 NOTE
r-oldrel-windows-x86_64 0.6.4 6.00 68.00 74.00 NOTE

Check Details

Version: 0.6.4
Check: package dependencies
Result: NOTE Package suggested but not available for checking: ‘rrelaxiv’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.6.4
Check: package dependencies
Result: NOTE Packages suggested but not available for checking: 'optmatch', 'rrelaxiv' Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.6.4
Check: examples
Result: ERROR Running examples in ‘bigmatch-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### 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-debian-gcc