{"id":20284053,"url":"https://github.com/ccao-data/assessr","last_synced_at":"2025-04-11T08:23:39.729Z","repository":{"id":176562225,"uuid":"658904338","full_name":"ccao-data/assessr","owner":"ccao-data","description":"R package for measuring assessment performance","archived":false,"fork":false,"pushed_at":"2025-03-10T22:12:09.000Z","size":688,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T05:51:24.314Z","etag":null,"topics":["assessment","property-taxes","r","r-package","taxes"],"latest_commit_sha":null,"homepage":"https://ccao-data.github.io/assessr/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ccao-data.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-26T18:25:31.000Z","updated_at":"2025-03-11T14:48:57.000Z","dependencies_parsed_at":"2023-09-25T01:50:49.218Z","dependency_job_id":"f65b30af-f532-4d75-91ba-cdab313237b7","html_url":"https://github.com/ccao-data/assessr","commit_stats":{"total_commits":159,"total_committers":10,"mean_commits":15.9,"dds":"0.42138364779874216","last_synced_commit":"de392fb4cfa22f531a913c22d76fee8e717a028e"},"previous_names":["ccao-data/assessr"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccao-data%2Fassessr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccao-data%2Fassessr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccao-data%2Fassessr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ccao-data%2Fassessr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ccao-data","download_url":"https://codeload.github.com/ccao-data/assessr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248361049,"owners_count":21090806,"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":["assessment","property-taxes","r","r-package","taxes"],"created_at":"2024-11-14T14:18:09.987Z","updated_at":"2025-04-11T08:23:39.710Z","avatar_url":"https://github.com/ccao-data.png","language":"R","funding_links":[],"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# AssessR \u003ca href=\"https://github.com/ccao-data/assessr\"\u003e\u003cimg src=\"man/figures/logo.png\" align=\"right\" height=\"139\"/\u003e\u003c/a\u003e\n\n[![R-CMD-check](https://github.com/ccao-data/assessr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ccao-data/assessr/actions/workflows/R-CMD-check.yaml)\n[![test-coverage](https://github.com/ccao-data/assessr/actions/workflows/test-coverage.yaml/badge.svg)](https://github.com/ccao-data/assessr/actions/workflows/test-coverage.yaml)\n[![pre-commit](https://github.com/ccao-data/assessr/actions/workflows/pre-commit.yaml/badge.svg)](https://github.com/ccao-data/assessr/actions/workflows/pre-commit.yaml)\n[![codecov](https://codecov.io/gh/ccao-data/assessr/branch/master/graph/badge.svg)](https://codecov.io/gh/ccao-data/assessr)\n\nAssessR is a software package for R developed by the Cook County Assessor’s (CCAO) Data Department. This package is used in the CCAO’s custom-built [Automated Valuation Model (AVM)](https://github.com/ccao-data/model-res-avm). The codebase for the CCAO’s AVM uses a wide range of functions regularly, and packaging these functions streamlines and standardizes their use.\n\nFor assessors, we believe that this package will reduce the complexity of calculating ratio statistics and detecting sales chasing. We also hope that reporters, taxpayers, and members of academia will find this package helpful in monitoring the performance of local assessors and conducting research.\n\nFor detailed documentation on included functions and data, [**visit the full reference list**](https://ccao-data.github.io/assessr/reference/index.html).\n\nFor examples of specific tasks you can complete with `assessr` functions, see the [**vignettes page**](https://ccao-data.github.io/assessr/articles/index.html).\n\n## Installation\n\nYou can install the released version of `assessr` directly from GitHub with one of the following commands:\n\n```{r, eval=FALSE}\n# Using remotes\nremotes::install_github(\"ccao-data/assessr\")\n\n# Using renv\nrenv::install(\"ccao-data/assessr\")\n\n# Using pak\npak::pak(\"ccao-data/assessr\")\n\n# Append the @ symbol for a specific version\nremotes::install_github(\"ccao-data/assessr@0.4.4\")\n```\n\nOnce it is installed, you can use it just like any other package. Simply call `library(assessr)` at the beginning of your script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccao-data%2Fassessr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fccao-data%2Fassessr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fccao-data%2Fassessr/lists"}