CRAN Package Check Results for Package blockingChallenge

Last updated on 2019-03-25 09:56:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0 1.74 22.71 24.45 ERROR
r-devel-linux-x86_64-debian-gcc 1.0 1.43 18.59 20.02 ERROR
r-devel-linux-x86_64-fedora-clang 1.0 30.48 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0 28.31 ERROR
r-devel-windows-ix86+x86_64 1.0 8.00 54.00 62.00 OK
r-patched-linux-x86_64 1.0 1.21 20.82 22.03 ERROR
r-patched-solaris-x86 1.0 48.20 OK
r-release-linux-x86_64 1.0 0.86 20.68 21.54 ERROR
r-release-windows-ix86+x86_64 1.0 4.00 54.00 58.00 OK
r-release-osx-x86_64 1.0 ERROR
r-oldrel-windows-ix86+x86_64 1.0 3.00 47.00 50.00 OK
r-oldrel-osx-x86_64 1.0 ERROR

Check Details

Version: 1.0
Check: examples
Result: ERROR
    Running examples in 'blockingChallenge-Ex.R' failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: makeblocks
    > ### Title: Creates strata of size 'bsize' aiming to minimize within strata
    > ### distance.
    > ### Aliases: makeblocks
    > ### Keywords: Challenge Stratification algorithm
    >
    > ### ** Examples
    >
    > ## IN THESE EXAMPLES YOU NEED TO LOAD THE R PACKAGE
    > # 'optmatch'. OTHERWISE, THEY WILL RUN IN A CODE CHECK MODE.
    > # library(optmatch)
    > ###### Usage 1 ##########
    > data(nh0506)
    > ## Don't show:
    > nh0506 <- nh0506[1:13,]
    > ## End(Don't show)
    > res <- makeblocks(nh0506, bsize=4, maxItr=15,
    + vars=c("female","age","black","hispanic","education","povertyr"))
    Iteration no. 1 :: Error in pairmatch(distmat.temp1, controls = bsize - 1) :
     could not find function "pairmatch"
    Calls: makeblocks -> eval -> eval
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 1.0
Check: examples
Result: ERROR
    Running examples in ‘blockingChallenge-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: makeblocks
    > ### Title: Creates strata of size 'bsize' aiming to minimize within strata
    > ### distance.
    > ### Aliases: makeblocks
    > ### Keywords: Challenge Stratification algorithm
    >
    > ### ** Examples
    >
    > ## IN THESE EXAMPLES YOU NEED TO LOAD THE R PACKAGE
    > # 'optmatch'. OTHERWISE, THEY WILL RUN IN A CODE CHECK MODE.
    > # library(optmatch)
    > ###### Usage 1 ##########
    > data(nh0506)
    > ## Don't show:
    > nh0506 <- nh0506[1:13,]
    > ## End(Don't show)
    > res <- makeblocks(nh0506, bsize=4, maxItr=15,
    + vars=c("female","age","black","hispanic","education","povertyr"))
    Iteration no. 1 :: Error in pairmatch(distmat.temp1, controls = bsize - 1) :
     could not find function "pairmatch"
    Calls: makeblocks -> eval -> eval
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-osx-x86_64, r-oldrel-osx-x86_64