Skip to content

Commit

Permalink
Update package description in DESCRIPTION file.
Browse files Browse the repository at this point in the history
  • Loading branch information
astamm committed Jan 19, 2024
1 parent ad5b90e commit b4f08bd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ Version: 0.1.0
Authors@R:
person("Aymeric", "Stamm", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8725-3654"))
Description: It implements an alternative `dist()` function that integrates
parallelization and progress bars via the `future` framework. It also
provides functions to manipulate distance matrices, such as an
implementation of the subset operator which never turn the `dist` object
into a full matrix.
Description: It provides subset operator and medoid computation 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)
Expand Down

0 comments on commit b4f08bd

Please sign in to comment.