asylum
R package to access UK asylum and resettlement datasets
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
- Host: GitHub
- Owner: humaniverse
- License: other
- Language: R
- Default Branch: main
- Homepage: https://humaniverse.github.io/asylum/
- Size: 46.7 MB
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
[](https://www.repostatus.org/#active)
[](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
- Website: https://github.com/humaniverse
- Repositories: 5
- Profile: https://github.com/humaniverse
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
Top Committers
| Name | 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
- Homepage: https://github.com/humaniverse/asylum
- Documentation: http://cran.r-project.org/web/packages/asylum/asylum.pdf
- License: MIT + file LICENSE
-
Latest release: 1.1.2
published over 2 years ago
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