Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add family and ctb #106

Merged
merged 3 commits into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading