Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasweise/distancer
An R Package for Creating and Dealing with `dist` Objects
https://github.com/thomasweise/distancer
distance-matrix distance-matrix-api distance-matrix-computation r rank-based ranking
Last synced: 6 days ago
JSON representation
An R Package for Creating and Dealing with `dist` Objects
- Host: GitHub
- URL: https://github.com/thomasweise/distancer
- Owner: thomasWeise
- License: lgpl-3.0
- Created: 2018-04-27T05:46:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T12:01:36.000Z (over 6 years ago)
- Last Synced: 2023-10-20T23:28:42.629Z (about 1 year ago)
- Topics: distance-matrix, distance-matrix-api, distance-matrix-computation, r, rank-based, ranking
- Language: R
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An R Package for Creating and Dealing with `dist` Objects
[](https://travis-ci.org/thomasWeise/distanceR/)
## Introduction
With this package we can build and manipulate distance matrices of class `dist`.
## Installation
You can install the package directl from GitHub by using the package
[`devtools`](http://cran.r-project.org/web/packages/devtools/index.html) as
follows:library(devtools)
install_github("thomasWeise/distanceR")If `devtools` is not yet installed on your machine, you need to FIRST do
install.packages("devtools")
## License
The copyright holder of this package is Prof. Dr. Thomas Weise (see Contact).
The package is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007.## Contact
If you have any questions or suggestions, please contact
[Prof. Dr. Thomas Weise](http://iao.hfuu.edu.cn/team/director) of the
[Institute of Applied Optimization](http://iao.hfuu.edu.cn/) at
[Hefei University](http://www.hfuu.edu.cn) in
Hefei, Anhui, China via
email to [[email protected]](mailto:[email protected]).