{"id":21310418,"url":"https://github.com/ocbe-uio/contingencytables","last_synced_at":"2025-07-11T23:31:43.915Z","repository":{"id":47792604,"uuid":"293482399","full_name":"ocbe-uio/contingencytables","owner":"ocbe-uio","description":"Statistical Analysis of Contingency Tables","archived":false,"fork":false,"pushed_at":"2024-08-29T07:42:01.000Z","size":2808,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2024-11-14T00:46:39.829Z","etag":null,"topics":["contingency-table","r-package"],"latest_commit_sha":null,"homepage":"https://ocbe-uio.github.io/contingencytables/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ocbe-uio.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-09-07T09:28:35.000Z","updated_at":"2024-08-29T07:37:58.000Z","dependencies_parsed_at":"2023-01-27T20:16:24.268Z","dependency_job_id":"d69a9853-ed35-4e6f-8a1e-1f76a0f72792","html_url":"https://github.com/ocbe-uio/contingencytables","commit_stats":{"total_commits":1124,"total_committers":2,"mean_commits":562.0,"dds":0.2357651245551602,"last_synced_commit":"c53f3c510f4dc09f6b120c355d89d635aa9a918a"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocbe-uio%2Fcontingencytables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocbe-uio%2Fcontingencytables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocbe-uio%2Fcontingencytables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocbe-uio%2Fcontingencytables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocbe-uio","download_url":"https://codeload.github.com/ocbe-uio/contingencytables/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225769345,"owners_count":17521258,"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":["contingency-table","r-package"],"created_at":"2024-11-21T17:13:21.086Z","updated_at":"2024-11-21T17:13:21.517Z","avatar_url":"https://github.com/ocbe-uio.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/ocbe-uio/contingencytables/blob/develop/logo/logo.png?raw=true\" width=25%\u003e\n\n# contingencytables\n\nAn R package for the _Statistical Analysis of Contingency Tables_ (SACT) book by Fagerland et. al.. More info on the book on [its home page](https://contingencytables.com/) and in the [Citation](#citation) section of this document.\n\n# Installation\n\n## Stable version\n\nThe latest stable version of this package is available on [CRAN](https://cran.r-project.org/package=contingencytables) and can be installed by running\n\n```r\ninstall.packages(\"contingencytables\")\n```\n\nfrom an R interactive session.\n\n## Development version\n\nThe development version of this package can be installed by running the following command in R:\n\n```r\nremotes::install_github(\"ocbe-uio/contingencytables\", ref=\"develop\")\n```\n\nIf the command above does not work, make sure you have the remotes package installed (e.g. by running `install.packages(\"remotes\")` in R).\n\n# Usage\n\nAfter installing, you must load the package by running `library(\"contingencytables\")` in R. You can read more about the package and its functions by running `library(help=\"contingencytables\")` or by consulting the SACT book.\n\n# Citation\n\nTo cite this package, install it and run `citation(\"contingencytables\")`. The output should give you proper citation instructions in APA-like and BibTeX formats for the package version you have installed.\n\nProper citation of the SACT book can be found [here](https://contingencytables.com/how-to-cite).\n\n# Contributing and getting help\n\nThis software is open source and contributions are welcome! If you have any trouble installing or using the package, if you find a bug or would like to submit a suggestion, please let us know by opening a new issue [here](https://github.com/ocbe-uio/contingencytables/issues).\n\n# Badges\n\n## Stable version\n\n[![CRAN](https://www.r-pkg.org/badges/version/contingencytables)](https://cran.r-project.org/package=contingencytables)\n[![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/contingencytables)](https://cran.r-project.org/package=contingencytables)\n[![DOI](https://zenodo.org/badge/293482399.svg)](https://zenodo.org/badge/latestdoi/293482399)\n[![License: GPL-3](https://img.shields.io/badge/license-GPL--3-blue.svg)](https://cran.r-project.org/web/licenses/GPL-3)\n\n## Development version\n\n[![Project Status: Inactive - The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)\n[![R build status](https://github.com/ocbe-uio/contingencytables/workflows/R-CMD-check/badge.svg)](https://github.com/ocbe-uio/contingencytables/actions)\n[![](https://img.shields.io/github/last-commit/ocbe-uio/contingencytables.svg)](https://github.com/ocbe-uio/contingencytables/commits/develop)\n[![](https://img.shields.io/github/languages/code-size/ocbe-uio/contingencytables.svg)](https://github.com/ocbe-uio/contingencytables)\n[![](https://codecov.io/gh/ocbe-uio/contingencytables/branch/develop/graph/badge.svg)](https://codecov.io/gh/ocbe-uio/contingencytables)\n[![CodeFactor](https://www.codefactor.io/repository/github/ocbe-uio/contingencytables/badge)](https://www.codefactor.io/repository/github/ocbe-uio/contingencytables)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focbe-uio%2Fcontingencytables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focbe-uio%2Fcontingencytables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focbe-uio%2Fcontingencytables/lists"}