# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           R 1.0

R.setup             cran cran blink 1.1.0
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3
description         Record linkage for empirically motivated priors
long_description    Model, which performs Bayesian entity resolution for categorical and text data, \
                    for any distance function defined by the user. In addition, the precision and recall \
                    are in the package to allow one to compare to another method such as logistic regression, \
                    Bayesian additive regression trees (BART) or random forests. Unrelated to BlackPink.
checksums           rmd160  420a18637ab691a0d661e10f770e33a59dfcf02d \
                    sha256  2bb3a11036651da31f9b246c0807d2981e6c5446129eff9c819f3e2d52e17614 \
                    size    36238
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-plyr \
                    port:R-stringdist

depends_test-append port:R-knitr \
                    port:R-rmarkdown

test.run            yes
