asylum

R package to access UK asylum and resettlement datasets

https://github.com/humaniverse/asylum

Science Score: 26.0%

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

  • 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 (15.2%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R package to access UK asylum and resettlement datasets

Basic Info
Statistics
  • Stars: 3
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 2
Created almost 5 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



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

# asylum 


[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![CRAN status](https://www.r-pkg.org/badges/version/asylum)](https://cran.r-project.org/package=asylum)


The `asylum` package provides easy access to asylum and resettlement datasets for the UK, published by the Home Office.

The current release uses the most recent data from September 2023.

## Installation

Install the released version of `asylum` from [CRAN](https://cran.r-project.org/package=asylum):

``` r
install.packages("asylum")
```

Alternatively, you can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("humaniverse/asylum")
```

## Example

To calculate the number of applications from Afghanistan awaiting a decision, as of the latest quarter:

```{r example}
library(asylum)
library(dplyr)

asylum::awaiting_decision |> 
  filter(Nationality == "Afghanistan" & Date == max(Date)) |> 
  summarise(`Total applications awaiting a decision` = sum(Applications))
```

## Getting help

If you encounter a clear bug, please file an issue with a minimal
reproducible example on
[GitHub](https://github.com/humaniverse/asylum/issues).

------------------------------------------------------------------------

Please note that this project is released with a [Contributor Code of
Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct/).
By participating in this project you agree to abide by its terms.

Owner

  • Name: humaniverse
  • Login: humaniverse
  • Kind: organization

The Humaniverse is a collection of R packages that clean and summarise public UK humanitarian data into a tidy data format.

GitHub Events

Total
  • Delete event: 1
  • Push event: 9
  • Pull request event: 2
Last Year
  • Delete event: 1
  • Push event: 9
  • Pull request event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 84
  • Total Committers: 2
  • Avg Commits per committer: 42.0
  • Development Distribution Score (DDS): 0.012
Past Year
  • Commits: 52
  • Committers: 2
  • Avg Commits per committer: 26.0
  • Development Distribution Score (DDS): 0.019
Top Committers
Name Email Commits
Matthew Gwynfryn Thomas m****s@g****m 83
MikeJohnPage 3****e 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 11
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 0
  • Total pull request authors: 4
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 4 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • matthewgthomas (7)
  • jennajt (2)
  • MikeJohnPage (2)
  • olivroy (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 582 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: asylum

Data on Asylum and Resettlement for the UK

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 582 Last month
Rankings
Downloads: 20.3%
Dependent repos count: 23.9%
Average: 25.2%
Stargazers count: 25.5%
Forks count: 27.8%
Dependent packages count: 28.7%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10 depends