-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
36 lines (36 loc) · 904 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: kdtools
Type: Package
Title: Tools for Working with Multidimensional Data
Version: 0.7.0
Authors@R: person("Timothy", "Keitt", email = "[email protected]", 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
LazyData: true
Imports: Rcpp (>= 0.12.14)
LinkingTo:
testthat,
Rcpp
Suggests:
testthat,
knitr,
markdown,
rmarkdown,
covr,
ggplot2,
tidytext,
printr,
scales,
BH,
sf,
xml2,
tidyr,
microbenchmark
VignetteBuilder: knitr
SystemRequirements: A compiler that conforms to the C++17 standard
RoxygenNote: 7.2.1
URL: https://github.com/thk686/kdtools
BugReports: https://github.com/thk686/kdtools/issues
Biarch: true