assessr

R package for measuring assessment performance

https://github.com/ccao-data/assessr

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (18.3%) to scientific vocabulary

Keywords

assessment property-taxes r r-package taxes
Last synced: 7 months ago · JSON representation ·

Repository

R package for measuring assessment performance

Basic Info
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 2
  • Open Issues: 3
  • Releases: 4
Topics
assessment property-taxes r r-package taxes
Created almost 3 years ago · Last pushed 7 months ago
Metadata Files
Readme License Citation Codeowners

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# AssessR 

[![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)
[![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)
[![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)
[![codecov](https://codecov.io/gh/ccao-data/assessr/branch/master/graph/badge.svg)](https://codecov.io/gh/ccao-data/assessr)

AssessR 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.

For 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.

For detailed documentation on included functions and data, [**visit the full reference list**](https://ccao-data.github.io/assessr/reference/index.html).

For examples of specific tasks you can complete with `assessr` functions, see the [**vignettes page**](https://ccao-data.github.io/assessr/articles/index.html).

## Installation

You can install the released version of `assessr` directly from GitHub with one of the following commands:

```{r, eval=FALSE}
# Using remotes
remotes::install_github("ccao-data/assessr")

# Using renv
renv::install("ccao-data/assessr")

# Using pak
pak::pak("ccao-data/assessr")

# Append the @ symbol for a specific version
remotes::install_github("ccao-data/assessr@0.4.4")
```

Once it is installed, you can use it just like any other package. Simply call `library(assessr)` at the beginning of your script.

Owner

  • Name: Cook County Assessor's Office
  • Login: ccao-data
  • Kind: organization
  • Email: assessor.data@cookcountyil.gov

Citation (CITATION.cff)

message: "If you use this software, please cite it as below."
authors:
- family-names: "Cook County Assessor's Office"
title: "AssessR"
version: 0.6.0
date-released: 2019-01-01
url: "https://github.com/ccao-data/assessr"

GitHub Events

Total
  • Issues event: 2
  • Watch event: 4
  • Delete event: 5
  • Issue comment event: 4
  • Push event: 36
  • Pull request review comment event: 5
  • Pull request review event: 10
  • Pull request event: 9
  • Create event: 10
Last Year
  • Issues event: 2
  • Watch event: 4
  • Delete event: 5
  • Issue comment event: 4
  • Push event: 36
  • Pull request review comment event: 5
  • Pull request review event: 10
  • Pull request event: 9
  • Create event: 10

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 159
  • Total Committers: 10
  • Avg Commits per committer: 15.9
  • Development Distribution Score (DDS): 0.421
Past Year
  • Commits: 32
  • Committers: 4
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.219
Top Committers
Name Email Commits
Dan Snow D****w@c****m 92
Dan Snow d****w@c****v 30
ccao_rross r****s@c****m 10
Dan Snow d****w@c****m 10
Sweaty Handshake w****y@c****v 6
Dan Snow d****n@s****s 4
Dan Snow s****s@g****m 3
Damonamajor 5****r 2
Dan Snow 3****w 1
Sweaty Handshake w****y@c****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 5
  • Total pull requests: 20
  • Average time to close issues: 17 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 3
  • Total pull request authors: 5
  • Average comments per issue: 0.8
  • Average comments per pull request: 0.75
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 11
  • Average time to close issues: 9 days
  • Average time to close pull requests: 3 days
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.64
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dfsnow (2)
  • rross0 (2)
  • Damonamajor (1)
Pull Request Authors
  • Damonamajor (8)
  • jeancochrane (5)
  • wagnerlmichael (3)
  • mitchellhenke (2)
  • dfsnow (2)
Top Labels
Issue Labels
enhancement (1) bug (1)
Pull Request Labels

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/lint.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • actions/checkout v3 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/upload-pages-artifact v1 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pre-commit.yaml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 3.5.0 depends
  • stats * imports
  • DT * suggests
  • covr * suggests
  • devtools * suggests
  • dplyr * suggests
  • forcats * suggests
  • ggplot2 * suggests
  • jsonlite * suggests
  • knitr * suggests
  • lintr * suggests
  • pkgdown * suggests
  • rmarkdown * suggests
  • rprojroot * suggests
  • scales * suggests
  • testthat * suggests
  • tibble * suggests
  • tidyr * suggests