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
- Host: GitHub
- URL: https://github.com/mpjashby/learnpop
- Owner: mpjashby
- License: other
- Created: 2021-11-24T19:51:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T12:54:44.000Z (about 3 years ago)
- Last Synced: 2025-01-28T03:30:31.943Z (4 months ago)
- Language: CSS
- Size: 33.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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.