Skip to content

Commit

Permalink
cite
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Schmidt committed Jun 25, 2023
1 parent 98d6b69 commit e8a77c7
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 29 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dplyr::glimpse(text)
#> $ legislature <int> 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48
#> $ chamber <chr> "COMISION PERMANENTE", "COMISION PERMANENTE", "COMISION PE…
#> $ date <date> 2019-09-17, 2019-09-17, 2019-09-17, 2019-09-17, 2019-09-17…
#> $ id <chr> "20190917c0001.pdf?embedded=true", "20190917c0001.pdf?emb
#> $ id <chr> "20190917c0001", "20190917c0001", "20190917c0001", "20190
#> $ speech <chr> "SEÑOR ABDALA. Voto por la señora legisladora Daisy Tourné…
#> $ sex <dbl> 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1
#> $ word <int> 398, 46, 105, 951, 98, 103, 126, 12, 12, 111, 8
Expand Down Expand Up @@ -206,18 +206,20 @@ To cite package`speech` in publications, please use:
``` r
citation(package = 'speech')
#>
#> To cite package 'speech' in publications use:
#> To cite speech in publications use:
#>
#> Schmidt N, Lujan D, Moraes J (????). _speech: Legislative Speeches_.
#> R package version 0.1.6, <https://github.com/Nicolas-Schmidt/speech>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {speech: Legislative Speeches},
#> author = {Nicolas Schmidt and Diego Lujan and Juan Andres Moraes},
#> note = {R package version 0.1.6},
#> url = {https://github.com/Nicolas-Schmidt/speech},
#> @Article{,
#> title = {Estimating Parties’ Policy Positions in Uruguay: Comparing Scaling Methods Based on Legislative Speeches and Roll-Call Votes},
#> author = {Diego Luján and Nicolás Schmidt and Juan A. Moraes},
#> journal = {Latin American Politics and Society},
#> year = {2023},
#> volume = {0},
#> number = {0},
#> pages = {1-17},
#> url = {doi:10.1017/lap.2023.12},
#> }
```

Expand Down
22 changes: 13 additions & 9 deletions docs/authors.html

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

20 changes: 11 additions & 9 deletions docs/index.html

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

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandoc: 2.19.2
pandoc: 3.1.1
pkgdown: 2.0.7
pkgdown_sha: ~
articles: {}
last_built: 2023-04-14T02:24Z
last_built: 2023-06-25T15:06Z

Binary file modified docs/reference/figures/README-unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
citHeader("To cite speech in publications use:")

citEntry(
entry = "Article",
title = "Estimating Parties’ Policy Positions in Uruguay: Comparing Scaling Methods Based on Legislative Speeches and Roll-Call Votes",
author = "Diego Luján, Nicolás Schmidt, Juan A. Moraes",
journal = "Latin American Politics and Society",
year = 2023,
volume = 0,
number = 0,
pages = "1-17",
url = "doi:10.1017/lap.2023.12",
textVersion = paste(

)
)
Binary file modified man/figures/README-unnamed-chunk-2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e8a77c7

Please sign in to comment.