{"id":16284660,"url":"https://github.com/pachadotdev/kendallknight","last_synced_at":"2025-04-09T03:18:45.403Z","repository":{"id":253484596,"uuid":"843653615","full_name":"pachadotdev/kendallknight","owner":"pachadotdev","description":"Efficient Implementation of Kendall's Correlation Coefficient Computation (i.e., O(n log n) complexity vs O(n^2) in base R)","archived":false,"fork":false,"pushed_at":"2025-02-20T04:09:14.000Z","size":969,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T08:13:38.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pacha.dev/kendallknight","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pachadotdev.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2024-08-17T02:50:07.000Z","updated_at":"2025-02-20T04:09:18.000Z","dependencies_parsed_at":"2024-11-05T11:44:09.634Z","dependency_job_id":"199a19ff-3529-41e6-93d0-ffc52dbc7b9d","html_url":"https://github.com/pachadotdev/kendallknight","commit_stats":null,"previous_names":["pachadotdev/kendallknight"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pachadotdev%2Fkendallknight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pachadotdev%2Fkendallknight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pachadotdev%2Fkendallknight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pachadotdev%2Fkendallknight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pachadotdev","download_url":"https://codeload.github.com/pachadotdev/kendallknight/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968383,"owners_count":21025824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T19:20:18.944Z","updated_at":"2025-04-09T03:18:45.397Z","avatar_url":"https://github.com/pachadotdev.png","language":"R","funding_links":["https://buymeacoffee.com/pacha"],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# kendallknight \u003cimg src=\"man/figures/logo.svg\" align=\"right\" height=\"139\" alt=\"\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/pachadotdev/kendallknight/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/pachadotdev/kendallknight/actions/workflows/R-CMD-check.yaml)\n[![codecov](https://app.codecov.io/gh/pachadotdev/kendallknight/graph/badge.svg?token=kDP0pWmfRk)](https://app.codecov.io/gh/pachadotdev/kendallknight)\n[![BuyMeACoffee](https://raw.githubusercontent.com/pachadotdev/buymeacoffee-badges/main/bmc-donate-yellow.svg)](https://buymeacoffee.com/pacha)\n[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)\n[![CRAN status](https://www.r-pkg.org/badges/version/kendallknight)](https://CRAN.R-project.org/package=kendallknight)\n\u003c!-- badges: end --\u003e\n\n## About\n\ntldr; This package implements a different algorithm from the one implemented in\nbase R, and it reduces the complexity of the Kendall's correlation coefficient\nfrom O(n^2) to O(n log n) resulting in a runtime of nano seconds or minutes\ninstead of minutes or hours. This package is written in C++ and uses cpp11 to\nexport the functions to R. See the vignette for the mathematical details.\n\nIf this software is useful to you, please consider donating on\n[Buy Me A Coffee](https://buymeacoffee.com/pacha). All donations will\nbe used to continue improving `kendallknight`.\n\n## Installation\n\nYou can install the released version of kendallknight from CRAN with:\n\n``` r\ninstall.packages(\"kendallknight\")\n```\n\nYou can install the development version of kendallknight like so:\n\n``` r\nremotes::install_github(\"pachadotdev/kendallknight\")\n```\n\n## Examples\n\nSee the documentation and vignette: https://pacha.dev/kendallknight/.\n\n## Code of Conduct\n\nPlease note that the kendallknight project is released with a\n[Contributor Code of Conduct](https://contributor-covenant.org/version/2/1/CODE_OF_CONDUCT.html).\nBy contributing to this project, you agree to abide by its terms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpachadotdev%2Fkendallknight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpachadotdev%2Fkendallknight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpachadotdev%2Fkendallknight/lists"}