Package: partycoloR Type: Package Title: Extract Party Colors and Logos from Wikipedia Version: 0.3.0 Authors@R: person("Lukas", "Warode", email = "lukas.warode@gmx.de", role = c("aut", "cre")) Description: Extract political party colors and logos from English Wikipedia party pages. Provides functions to scrape party infoboxes for color codes (HEX or HTML color names) and logo images. Includes integration with the Party Facts database for easy party lookups. Designed for political scientists and party researchers working with electoral and party data. For Party Facts, see Döring and Regel (2019) and Bederke, Döring, and Regel (2023) . License: GPL-3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: httr (>= 1.4.0), rvest (>= 1.0.0), xml2 (>= 1.3.0), purrr (>= 0.3.0), stringr (>= 1.4.0), tibble (>= 3.0.0), rlang (>= 0.4.0), curl (>= 4.0) Suggests: testthat (>= 3.0.0), knitr, rmarkdown, ggplot2, scales, dplyr, tidyr VignetteBuilder: knitr URL: https://lwarode.github.io/partycoloR/, https://github.com/lwarode/partycoloR BugReports: https://github.com/lwarode/partycoloR/issues Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://lwarode.r-universe.dev Date/Publication: 2026-02-16 11:24:04 UTC RemoteUrl: https://github.com/lwarode/partycolor RemoteRef: HEAD RemoteSha: bc1567899c762ac4d31f67349c4e22e3f4da0c39 NeedsCompilation: no Packaged: 2026-07-16 06:24:18 UTC; root Author: Lukas Warode [aut, cre] Maintainer: Lukas Warode