Package: kdtools
Type: Package
Title: Tools for Working with Multidimensional Data
Version: 0.5.0
Authors@R: person("Timothy", "Keitt", email = "tkeitt@gmail.com", role = c("aut", "cre"))
Description: Provides various tools for working with multidimensional
  data in R and C++, including extremely fast nearest-neighbor- and range-
  queries without the overhead of linked tree nodes.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: Rcpp (>= 0.12.14)
LinkingTo: Rcpp, strider, BH
SystemRequirements: C++17
Suggests: testthat, knitr, markdown, rmarkdown, covr, ggplot2,
        tidytext, printr, scales, BH
VignetteBuilder: knitr
RoxygenNote: 7.1.1
URL: https://github.com/thk686/kdtools
BugReports: https://github.com/thk686/kdtools/issues
NeedsCompilation: yes
Packaged: 2021-07-19 17:22:33 UTC; tkeitt
Author: Timothy Keitt [aut, cre]
Maintainer: Timothy Keitt <tkeitt@gmail.com>
Repository: CRAN
Date/Publication: 2021-07-20 09:40:02 UTC
