Package: kdtools
Type: Package
Title: Tools for Working with Multidimensional Data
Version: 0.1.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: GPL
Encoding: UTF-8
LazyData: true
Imports: Rcpp (>= 0.12.14)
LinkingTo: Rcpp, strider, BH
Suggests: testthat, knitr, rmarkdown, covr, ggplot2, tidytext, printr,
        scales
VignetteBuilder: knitr
RoxygenNote: 6.0.1
URL: https://github.com/thk686/kdtools
BugReports: https://github.com/thk686/kdtools/issues
NeedsCompilation: yes
Packaged: 2018-04-04 17:24:08 UTC; tkeitt
Author: Timothy Keitt [aut, cre]
Maintainer: Timothy Keitt <tkeitt@gmail.com>
Repository: CRAN
Date/Publication: 2018-04-06 08:36:57 UTC
