{"id":32206876,"url":"https://github.com/edelweiss611428/dissimilarities","last_synced_at":"2026-03-07T03:31:18.785Z","repository":{"id":289918377,"uuid":"972102787","full_name":"edelweiss611428/dissimilarities","owner":"edelweiss611428","description":"An R Package for Creating, Manipulating, and Subsetting \"dist\" Objects","archived":false,"fork":false,"pushed_at":"2025-07-20T13:12:21.000Z","size":565,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T05:45:08.683Z","etag":null,"topics":["cluster-analysis","distance-matrix"],"latest_commit_sha":null,"homepage":"https://cran.r-project.org/web/packages/dissimilarities/index.html","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edelweiss611428.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-24T14:38:06.000Z","updated_at":"2025-07-20T13:12:25.000Z","dependencies_parsed_at":"2025-04-25T19:23:12.034Z","dependency_job_id":"5943368b-5131-4404-a474-9165c6b65149","html_url":"https://github.com/edelweiss611428/dissimilarities","commit_stats":null,"previous_names":["edelweiss611428/dissimilarities"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/edelweiss611428/dissimilarities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelweiss611428%2Fdissimilarities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelweiss611428%2Fdissimilarities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelweiss611428%2Fdissimilarities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelweiss611428%2Fdissimilarities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edelweiss611428","download_url":"https://codeload.github.com/edelweiss611428/dissimilarities/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edelweiss611428%2Fdissimilarities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206563,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cluster-analysis","distance-matrix"],"created_at":"2025-10-22T05:38:42.043Z","updated_at":"2026-03-07T03:31:18.761Z","avatar_url":"https://github.com/edelweiss611428.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to dissimilarities\n[![R-CMD-check](https://github.com/edelweiss611428/dissimilarities/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/edelweiss611428/dissimilarities/actions/workflows/R-CMD-check.yaml) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/edelweiss611428/dissimilarities/graphs/commit-activity) [![dissimilarities status badge](https://edelweiss611428.r-universe.dev/dissimilarities/badges/version)](https://edelweiss611428.r-universe.dev/dissimilarities)\n[![CRAN Version](https://www.r-pkg.org/badges/version/dissimilarities)](https://CRAN.R-project.org/package=dissimilarities) \n[![CRAN Downloads](https://cranlogs.r-pkg.org/badges/dissimilarities)](https://CRAN.R-project.org/package=dissimilarities)[![codecov](https://codecov.io/gh/edelweiss611428/dissimilarities/graph/badge.svg?token=9T6HFV637M)](https://codecov.io/gh/edelweiss611428/dissimilarities)\n\n### Description\n\n\u003cp align=\"justify\"\u003e The package provides efficient and user-friendly functions for creating, manipulating, and subsetting \"dist\" objects, which are commonly used in clustering applications in R. \u003c/p\u003e \n\nThe current version includes the following features:    \n     \n- **Dist2Mat**: Converting a \"dist\" object to a numeric matrix.\n- **subDist2Dist**: Subsetting a \"dist\" object to a  \"dist\" object.\n- **subDist2Mat**: Subsetting a \"dist\" object to a numeric \"matrix\".\n- **subCols**: Subsetting a \"dist\" object to a numeric \"matrix\" based on some column (equivalently, row) indices.\n- **fastDist**: Computing a \"dist\" object given a numeric matrix.\n- **fastDistAB**: Computing a numeric \"matrix\" storing pairwise distances between rows in two matrices.\n- **get2dFrom1d**: Computing 2D-indexing given 1D-indexing (as used in R's \"dist\" objects).\n- **get1dFrom2d**: Computing 1D-indexing given 2D-indexing (a row-column pair).\n- **expandDist**: Expanding a \"dist\" object given new data.\n  \nFeature(s) under development:   \n  \n- Providing additional distance functions in fastDist and fastDistAB. The current version only supports popular metrics, namely \"euclidean\", \"manhattan\", \"minkowski\", \"maximum\", \"canberra\", and \"cosine\".\n\n ### Installation\n\n To download the newest version of the package, use the following R code: \n\n```r\nlibrary(devtools)\ninstall_github(\"edelweiss611428/dissimilarities\") \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedelweiss611428%2Fdissimilarities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedelweiss611428%2Fdissimilarities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedelweiss611428%2Fdissimilarities/lists"}