An open API service indexing awesome lists of open source software.

https://github.com/mpjashby/learnpop

Package of tutorials on problem-oriented policing
https://github.com/mpjashby/learnpop

Last synced: 2 months ago
JSON representation

Package of tutorials on problem-oriented policing

Awesome Lists containing this project

README

        

---
output: github_document
---

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

# learnpop: Crime analysis for problem solving

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![CRAN status](https://www.r-pkg.org/badges/version/learnpop)](https://CRAN.R-project.org/package=learnpop)

`learnpop` is a package of tutorials for learning how to use R to analyse crime
data to find effective solutions to crime problems.

## Installation

You can install the development version of `learnpop` from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("mpjashby/learnpop")
```

## Code of Conduct

The `learnpop` project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.