Package: tidystringdist
Title: String Distance Calculation with Tidy Data Principles
Version: 0.1.4
Authors@R: 
    c(person(given = "Colin",
             family = "Fay",
             role = c("aut", "cre"),
             email = "contact@colinfay.me",
             comment = structure("0000-0001-7343-1846", .Names = "ORCID")),
      person(given = "Dmytro",
             family = "Perepolkin",
             role = "ctb",
             email = "dperepolkin@gmail.com",
             comment = structure("0000-0001-8558-6183", .Names = "ORCID")))
Description: Calculation of string distance following the tidy
    data principles. Built on top of the 'stringdist' package.
License: MIT + file LICENSE
Imports: attempt, rlang, stringdist, tibble
Suggests: dplyr, knitr, magrittr, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Collate: 'globalVariables.R' 'tidycomb.R' 'utils.R' 'tidystringdist.R'
NeedsCompilation: no
Packaged: 2019-03-20 20:36:39 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: 2019-03-20 23:10:03 UTC
Built: R 4.2.0; ; 2022-03-22 15:41:08 UTC; unix
