dawaR

An API Wrapper Package for DAWA - The Danish Address Web API

https://github.com/aleksanderbl29/dawar

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 (19.1%) to scientific vocabulary

Keywords

dawa-api r r-package

Keywords from Contributors

snapshot-testing plagiarism-checker zsh-plugin quantum-circuit mot genomics argument-parser interactive projection rdf
Last synced: 11 months ago · JSON representation

Repository

An API Wrapper Package for DAWA - The Danish Address Web API

Basic Info
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • Open Issues: 2
  • Releases: 4
Topics
dawa-api r r-package
Created almost 2 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%",
  fig.width = 12,
  fig.height = 9
)
```

# dawaR dawaR website


[![CRAN status](https://www.r-pkg.org/badges/version/dawaR)](https://CRAN.R-project.org/package=dawaR)
[![r-universe](https://aleksanderbl29.r-universe.dev/badges/dawaR)](https://aleksanderbl29.r-universe.dev/dawaR)
[![R-CMD-check](https://github.com/aleksanderbl29/dawaR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/aleksanderbl29/dawaR/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/aleksanderbl29/dawaR/graph/badge.svg)](https://app.codecov.io/gh/aleksanderbl29/dawaR)
[![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)


The goal of `{dawaR}` is to make access to the Danish Web Address API convenient for many more users.

## Installation

```{r check_cran, include=FALSE}
if (!require(available)) install.packages("available")
is_on_cran <- !available::available_on_cran("dawaR")
```

```{r cran_instruct, echo=FALSE, results='asis', eval=is_on_cran}
cat("You can install `{dawaR}` from CRAN with:")
```

```{r cran_code, eval=FALSE, include=is_on_cran}
install.packages("dawaR")
```

```{r r_universe_instruct, echo=FALSE, results='asis'}
if (is_on_cran) {
  cat("Or you can install the latest pre-release version of `{dawaR}` from r-universe with:")
} else if (!is_on_cran) {
  cat("You can install `{dawaR}` from r-universe with:")
}
```

```{r r_universe, eval=FALSE}
install.packages(
  "dawaR",
  repos = c(
    aleksanderbl29 = "https://aleksanderbl29.r-universe.dev",
    getOption("repos")
  )
)
```

You can install the latest development version of `{dawaR}` from [GitHub](https://github.com/aleksanderbl29/dawaR) with:

``` r
# install.packages("devtools")
devtools::install_github("aleksanderbl29/dawaR")
```

If you install the package in an environment configured with [`renv`](https://rstudio.github.io/renv/index.html) on MacOS, please consult `vignette("renv-issues")` to ensure that `get_map_data()` works as intended.

## Usage

Be sure to see the [getting started](https://dawar.aleksanderbl.dk/articles/dawaR.html) and the [guide on how to make maps with {dawaR}](https://dawar.aleksanderbl.dk/articles/printing_maps.html).

## DAWA *will* be phased out

The government entity that maintains the Danish Web Address API has disclosed that the API will be phased out at some point. When that time comes, this package will become deprecated and I will have another package ready to provide the same functionality. The service that is to replace DAWA is called Datafordeleren (The Data Distribution) and is in the works. Some functionality in relation to The Central Register of Buildings (BBR) has already been moved to the new service.

If you know how to read danish (or use machine-translation) you can keep yourself up to date on [this page](https://dataforsyningen.dk/data/4924).

But no worries! It does not sound like the shutdown of DAWA will happen anytime soon or without due notice. You can read more about this and read the history of updates in `vignette("status")`. Any minor updates will be shown there. Major ones will be on this page. Both will be communicated with `lifecycle` in the functions.

Owner

  • Name: Aleksander Bang-Larsen
  • Login: aleksanderbl29
  • Kind: user
  • Location: Aarhus, Denmark

GitHub Events

Total
  • Create event: 29
  • Issues event: 12
  • Release event: 6
  • Watch event: 4
  • Delete event: 16
  • Issue comment event: 42
  • Push event: 331
  • Pull request event: 162
  • Fork event: 1
Last Year
  • Create event: 29
  • Issues event: 12
  • Release event: 6
  • Watch event: 4
  • Delete event: 16
  • Issue comment event: 42
  • Push event: 331
  • Pull request event: 162
  • Fork event: 1

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 588
  • Total Committers: 3
  • Avg Commits per committer: 196.0
  • Development Distribution Score (DDS): 0.031
Past Year
  • Commits: 588
  • Committers: 3
  • Avg Commits per committer: 196.0
  • Development Distribution Score (DDS): 0.031
Top Committers
Name Email Commits
aleksanderbl29 7****9 570
renovate[bot] 2****] 16
dependabot[bot] 4****] 2

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 8
  • Total pull requests: 152
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 1 day
  • Total issue authors: 2
  • Total pull request authors: 4
  • Average comments per issue: 1.25
  • Average comments per pull request: 0.47
  • Merged pull requests: 126
  • Bot issues: 1
  • Bot pull requests: 74
Past Year
  • Issues: 6
  • Pull requests: 149
  • Average time to close issues: 9 days
  • Average time to close pull requests: 1 day
  • Issue authors: 1
  • Pull request authors: 4
  • Average comments per issue: 0.83
  • Average comments per pull request: 0.47
  • Merged pull requests: 124
  • Bot issues: 0
  • Bot pull requests: 71
Top Authors
Issue Authors
  • aleksanderbl29 (9)
  • renovate[bot] (2)
Pull Request Authors
  • aleksanderbl29 (142)
  • github-actions[bot] (68)
  • renovate[bot] (39)
  • dependabot[bot] (9)
Top Labels
Issue Labels
bug (1)
Pull Request Labels
dependencies (9) github_actions (1)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 294 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
cran.r-project.org: dawaR

An API Wrapper for 'DAWA' - 'The Danish Address Web API'

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 294 Last month
Rankings
Dependent packages count: 27.9%
Dependent repos count: 34.4%
Average: 49.7%
Downloads: 87.0%
Maintainers (1)
Last synced: 11 months ago