Skip to content

Commit

Permalink
altered the citation to the package slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
martigso committed Apr 17, 2024
1 parent 3e0c960 commit 3057d79
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.Rmd
Expand Up @@ -124,3 +124,15 @@ The back-end data is described in detail in the
## Functions

[You can find a list of all functions here.](https://martigso.github.io/stortingscrape/functions.html)

## Citation

Please use the following citation when using the package in research:

> Søyland M (2024). “stortingscrape: An R package for accessing data from the Norwegian parliament.” URL: https://martigso.github.io/stortingscrape/articles/stortingscrape.html.
This can, as with all R-packages, also be generated using the `citation` function:

```{r, echo=TRUE, eval=FALSE}
citation("stortingscrape")
```
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -124,3 +124,18 @@ Stortinget](https://data.stortinget.no/dokumentasjon-og-hjelp/).

[You can find a list of all functions
here.](https://martigso.github.io/stortingscrape/functions.html)

## Citation

Please use the following citation when using the package in research:

> Søyland M (2024). “stortingscrape: An R package for accessing data
> from the Norwegian parliament.” URL:
> <https://martigso.github.io/stortingscrape/articles/stortingscrape.html>.
This can, as with all R-packages, also be generated using the `citation`
function:

``` r
citation("stortingscrape")
```
4 changes: 2 additions & 2 deletions inst/CITATION
@@ -1,7 +1,7 @@
bibentry(
bibtype = "Article",
title = "stortingscrape: Access Data from the Norwegian Parliament API",
title = "stortingscrape: An R package for accessing data from the Norwegian parliament",
author = "Martin Søyland",
journal = "{URL: https://github. com/martigso/stortingscrape}",
journal = "{URL: https://martigso.github.io/stortingscrape/articles/stortingscrape.html}",
year = "2024"
)

0 comments on commit 3057d79

Please sign in to comment.