Skip to content

Commit

Permalink
update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
adibender committed Aug 31, 2020
1 parent 42b9cb7 commit 10e5674
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: coalitions
Type: Package
Title: Bayesian "Now-Cast" Estimation of Event Probabilities in Multi-Party Democracies
Version: 0.6.14
Version: 0.6.15
Date: 2020-08-28
Authors@R: c(
person("Andreas", "Bender", , "bender.at.R@gmail.com", role = c("aut", "cre"), comment=c(ORCID = "0000-0001-5628-8611")),
Expand Down Expand Up @@ -33,7 +33,7 @@ Suggests:
covr,
Encoding: UTF-8
License: MIT + file LICENSE
URL: http://adibender.github.io/coalitions/
URL: https://adibender.github.io/coalitions/
BugReports: https://github.com/adibender/coalitions/issues
RoxygenNote: 7.1.1
LazyData: true
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coalitoins 0.6.14
# coalitoins 0.6.15
- fixes CRAN errors

# coaltions 0.6.12
Expand Down Expand Up @@ -29,9 +29,9 @@

# coalitions 0.6.1

- Minor fixes after [JOSS review](http://joss.theoj.org/), thx to Reviewer
- Minor fixes after [JOSS review](https://joss.theoj.org/), thx to Reviewer
[@fsolt](https://github.com/fsolt)
- Updated homepage (via [`pkgdown`](http://pkgdown.r-lib.org/articles/pkgdown.html) )
- Updated homepage (via [`pkgdown`](https://pkgdown.r-lib.org/articles/pkgdown.html) )
- Added current JOSS badge

# coalitions 0.6.0 (2018-03)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ general election. The implementation can be extended to support other elections.

- To get started, see our [workflow vignette](https://adibender.github.io/coalitions/articles/workflow.html)

- Check out our [interactive shiny app](http://koala.stat.uni-muenchen.de/) on
- Check out our [interactive shiny app](https://koala.stat.uni-muenchen.de/) on
German (state and federal) elections/surveys

- Updates are available from our [KOALA_LMU twitter account](https://twitter.com/KOALA_LMU)!
Expand All @@ -43,7 +43,7 @@ A short overview is presented below.
### Scrape surveys

The wrapper `get_surveys()` which takes no arguments, downloads all
surveys currently available at [wahlrecht](https://www.wahlrecht.de/umfragen)
surveys currently available at [wahlrecht](https://www.wahlrecht.de/umfragen/)
and stores them in a nested `tibble`:

``` r
Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ citEntry(
month = "mar",
volume = "3",
number = "23",
url = "http://joss.theoj.org/papers/10.21105/joss.00606",
url = "https://joss.theoj.org/papers/10.21105/joss.00606",
doi = "10.21105/joss.00606",
textVersion = "Bender et al., (2018). coalitions: Coalition probabilities in multi-party democracies. Journal of Open Source Software, 3(23), 606, https://doi.org/10.21105/joss.00606")

0 comments on commit 10e5674

Please sign in to comment.