Skip to content

Commit

Permalink
Add family and ctb (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 authored Nov 24, 2024
2 parents 952bd68 + 9306d72 commit 30ebc9f
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 3 deletions.
8 changes: 6 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ Package: dawaR
Title: An API Wrapper for 'DAWA' - 'The Danish Address Web API'
Date: 2024-11-23
Version: 0.2.6
Authors@R:
Authors@R: c(
person("Aleksander", "Bang-Larsen", , "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0007-7984-4650"))
comment = c(ORCID = "0009-0007-7984-4650")),
person("Agency of Climate Data", role = c("ctb"),
comment = c(NOTE = "The Danish Agency of Climate Data provides this
API for the public and have not actively contributed to the
development nor distribution in this package.")))
Description: Functions for interacting with all sections of
the official 'Danish Address Web API' (also known as 'DAWA')
<https://api.dataforsyningen.dk>. The development of this package is
Expand Down
2 changes: 2 additions & 0 deletions R/get_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
#'
#' @return Returns either a dataframe with all the data for the specified
#' section or a list with the same information.
#'
#' @export
#' @family Data functions
#'
#' @examples
#' x <- get_data("regioner")
Expand Down
1 change: 1 addition & 0 deletions R/get_map_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#' @inheritParams dawa
#'
#' @export
#' @family Data functions
#'
#' @examples
#' \dontrun{
Expand Down
11 changes: 10 additions & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ bibentry(
bibentry(
bibtype = "misc",
key = "apidawa",
title = "{DAWA}: {Danmarks Adressers Web API} at {Dataforsyningen} - Through {dawaR}",
title = "{DAWA}: {Denmark's Address Web API} at {The datadistribution} - Through {dawaR}",
author = person("Agency of Climate Data}"),
year = "2024",
url = "https://dawadocs.dataforsyningen.dk/dok/guides"
)

bibentry(
bibtype = "misc",
key = "apidawa",
title = "{DAWA}: {Danmarks Adressers Web API} hos {Dataforsyningen} - Tilgået med {dawaR}",
author = "Klimadatastyrelsen",
year = "2024",
url = "https://dawadocs.dataforsyningen.dk/dok/guides"
Expand Down
3 changes: 3 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ cran
cre
CreativeWork
crosstab
ctb
daee
Danmarks
datadistribution
Datafordeleren
Dataforsyningen
dataforsyningen
Expand Down Expand Up @@ -158,6 +160,7 @@ SystemRequirements
testthat
tidyRSS
Tilgået
tzones
unlist
uS
Expand Down
5 changes: 5 additions & 0 deletions man/get_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions man/get_map_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30ebc9f

Please sign in to comment.