Package: tidystringdist
Title: String Distance Calculation with Tidy Data Principles
Version: 0.1.3
Authors@R: c(
  person("Colin", "Fay", email = "contact@colinfay.me", role = c("aut", "cre"), comment=c(ORCID="0000-0001-7343-1846")),
  person("Dmytro", "Perepolkin", email = "dperepolkin@gmail.com", role = c("ctb"), comment=c(ORCID="0000-0001-8558-6183"))
  )
Description: Calculation of string distance following the tidy data principles. Built on top 
  of the 'stringdist' package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Imports: stringdist, rlang, tibble, attempt
Suggests: testthat, knitr, rmarkdown, dplyr, magrittr
VignetteBuilder: knitr
Collate: 'globalVariables.R' 'tidycomb.R' 'utils.R' 'tidystringdist.R'
NeedsCompilation: no
Packaged: 2018-11-22 12:05:07 UTC; colin
Author: Colin Fay [aut, cre] (<https://orcid.org/0000-0001-7343-1846>),
  Dmytro Perepolkin [ctb] (<https://orcid.org/0000-0001-8558-6183>)
Maintainer: Colin Fay <contact@colinfay.me>
Repository: CRAN
Date/Publication: 2018-11-22 13:40:03 UTC
