-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1015 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
Package: distops
Title: Usual Operations for Distance Matrices in R
Version: 0.1.0
Authors@R:
person("Aymeric", "Stamm", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8725-3654"))
Description: It provides the subset operator for dist objects and a function to
compute medoid(s) that are fully parallelized leveraging the 'RcppParallel'
package. It also provides functions for package developers to easily
implement their own parallelized dist() function using a custom 'C++'-based
distance function.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
URL: https://github.com/lmjl-alea/distops, https://lmjl-alea.github.io/distops/
BugReports: https://github.com/lmjl-alea/distops/issues
SystemRequirements: GNU make
Imports:
cli,
desc,
fs,
glue,
Rcpp,
RcppParallel,
usethis
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
LinkingTo:
Rcpp,
RcppParallel