All Projects → dmarcelinobr → SciencesPo

dmarcelinobr / SciencesPo

Licence: other
A tool set for analyzing political science data

Programming Languages

r
7636 projects
c
50402 projects - #5 most used programming language
CSS
56736 projects
C++
36643 projects - #6 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to SciencesPo

Ciapre.tmTheme
Ciapre - an easy-on-the-eyes Sublime Text/TextMate color scheme.
Stars: ✭ 63 (+90.91%)
Mutual labels:  color-palette
elections-api
Serving JSON for all elections since 1992
Stars: ✭ 16 (-51.52%)
Mutual labels:  elections
terco
A small collection of terminal colorschemes.
Stars: ✭ 12 (-63.64%)
Mutual labels:  color-palette
laravel-color-palette
Laravel Wrapper for @ksubileau/color-thief-php. Grabs the dominant color or a representative color palette from an image. Uses PHP and GD or Imagick.
Stars: ✭ 27 (-18.18%)
Mutual labels:  color-palette
Mat-O-Wahl
🇩🇪 Mat-O-Wahl - Ein einfach zu bedienender, freier Open Source Wahl-O-Mat Klon fuer jedermann ### 🇬🇧 🇺🇸 A simple to handle, free "Voting Advice Application" / "Electoral Compass" alternative
Stars: ✭ 27 (-18.18%)
Mutual labels:  elections
Parties
Party manager plugin for your Minecraft server!
Stars: ✭ 61 (+84.85%)
Mutual labels:  parties
Md Color Picker
Angular-Material based color picker
Stars: ✭ 253 (+666.67%)
Mutual labels:  color-palette
color-system
🎨 Easiest way to get a universal color palette
Stars: ✭ 21 (-36.36%)
Mutual labels:  color-palette
colors
A gorgeous, accessible color system.
Stars: ✭ 748 (+2166.67%)
Mutual labels:  color-palette
quickpalette
🏃‍♀️🎨 R package for quick extraction of color palettes from text and images
Stars: ✭ 24 (-27.27%)
Mutual labels:  color-palette
Colora
Color converter, screen color picker and color palettes for Windows
Stars: ✭ 32 (-3.03%)
Mutual labels:  color-palette
Colorpicker
Simple, maintained and highly customizable colorpicker library for Android.
Stars: ✭ 31 (-6.06%)
Mutual labels:  color-palette
awesome-nord
This repository contains community-created ports and themes of this color palette for all our beloved applications.
Stars: ✭ 34 (+3.03%)
Mutual labels:  color-palette
ImageGoNord-pip
A tool that can convert your rgb images to nordtheme palette
Stars: ✭ 120 (+263.64%)
Mutual labels:  color-palette
SwiftColorWheel
Delightful color picker wheel for iOS in Swift.
Stars: ✭ 37 (+12.12%)
Mutual labels:  color-palette
awesome-democracy-data
A curated list of awesome data sources related to elections, electoral reforms, and democratic political systems.
Stars: ✭ 59 (+78.79%)
Mutual labels:  elections
react-native-image-color-picker
Image color picker based on image source provided and return image different color palettes or average color palette
Stars: ✭ 25 (-24.24%)
Mutual labels:  color-palette
yournextrepresentative
A website for crowd-sourcing structured election candidate data
Stars: ✭ 56 (+69.7%)
Mutual labels:  elections
primaries
This is a repository for unofficial 2018 primary election returns.
Stars: ✭ 14 (-57.58%)
Mutual labels:  elections
react-native-color-panel
React Native Color Panel Component for iOS and Android 🏳️‍🌈
Stars: ✭ 21 (-36.36%)
Mutual labels:  color-palette

SciencesPo

lifecycle Build Status CRAN Version Coverage Status Downloads DOI

A tool set for analyzing political science data

SciencesPo is a tool set for analyzing social and political behavior data. It provides functions for analyzing elections results, including measures of political fragmentation, seat apportionment, and a variety of graph visualizations for small data.

Installation

1 - From the CRAN repository:

  install.packages('SciencesPo', dep=TRUE)

  library(SciencesPo)

2 - To get the current development version from Github:

## install devtools package if it's not already
if (!requireNamespace("devtools", quietly = TRUE)) {
  install.packages("devtools")
}

install_github("danielmarcelino/SciencesPo")

library(SciencesPo)

Getting help

If you encounter a bug, please file a minimal reproducible example using reprex or use GitHub issues. For public questions and clarifications, StackOverflow is a good place to ask.

Helping out

SciencesPo is intended to be useful for the Social Sciences community; contributions are very welcome! Feel free to submit a pull request.

Usage

For a brief introduction to SciencesPo functionality, run:

demo(SciencesPo)

To see what functions are implemented in SciencesPo, run:

help(package=SciencesPo)

Vignettes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].