├── .Rbuildignore ├── .gitignore ├── DESCRIPTION ├── LICENSE ├── Makefile ├── NAMESPACE ├── NEWS.md ├── R ├── add_archigos.R ├── add_atop_alliance.R ├── add_capital_distance.R ├── add_ccode_to_gw.R ├── add_contiguity.R ├── add_cow_alliance.R ├── add_cow_majors.R ├── add_cow_mids.R ├── add_cow_trade.R ├── add_cow_wars.R ├── add_creg_fractionalization.R ├── add_democracy.R ├── add_fpsim.R ├── add_gml_mids.R ├── add_gwcode_to_cow.R ├── add_igos.R ├── add_latent_territorial_threat.R ├── add_lead.R ├── add_lwuf.R ├── add_minimum_distance.R ├── add_nmc.R ├── add_peace_years.R ├── add_rugged_terrain.R ├── add_sdp_gdp.R ├── add_sim_gdp_pop.R ├── add_spells.R ├── add_strategic_rivalries.R ├── add_ucdp_acd.R ├── add_ucdp_onsets.R ├── create_dyadyears.R ├── create_leaderdays.R ├── create_leaderdyadyears.R ├── create_leaderyears.R ├── create_statedays.R ├── create_stateyears.R ├── data-cow.R ├── data-deprecated.R ├── data-gml.R ├── data-leaders.R ├── data-others.R ├── data.R ├── declare_attributes.R ├── download_extdata.R ├── filter_prd.R ├── helpymchelperson.R ├── ps_cite.R ├── ps_version.R ├── show_duplicates.R ├── whittle_conflicts_duration.R ├── whittle_conflicts_fatality.R ├── whittle_conflicts_hostility.R ├── whittle_conflicts_jds.R ├── whittle_conflicts_onsets.R ├── whittle_conflicts_reciprocation.R ├── whittle_conflicts_startmonth.R └── zzz.R ├── README.Rmd ├── README.md ├── _pkgdown.yml ├── cran-comments.md ├── data-raw ├── all_dir_leader_dyad_years.R ├── archigos.R ├── archigossums.R ├── atop_alliance.R ├── bib │ ├── ps_bib.R │ └── ps_bib.bib ├── capitals │ ├── capitals.R │ ├── capitals.csv │ └── capitals.xlsx ├── citations.R ├── cow_alliance.R ├── cow_contdir.R ├── cow_ddy.R ├── cow_dir_leader_dyad_years.R ├── cow_gw_years.R ├── cow_igo.R ├── cow_majors.R ├── cow_mid_ddydisps.R ├── cow_mid_dirdisps.R ├── cow_mid_disps.R ├── cow_nmc.R ├── cow_sdp_gdp.R ├── cow_states.R ├── cow_trade.R ├── cow_wars │ ├── cow_extrastate_wars.R │ ├── cow_interstate_wars.R │ └── cow_intrastate_wars.R ├── creg.R ├── cshapes_mindist.R ├── democracy │ ├── ccode_democracy.R │ └── gwcode_democracy.R ├── dyadic_fp_similarity.R ├── eug │ ├── 3014007.pdf │ └── War_and_Reason_Domestic_and_International_Imperati..._----_(Appendix_1_Measurement_of_the_Variables).pdf ├── false_cow_dyads.R ├── false_gw_dyads.R ├── gml │ ├── gml_disputes.R │ ├── gml_mid_ddydisps.R │ └── gml_mid_disps.R ├── gml_part.R ├── grh_arms_races │ ├── grh_arms_races.R │ └── grh_arms_races.xlsx ├── gw_cow_years.R ├── gw_dir_leader_dyad_years.R ├── gw_sdp_gdp.R ├── gw_states.R ├── hief.R ├── informal-tests │ ├── informal-tests.Rmd │ └── informal-tests.html ├── lead.R ├── leader_codes.R ├── lwuf.R ├── mindist │ ├── cow_mindist.R │ └── gw_mindist.R ├── notes-to-self.md ├── ps_data_version │ ├── ps_data_version.R │ └── ps_data_version.xlsx ├── resave.R ├── rugged.R ├── scratchpad │ ├── add_something.R │ ├── basic-leaderdyadyear-example.R │ ├── basic-leaderyear-example.R │ ├── dyadic-conflicts-leaders.R │ ├── missing-leaders.R │ ├── missing-participant-initiators.csv │ ├── missing-participant-initiators.xlsx │ ├── missing_archigos-filled-in.xlsx │ ├── missing_archigos.csv │ ├── still-missing-leaders.csv │ ├── tau-b.R │ └── whittle-functions.R ├── strategic_rivalries.R ├── terrthreat.R ├── times │ ├── create_bench.rds │ ├── dyad_bench.rds │ ├── state_bench.rds │ ├── times_create.R │ ├── times_dyad.R │ ├── times_dyad.log │ ├── times_leader.R │ ├── times_leaderdyad.R │ └── times_state.R ├── tss_rivalries │ ├── tss_rivalries.R │ └── tss_rivalries.xlsx ├── ucdp_acd.R └── ucdp_onsets.R ├── data ├── LEAD.rda ├── archigos.rda ├── archigossums.rda ├── atop_alliance.rda ├── ccode_democracy.rda ├── cow_alliance.rda ├── cow_capitals.rda ├── cow_contdir.rda ├── cow_ddy.rda ├── cow_gw_years.rda ├── cow_igo_ndy.rda ├── cow_igo_sy.rda ├── cow_majors.rda ├── cow_mid_ddydisps.rda ├── cow_mid_dirdisps.rda ├── cow_mid_disps.rda ├── cow_mindist.rda ├── cow_nmc.rda ├── cow_sdp_gdp.rda ├── cow_states.rda ├── cow_trade_sy.rda ├── cow_war_inter.rda ├── cow_war_intra.rda ├── creg.rda ├── false_cow_dyads.rda ├── false_gw_dyads.rda ├── gml_dirdisp.rda ├── gml_mid_ddlydisps.rda ├── gml_mid_ddydisps.rda ├── gml_mid_dirleaderdisps.rda ├── gml_mid_disps.rda ├── gml_part.rda ├── grh_arms_races.rda ├── gw_capitals.rda ├── gw_cow_years.rda ├── gw_ddy.rda ├── gw_mindist.rda ├── gw_sdp_gdp.rda ├── gw_states.rda ├── gwcode_democracy.rda ├── hief.rda ├── leader_codes.rda ├── lwuf.rda ├── maoz_powers.rda ├── ps_bib.rda ├── ps_data_version.rda ├── rugged.rda ├── td_rivalries.rda ├── terrthreat.rda ├── tss_rivalries.rda ├── ucdp_acd.rda └── ucdp_onsets.rda ├── docs ├── 404.html ├── LICENSE-text.html ├── appendix.pdf ├── articles │ ├── bremer-example.html │ ├── bremer-example_files │ │ ├── kePrint-0.0.1 │ │ │ └── kePrint.js │ │ └── lightable-0.0.1 │ │ │ └── lightable.css │ ├── coerce-dispute-year-dyad-year.html │ ├── coerce-dispute-year-dyad-year_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ ├── header-attrs-2.10 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.7 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.8 │ │ │ └── header-attrs.js │ │ ├── kePrint-0.0.1 │ │ │ └── kePrint.js │ │ └── lightable-0.0.1 │ │ │ └── lightable.css │ ├── create-different-kinds-of-data-in-peacesciencer.html │ ├── create-different-kinds-of-data-in-peacesciencer_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ ├── header-attrs-2.10 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ └── header-attrs-2.8 │ │ │ └── header-attrs.js │ ├── democracy.html │ ├── democracy_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ ├── figure-html │ │ │ ├── unnamed-chunk-6-1.png │ │ │ ├── unnamed-chunk-7-1.png │ │ │ └── unnamed-chunk-8-1.png │ │ ├── header-attrs-2.10 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.7 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.8 │ │ │ └── header-attrs.js │ │ ├── kePrint-0.0.1 │ │ │ └── kePrint.js │ │ └── lightable-0.0.1 │ │ │ └── lightable.css │ ├── different-data-types.html │ ├── different-data-types_files │ │ └── header-attrs-2.11 │ │ │ └── header-attrs.js │ ├── fearon-laitin-example.html │ ├── fearon-laitin-example_files │ │ ├── kePrint-0.0.1 │ │ │ └── kePrint.js │ │ └── lightable-0.0.1 │ │ │ └── lightable.css │ ├── index.html │ ├── joins.html │ ├── joins_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ └── header-attrs-2.11 │ │ │ └── header-attrs.js │ ├── parlor-tricks.html │ ├── parlor-tricks_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ ├── header-attrs-2.10 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ └── header-attrs-2.8 │ │ │ └── header-attrs.js │ ├── peacesciencer.html │ ├── peacesciencer_files │ │ └── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ ├── state-systems.html │ ├── state-systems_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ ├── header-attrs-2.10 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ └── header-attrs-2.8 │ │ │ └── header-attrs.js │ ├── times.html │ ├── times_files │ │ ├── accessible-code-block-0.0.1 │ │ │ └── empty-anchor.js │ │ ├── header-attrs-2.10 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.11 │ │ │ └── header-attrs.js │ │ ├── header-attrs-2.8 │ │ │ └── header-attrs.js │ │ ├── kePrint-0.0.1 │ │ │ └── kePrint.js │ │ └── lightable-0.0.1 │ │ │ └── lightable.css │ ├── versions.html │ └── versions_files │ │ ├── header-attrs-2.11 │ │ └── header-attrs.js │ │ ├── kePrint-0.0.1 │ │ └── kePrint.js │ │ └── lightable-0.0.1 │ │ └── lightable.css ├── authors.html ├── bootstrap-toc.css ├── bootstrap-toc.js ├── deps │ ├── bootstrap-5.0.2 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ └── bootstrap.min.css │ ├── bootstrap-5.2.2 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ ├── bootstrap.min.css │ │ ├── font.css │ │ └── fonts │ │ │ ├── 1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff │ │ │ ├── 1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff │ │ │ ├── 1adeadb2fe618c5ed46221f15e12b9c8.woff │ │ │ ├── 4iCs6KVjbNBYlgo6ew.woff │ │ │ ├── 4iCs6KVjbNBYlgoKfw7w.woff │ │ │ ├── 4iCv6KVjbNBYlgoCxCvTtA.woff │ │ │ ├── 4iCv6KVjbNBYlgoCxCvjsGyL.woff │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff │ │ │ ├── 6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff │ │ │ ├── 6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff │ │ │ ├── 6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff │ │ │ ├── CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_TOQ.woff │ │ │ ├── CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff │ │ │ ├── HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff │ │ │ ├── HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff │ │ │ ├── HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff │ │ │ ├── HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff │ │ │ ├── JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff │ │ │ ├── JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff │ │ │ ├── JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff │ │ │ ├── KFOlCnqEu92Fr1MmEU9fBBc-.woff │ │ │ ├── KFOlCnqEu92Fr1MmEU9vAA.woff │ │ │ ├── KFOlCnqEu92Fr1MmSU5fBBc-.woff │ │ │ ├── KFOlCnqEu92Fr1MmSU5vAA.woff │ │ │ ├── KFOlCnqEu92Fr1MmWUlfBBc-.woff │ │ │ ├── KFOlCnqEu92Fr1MmWUlvAA.woff │ │ │ ├── KFOmCnqEu92Fr1Me5g.woff │ │ │ ├── KFOmCnqEu92Fr1Mu4mxM.woff │ │ │ ├── QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff │ │ │ ├── S6u8w4BMUTPHjxsAXC-s.woff │ │ │ ├── S6u8w4BMUTPHjxswWA.woff │ │ │ ├── S6u9w4BMUTPHh6UVSwiPHw.woff │ │ │ ├── S6u9w4BMUTPHh6UVeww.woff │ │ │ ├── S6u9w4BMUTPHh7USSwiPHw.woff │ │ │ ├── S6u9w4BMUTPHh7USeww.woff │ │ │ ├── S6uyw4BMUTPHjx4wWA.woff │ │ │ ├── S6uyw4BMUTPHvxo.woff │ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff │ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff │ │ │ ├── UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff │ │ │ ├── XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff │ │ │ ├── XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff │ │ │ ├── XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff │ │ │ ├── a98f7a7574819ba83bec6279a2cecd95.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff │ │ │ ├── memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff │ │ │ ├── memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff │ │ │ └── q5uGsou0JOdh94bfvQlr.woff │ ├── bootstrap-5.3.1 │ │ ├── bootstrap.bundle.min.js │ │ ├── bootstrap.bundle.min.js.map │ │ └── bootstrap.min.css │ ├── bootstrap-toc-1.0.1 │ │ └── bootstrap-toc.min.js │ ├── clipboard.js-2.0.11 │ │ └── clipboard.min.js │ ├── data-deps.txt │ ├── font-awesome-6.5.2 │ │ ├── css │ │ │ ├── all.css │ │ │ ├── all.min.css │ │ │ ├── v4-shims.css │ │ │ └── v4-shims.min.css │ │ └── webfonts │ │ │ ├── fa-brands-400.ttf │ │ │ ├── fa-brands-400.woff2 │ │ │ ├── fa-regular-400.ttf │ │ │ ├── fa-regular-400.woff2 │ │ │ ├── fa-solid-900.ttf │ │ │ ├── fa-solid-900.woff2 │ │ │ ├── fa-v4compatibility.ttf │ │ │ └── fa-v4compatibility.woff2 │ ├── headroom-0.11.0 │ │ ├── headroom.min.js │ │ └── jQuery.headroom.min.js │ ├── jquery-3.6.0 │ │ ├── jquery-3.6.0.js │ │ ├── jquery-3.6.0.min.js │ │ └── jquery-3.6.0.min.map │ └── search-1.0.0 │ │ ├── autocomplete.jquery.min.js │ │ ├── fuse.min.js │ │ └── mark.min.js ├── docsearch.css ├── docsearch.js ├── extra.css ├── index.html ├── katex-auto.js ├── lightswitch.js ├── link.svg ├── memo.pdf ├── ms.html ├── ms.pdf ├── ms.tex ├── news │ └── index.html ├── pkgdown.css ├── pkgdown.js ├── pkgdown.yml ├── reference │ ├── LEAD.html │ ├── Rplot001.png │ ├── add_archigos.html │ ├── add_atop_alliance.html │ ├── add_cap_dist.html │ ├── add_capital_distance.html │ ├── add_ccode_to_gw.html │ ├── add_contiguity.html │ ├── add_cow_alliance.html │ ├── add_cow_majors.html │ ├── add_cow_mids.html │ ├── add_cow_to_gwcode.html │ ├── add_cow_trade.html │ ├── add_cow_wars.html │ ├── add_creg_frac.html │ ├── add_creg_fractionalization.html │ ├── add_democracy.html │ ├── add_fpsim.html │ ├── add_gml_mids.html │ ├── add_gwcode_to_cow.html │ ├── add_igos.html │ ├── add_latent_territorial_threat.html │ ├── add_lead.html │ ├── add_lwuf.html │ ├── add_mids.html │ ├── add_min_dist.html │ ├── add_minimum_distance.html │ ├── add_nmc.html │ ├── add_peace_years.html │ ├── add_rugged_terrain.html │ ├── add_sdp_gdp.html │ ├── add_sim_gdp_pop.html │ ├── add_spells.html │ ├── add_strategic_rivalries.html │ ├── add_ucdp_acd.html │ ├── add_ucdp_onsets.html │ ├── archigos.html │ ├── archigossums.html │ ├── atop_alliance.html │ ├── capitals.html │ ├── ccode_democracy.html │ ├── citations.html │ ├── cow_alliance.html │ ├── cow_capitals.html │ ├── cow_contdir.html │ ├── cow_ddy.html │ ├── cow_gw_years.html │ ├── cow_igo_ndy.html │ ├── cow_igo_sy.html │ ├── cow_majors.html │ ├── cow_mid_ddydisps.html │ ├── cow_mid_dirdisps.html │ ├── cow_mid_disps.html │ ├── cow_mindist.html │ ├── cow_nmc.html │ ├── cow_sdp_gdp.html │ ├── cow_states.html │ ├── cow_trade_ndy.html │ ├── cow_trade_sy.html │ ├── cow_war_inter.html │ ├── cow_war_intra.html │ ├── create_dyadyears.html │ ├── create_leaderdays.html │ ├── create_leaderdyadyears.html │ ├── create_leaderyears.html │ ├── create_statedays.html │ ├── create_stateyears.html │ ├── creg.html │ ├── data-deprecated.html │ ├── declare_attributes.html │ ├── download_extdata.html │ ├── false_cow_dyads.html │ ├── false_gw_dyads.html │ ├── figures │ │ ├── lifecycle-archived.svg │ │ ├── lifecycle-defunct.svg │ │ ├── lifecycle-deprecated.svg │ │ ├── lifecycle-experimental.svg │ │ ├── lifecycle-maturing.svg │ │ ├── lifecycle-questioning.svg │ │ ├── lifecycle-stable.svg │ │ └── lifecycle-superseded.svg │ ├── filter_prd.html │ ├── gml_dirdisp.html │ ├── gml_mid_ddlydisps.html │ ├── gml_mid_ddydisps.html │ ├── gml_mid_dirleaderdisps.html │ ├── gml_mid_disps.html │ ├── gml_part.html │ ├── gml_part_leaders.html │ ├── grh_arms_races.html │ ├── gw_capitals.html │ ├── gw_cow_years.html │ ├── gw_ddy.html │ ├── gw_mindist.html │ ├── gw_sdp_gdp.html │ ├── gw_states.html │ ├── gwcode_democracy.html │ ├── hief.html │ ├── index.html │ ├── leader_codes.html │ ├── lwuf.html │ ├── maoz_powers.html │ ├── ps_bib.html │ ├── ps_cite.html │ ├── ps_data_version.html │ ├── ps_version.html │ ├── rugged.html │ ├── show_duplicates.html │ ├── td_rivalries.html │ ├── terrthreat.html │ ├── tss_rivalries.html │ ├── ucdp_acd.html │ ├── ucdp_onsets.html │ ├── wc_duration.html │ ├── wc_fatality.html │ ├── wc_hostility.html │ ├── wc_jds.html │ ├── wc_onsets.html │ ├── wc_recip.html │ ├── wc_stmon.html │ ├── whittle_conflict_onsets.html │ ├── whittle_conflicts_duration.html │ ├── whittle_conflicts_fatality.html │ ├── whittle_conflicts_hostility.html │ ├── whittle_conflicts_jds.html │ ├── whittle_conflicts_onsets.html │ ├── whittle_conflicts_reciprocation.html │ └── whittle_conflicts_startmonth.html ├── search.json └── sitemap.xml ├── inst ├── CITATION └── extdata │ └── O-H ├── man ├── LEAD.Rd ├── add_archigos.Rd ├── add_atop_alliance.Rd ├── add_capital_distance.Rd ├── add_ccode_to_gw.Rd ├── add_contiguity.Rd ├── add_cow_alliance.Rd ├── add_cow_majors.Rd ├── add_cow_mids.Rd ├── add_cow_trade.Rd ├── add_cow_wars.Rd ├── add_creg_fractionalization.Rd ├── add_democracy.Rd ├── add_fpsim.Rd ├── add_gml_mids.Rd ├── add_gwcode_to_cow.Rd ├── add_igos.Rd ├── add_latent_territorial_threat.Rd ├── add_lead.Rd ├── add_lwuf.Rd ├── add_minimum_distance.Rd ├── add_nmc.Rd ├── add_peace_years.Rd ├── add_rugged_terrain.Rd ├── add_sdp_gdp.Rd ├── add_sim_gdp_pop.Rd ├── add_spells.Rd ├── add_strategic_rivalries.Rd ├── add_ucdp_acd.Rd ├── add_ucdp_onsets.Rd ├── archigos.Rd ├── archigossums.Rd ├── atop_alliance.Rd ├── cow_capitals.Rd ├── cow_contdir.Rd ├── cow_ddy.Rd ├── cow_igo_ndy.Rd ├── cow_igo_sy.Rd ├── cow_majors.Rd ├── cow_mid_ddydisps.Rd ├── cow_mid_dirdisps.Rd ├── cow_mid_disps.Rd ├── cow_mindist.Rd ├── cow_nmc.Rd ├── cow_states.Rd ├── cow_trade_sy.Rd ├── cow_war_inter.Rd ├── cow_war_intra.Rd ├── create_dyadyears.Rd ├── create_leaderdays.Rd ├── create_leaderdyadyears.Rd ├── create_leaderyears.Rd ├── create_statedays.Rd ├── create_stateyears.Rd ├── creg.Rd ├── data-deprecated.Rd ├── declare_attributes.Rd ├── download_extdata.Rd ├── false_cow_dyads.Rd ├── false_gw_dyads.Rd ├── figures │ ├── lifecycle-archived.svg │ ├── lifecycle-defunct.svg │ ├── lifecycle-deprecated.svg │ ├── lifecycle-experimental.svg │ ├── lifecycle-maturing.svg │ ├── lifecycle-questioning.svg │ ├── lifecycle-stable.svg │ └── lifecycle-superseded.svg ├── filter_prd.Rd ├── gml_dirdisp.Rd ├── gml_mid_ddlydisps.Rd ├── gml_mid_ddydisps.Rd ├── gml_mid_dirleaderdisps.Rd ├── gml_mid_disps.Rd ├── gml_part.Rd ├── grh_arms_races.Rd ├── gw_capitals.Rd ├── gw_ddy.Rd ├── gw_mindist.Rd ├── gw_states.Rd ├── hief.Rd ├── leader_codes.Rd ├── lwuf.Rd ├── maoz_powers.Rd ├── ps_bib.Rd ├── ps_cite.Rd ├── ps_data_version.Rd ├── ps_version.Rd ├── rugged.Rd ├── show_duplicates.Rd ├── td_rivalries.Rd ├── terrthreat.Rd ├── tss_rivalries.Rd ├── ucdp_acd.Rd ├── ucdp_onsets.Rd ├── whittle_conflicts_duration.Rd ├── whittle_conflicts_fatality.Rd ├── whittle_conflicts_hostility.Rd ├── whittle_conflicts_jds.Rd ├── whittle_conflicts_onsets.Rd ├── whittle_conflicts_reciprocation.Rd └── whittle_conflicts_startmonth.Rd ├── manuscript ├── Makefile ├── R │ ├── 1-dangerous-dyads-prd.R │ ├── 2-gw-civil-conflict-onset.R │ └── 3-cow-leader-year-initiation.R ├── _output.yaml ├── appendix.Rmd ├── data │ ├── modCW.rds │ ├── modDD.rds │ └── modLY.rds ├── doc │ ├── abstract.pdf │ ├── appendix.pdf │ ├── memo.pdf │ ├── ms-anon.pdf │ └── ms.html ├── inst │ ├── jpr.csl │ └── refs.bib ├── memo.Rmd ├── ms-anon.out ├── ms-anon.ttt ├── ms.Rmd └── src │ ├── get_citations.R │ ├── render_abstract.R │ ├── render_appendix-anon.R │ ├── render_appendix.R │ ├── render_docx.R │ ├── render_html.R │ ├── render_pdf-anon.R │ └── render_pdf.R ├── peacesciencer.Rproj ├── pkgdown └── extra.css └── vignettes ├── .gitignore ├── bremer-example.Rmd ├── coerce-dispute-year-dyad-year.Rmd ├── democracy.Rmd ├── different-data-types.Rmd ├── fearon-laitin-example.Rmd ├── joins.Rmd ├── parlor-tricks.Rmd ├── state-systems.Rmd └── versions.Rmd /.Rbuildignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/.Rbuildignore -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/.gitignore -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/Makefile -------------------------------------------------------------------------------- /NAMESPACE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/NAMESPACE -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/NEWS.md -------------------------------------------------------------------------------- /R/add_archigos.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_archigos.R -------------------------------------------------------------------------------- /R/add_atop_alliance.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_atop_alliance.R -------------------------------------------------------------------------------- /R/add_capital_distance.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_capital_distance.R -------------------------------------------------------------------------------- /R/add_ccode_to_gw.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_ccode_to_gw.R -------------------------------------------------------------------------------- /R/add_contiguity.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_contiguity.R -------------------------------------------------------------------------------- /R/add_cow_alliance.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_cow_alliance.R -------------------------------------------------------------------------------- /R/add_cow_majors.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_cow_majors.R -------------------------------------------------------------------------------- /R/add_cow_mids.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_cow_mids.R -------------------------------------------------------------------------------- /R/add_cow_trade.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_cow_trade.R -------------------------------------------------------------------------------- /R/add_cow_wars.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_cow_wars.R -------------------------------------------------------------------------------- /R/add_creg_fractionalization.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_creg_fractionalization.R -------------------------------------------------------------------------------- /R/add_democracy.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_democracy.R -------------------------------------------------------------------------------- /R/add_fpsim.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_fpsim.R -------------------------------------------------------------------------------- /R/add_gml_mids.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_gml_mids.R -------------------------------------------------------------------------------- /R/add_gwcode_to_cow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_gwcode_to_cow.R -------------------------------------------------------------------------------- /R/add_igos.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_igos.R -------------------------------------------------------------------------------- /R/add_latent_territorial_threat.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_latent_territorial_threat.R -------------------------------------------------------------------------------- /R/add_lead.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_lead.R -------------------------------------------------------------------------------- /R/add_lwuf.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_lwuf.R -------------------------------------------------------------------------------- /R/add_minimum_distance.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_minimum_distance.R -------------------------------------------------------------------------------- /R/add_nmc.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_nmc.R -------------------------------------------------------------------------------- /R/add_peace_years.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_peace_years.R -------------------------------------------------------------------------------- /R/add_rugged_terrain.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_rugged_terrain.R -------------------------------------------------------------------------------- /R/add_sdp_gdp.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_sdp_gdp.R -------------------------------------------------------------------------------- /R/add_sim_gdp_pop.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_sim_gdp_pop.R -------------------------------------------------------------------------------- /R/add_spells.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_spells.R -------------------------------------------------------------------------------- /R/add_strategic_rivalries.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_strategic_rivalries.R -------------------------------------------------------------------------------- /R/add_ucdp_acd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_ucdp_acd.R -------------------------------------------------------------------------------- /R/add_ucdp_onsets.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/add_ucdp_onsets.R -------------------------------------------------------------------------------- /R/create_dyadyears.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/create_dyadyears.R -------------------------------------------------------------------------------- /R/create_leaderdays.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/create_leaderdays.R -------------------------------------------------------------------------------- /R/create_leaderdyadyears.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/create_leaderdyadyears.R -------------------------------------------------------------------------------- /R/create_leaderyears.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/create_leaderyears.R -------------------------------------------------------------------------------- /R/create_statedays.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/create_statedays.R -------------------------------------------------------------------------------- /R/create_stateyears.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/create_stateyears.R -------------------------------------------------------------------------------- /R/data-cow.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/data-cow.R -------------------------------------------------------------------------------- /R/data-deprecated.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/data-deprecated.R -------------------------------------------------------------------------------- /R/data-gml.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/data-gml.R -------------------------------------------------------------------------------- /R/data-leaders.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/data-leaders.R -------------------------------------------------------------------------------- /R/data-others.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/data-others.R -------------------------------------------------------------------------------- /R/data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/data.R -------------------------------------------------------------------------------- /R/declare_attributes.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/declare_attributes.R -------------------------------------------------------------------------------- /R/download_extdata.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/download_extdata.R -------------------------------------------------------------------------------- /R/filter_prd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/filter_prd.R -------------------------------------------------------------------------------- /R/helpymchelperson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/helpymchelperson.R -------------------------------------------------------------------------------- /R/ps_cite.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/ps_cite.R -------------------------------------------------------------------------------- /R/ps_version.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/ps_version.R -------------------------------------------------------------------------------- /R/show_duplicates.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/show_duplicates.R -------------------------------------------------------------------------------- /R/whittle_conflicts_duration.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/whittle_conflicts_duration.R -------------------------------------------------------------------------------- /R/whittle_conflicts_fatality.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/whittle_conflicts_fatality.R -------------------------------------------------------------------------------- /R/whittle_conflicts_hostility.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/whittle_conflicts_hostility.R -------------------------------------------------------------------------------- /R/whittle_conflicts_jds.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/whittle_conflicts_jds.R -------------------------------------------------------------------------------- /R/whittle_conflicts_onsets.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/whittle_conflicts_onsets.R -------------------------------------------------------------------------------- /R/whittle_conflicts_reciprocation.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/whittle_conflicts_reciprocation.R -------------------------------------------------------------------------------- /R/whittle_conflicts_startmonth.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/whittle_conflicts_startmonth.R -------------------------------------------------------------------------------- /R/zzz.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/R/zzz.R -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/README.md -------------------------------------------------------------------------------- /_pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/_pkgdown.yml -------------------------------------------------------------------------------- /cran-comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/cran-comments.md -------------------------------------------------------------------------------- /data-raw/all_dir_leader_dyad_years.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/all_dir_leader_dyad_years.R -------------------------------------------------------------------------------- /data-raw/archigos.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/archigos.R -------------------------------------------------------------------------------- /data-raw/archigossums.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/archigossums.R -------------------------------------------------------------------------------- /data-raw/atop_alliance.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/atop_alliance.R -------------------------------------------------------------------------------- /data-raw/bib/ps_bib.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/bib/ps_bib.R -------------------------------------------------------------------------------- /data-raw/bib/ps_bib.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/bib/ps_bib.bib -------------------------------------------------------------------------------- /data-raw/capitals/capitals.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/capitals/capitals.R -------------------------------------------------------------------------------- /data-raw/capitals/capitals.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/capitals/capitals.csv -------------------------------------------------------------------------------- /data-raw/capitals/capitals.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/capitals/capitals.xlsx -------------------------------------------------------------------------------- /data-raw/citations.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/citations.R -------------------------------------------------------------------------------- /data-raw/cow_alliance.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_alliance.R -------------------------------------------------------------------------------- /data-raw/cow_contdir.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_contdir.R -------------------------------------------------------------------------------- /data-raw/cow_ddy.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_ddy.R -------------------------------------------------------------------------------- /data-raw/cow_dir_leader_dyad_years.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_dir_leader_dyad_years.R -------------------------------------------------------------------------------- /data-raw/cow_gw_years.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_gw_years.R -------------------------------------------------------------------------------- /data-raw/cow_igo.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_igo.R -------------------------------------------------------------------------------- /data-raw/cow_majors.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_majors.R -------------------------------------------------------------------------------- /data-raw/cow_mid_ddydisps.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_mid_ddydisps.R -------------------------------------------------------------------------------- /data-raw/cow_mid_dirdisps.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_mid_dirdisps.R -------------------------------------------------------------------------------- /data-raw/cow_mid_disps.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_mid_disps.R -------------------------------------------------------------------------------- /data-raw/cow_nmc.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_nmc.R -------------------------------------------------------------------------------- /data-raw/cow_sdp_gdp.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_sdp_gdp.R -------------------------------------------------------------------------------- /data-raw/cow_states.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_states.R -------------------------------------------------------------------------------- /data-raw/cow_trade.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_trade.R -------------------------------------------------------------------------------- /data-raw/cow_wars/cow_extrastate_wars.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_wars/cow_extrastate_wars.R -------------------------------------------------------------------------------- /data-raw/cow_wars/cow_interstate_wars.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_wars/cow_interstate_wars.R -------------------------------------------------------------------------------- /data-raw/cow_wars/cow_intrastate_wars.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cow_wars/cow_intrastate_wars.R -------------------------------------------------------------------------------- /data-raw/creg.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/creg.R -------------------------------------------------------------------------------- /data-raw/cshapes_mindist.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/cshapes_mindist.R -------------------------------------------------------------------------------- /data-raw/democracy/ccode_democracy.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/democracy/ccode_democracy.R -------------------------------------------------------------------------------- /data-raw/democracy/gwcode_democracy.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/democracy/gwcode_democracy.R -------------------------------------------------------------------------------- /data-raw/dyadic_fp_similarity.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/dyadic_fp_similarity.R -------------------------------------------------------------------------------- /data-raw/eug/3014007.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/eug/3014007.pdf -------------------------------------------------------------------------------- /data-raw/eug/War_and_Reason_Domestic_and_International_Imperati..._----_(Appendix_1_Measurement_of_the_Variables).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/eug/War_and_Reason_Domestic_and_International_Imperati..._----_(Appendix_1_Measurement_of_the_Variables).pdf -------------------------------------------------------------------------------- /data-raw/false_cow_dyads.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/false_cow_dyads.R -------------------------------------------------------------------------------- /data-raw/false_gw_dyads.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/false_gw_dyads.R -------------------------------------------------------------------------------- /data-raw/gml/gml_disputes.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/gml/gml_disputes.R -------------------------------------------------------------------------------- /data-raw/gml/gml_mid_ddydisps.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/gml/gml_mid_ddydisps.R -------------------------------------------------------------------------------- /data-raw/gml/gml_mid_disps.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/gml/gml_mid_disps.R -------------------------------------------------------------------------------- /data-raw/gml_part.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/gml_part.R -------------------------------------------------------------------------------- /data-raw/grh_arms_races/grh_arms_races.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/grh_arms_races/grh_arms_races.R -------------------------------------------------------------------------------- /data-raw/grh_arms_races/grh_arms_races.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/grh_arms_races/grh_arms_races.xlsx -------------------------------------------------------------------------------- /data-raw/gw_cow_years.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/gw_cow_years.R -------------------------------------------------------------------------------- /data-raw/gw_dir_leader_dyad_years.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/gw_dir_leader_dyad_years.R -------------------------------------------------------------------------------- /data-raw/gw_sdp_gdp.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/gw_sdp_gdp.R -------------------------------------------------------------------------------- /data-raw/gw_states.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/gw_states.R -------------------------------------------------------------------------------- /data-raw/hief.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/hief.R -------------------------------------------------------------------------------- /data-raw/informal-tests/informal-tests.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/informal-tests/informal-tests.Rmd -------------------------------------------------------------------------------- /data-raw/informal-tests/informal-tests.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/informal-tests/informal-tests.html -------------------------------------------------------------------------------- /data-raw/lead.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/lead.R -------------------------------------------------------------------------------- /data-raw/leader_codes.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/leader_codes.R -------------------------------------------------------------------------------- /data-raw/lwuf.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/lwuf.R -------------------------------------------------------------------------------- /data-raw/mindist/cow_mindist.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/mindist/cow_mindist.R -------------------------------------------------------------------------------- /data-raw/mindist/gw_mindist.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/mindist/gw_mindist.R -------------------------------------------------------------------------------- /data-raw/notes-to-self.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/notes-to-self.md -------------------------------------------------------------------------------- /data-raw/ps_data_version/ps_data_version.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/ps_data_version/ps_data_version.R -------------------------------------------------------------------------------- /data-raw/ps_data_version/ps_data_version.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/ps_data_version/ps_data_version.xlsx -------------------------------------------------------------------------------- /data-raw/resave.R: -------------------------------------------------------------------------------- 1 | tools::resaveRdaFiles("data") 2 | -------------------------------------------------------------------------------- /data-raw/rugged.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/rugged.R -------------------------------------------------------------------------------- /data-raw/scratchpad/add_something.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/add_something.R -------------------------------------------------------------------------------- /data-raw/scratchpad/basic-leaderdyadyear-example.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/basic-leaderdyadyear-example.R -------------------------------------------------------------------------------- /data-raw/scratchpad/basic-leaderyear-example.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/basic-leaderyear-example.R -------------------------------------------------------------------------------- /data-raw/scratchpad/dyadic-conflicts-leaders.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/dyadic-conflicts-leaders.R -------------------------------------------------------------------------------- /data-raw/scratchpad/missing-leaders.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/missing-leaders.R -------------------------------------------------------------------------------- /data-raw/scratchpad/missing-participant-initiators.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/missing-participant-initiators.csv -------------------------------------------------------------------------------- /data-raw/scratchpad/missing-participant-initiators.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/missing-participant-initiators.xlsx -------------------------------------------------------------------------------- /data-raw/scratchpad/missing_archigos-filled-in.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/missing_archigos-filled-in.xlsx -------------------------------------------------------------------------------- /data-raw/scratchpad/missing_archigos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/missing_archigos.csv -------------------------------------------------------------------------------- /data-raw/scratchpad/still-missing-leaders.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/still-missing-leaders.csv -------------------------------------------------------------------------------- /data-raw/scratchpad/tau-b.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/tau-b.R -------------------------------------------------------------------------------- /data-raw/scratchpad/whittle-functions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/scratchpad/whittle-functions.R -------------------------------------------------------------------------------- /data-raw/strategic_rivalries.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/strategic_rivalries.R -------------------------------------------------------------------------------- /data-raw/terrthreat.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/terrthreat.R -------------------------------------------------------------------------------- /data-raw/times/create_bench.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/times/create_bench.rds -------------------------------------------------------------------------------- /data-raw/times/dyad_bench.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/times/dyad_bench.rds -------------------------------------------------------------------------------- /data-raw/times/state_bench.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/times/state_bench.rds -------------------------------------------------------------------------------- /data-raw/times/times_create.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/times/times_create.R -------------------------------------------------------------------------------- /data-raw/times/times_dyad.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/times/times_dyad.R -------------------------------------------------------------------------------- /data-raw/times/times_dyad.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/times/times_dyad.log -------------------------------------------------------------------------------- /data-raw/times/times_leader.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/times/times_leader.R -------------------------------------------------------------------------------- /data-raw/times/times_leaderdyad.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/times/times_leaderdyad.R -------------------------------------------------------------------------------- /data-raw/times/times_state.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/times/times_state.R -------------------------------------------------------------------------------- /data-raw/tss_rivalries/tss_rivalries.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/tss_rivalries/tss_rivalries.R -------------------------------------------------------------------------------- /data-raw/tss_rivalries/tss_rivalries.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/tss_rivalries/tss_rivalries.xlsx -------------------------------------------------------------------------------- /data-raw/ucdp_acd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/ucdp_acd.R -------------------------------------------------------------------------------- /data-raw/ucdp_onsets.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data-raw/ucdp_onsets.R -------------------------------------------------------------------------------- /data/LEAD.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/LEAD.rda -------------------------------------------------------------------------------- /data/archigos.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/archigos.rda -------------------------------------------------------------------------------- /data/archigossums.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/archigossums.rda -------------------------------------------------------------------------------- /data/atop_alliance.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/atop_alliance.rda -------------------------------------------------------------------------------- /data/ccode_democracy.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/ccode_democracy.rda -------------------------------------------------------------------------------- /data/cow_alliance.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_alliance.rda -------------------------------------------------------------------------------- /data/cow_capitals.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_capitals.rda -------------------------------------------------------------------------------- /data/cow_contdir.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_contdir.rda -------------------------------------------------------------------------------- /data/cow_ddy.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_ddy.rda -------------------------------------------------------------------------------- /data/cow_gw_years.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_gw_years.rda -------------------------------------------------------------------------------- /data/cow_igo_ndy.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_igo_ndy.rda -------------------------------------------------------------------------------- /data/cow_igo_sy.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_igo_sy.rda -------------------------------------------------------------------------------- /data/cow_majors.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_majors.rda -------------------------------------------------------------------------------- /data/cow_mid_ddydisps.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_mid_ddydisps.rda -------------------------------------------------------------------------------- /data/cow_mid_dirdisps.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_mid_dirdisps.rda -------------------------------------------------------------------------------- /data/cow_mid_disps.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_mid_disps.rda -------------------------------------------------------------------------------- /data/cow_mindist.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_mindist.rda -------------------------------------------------------------------------------- /data/cow_nmc.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_nmc.rda -------------------------------------------------------------------------------- /data/cow_sdp_gdp.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_sdp_gdp.rda -------------------------------------------------------------------------------- /data/cow_states.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_states.rda -------------------------------------------------------------------------------- /data/cow_trade_sy.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_trade_sy.rda -------------------------------------------------------------------------------- /data/cow_war_inter.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_war_inter.rda -------------------------------------------------------------------------------- /data/cow_war_intra.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/cow_war_intra.rda -------------------------------------------------------------------------------- /data/creg.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/creg.rda -------------------------------------------------------------------------------- /data/false_cow_dyads.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/false_cow_dyads.rda -------------------------------------------------------------------------------- /data/false_gw_dyads.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/false_gw_dyads.rda -------------------------------------------------------------------------------- /data/gml_dirdisp.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gml_dirdisp.rda -------------------------------------------------------------------------------- /data/gml_mid_ddlydisps.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gml_mid_ddlydisps.rda -------------------------------------------------------------------------------- /data/gml_mid_ddydisps.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gml_mid_ddydisps.rda -------------------------------------------------------------------------------- /data/gml_mid_dirleaderdisps.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gml_mid_dirleaderdisps.rda -------------------------------------------------------------------------------- /data/gml_mid_disps.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gml_mid_disps.rda -------------------------------------------------------------------------------- /data/gml_part.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gml_part.rda -------------------------------------------------------------------------------- /data/grh_arms_races.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/grh_arms_races.rda -------------------------------------------------------------------------------- /data/gw_capitals.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gw_capitals.rda -------------------------------------------------------------------------------- /data/gw_cow_years.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gw_cow_years.rda -------------------------------------------------------------------------------- /data/gw_ddy.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gw_ddy.rda -------------------------------------------------------------------------------- /data/gw_mindist.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gw_mindist.rda -------------------------------------------------------------------------------- /data/gw_sdp_gdp.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gw_sdp_gdp.rda -------------------------------------------------------------------------------- /data/gw_states.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gw_states.rda -------------------------------------------------------------------------------- /data/gwcode_democracy.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/gwcode_democracy.rda -------------------------------------------------------------------------------- /data/hief.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/hief.rda -------------------------------------------------------------------------------- /data/leader_codes.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/leader_codes.rda -------------------------------------------------------------------------------- /data/lwuf.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/lwuf.rda -------------------------------------------------------------------------------- /data/maoz_powers.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/maoz_powers.rda -------------------------------------------------------------------------------- /data/ps_bib.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/ps_bib.rda -------------------------------------------------------------------------------- /data/ps_data_version.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/ps_data_version.rda -------------------------------------------------------------------------------- /data/rugged.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/rugged.rda -------------------------------------------------------------------------------- /data/td_rivalries.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/td_rivalries.rda -------------------------------------------------------------------------------- /data/terrthreat.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/terrthreat.rda -------------------------------------------------------------------------------- /data/tss_rivalries.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/tss_rivalries.rda -------------------------------------------------------------------------------- /data/ucdp_acd.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/ucdp_acd.rda -------------------------------------------------------------------------------- /data/ucdp_onsets.rda: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/data/ucdp_onsets.rda -------------------------------------------------------------------------------- /docs/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/404.html -------------------------------------------------------------------------------- /docs/LICENSE-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/LICENSE-text.html -------------------------------------------------------------------------------- /docs/appendix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/appendix.pdf -------------------------------------------------------------------------------- /docs/articles/bremer-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/bremer-example.html -------------------------------------------------------------------------------- /docs/articles/bremer-example_files/kePrint-0.0.1/kePrint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/bremer-example_files/kePrint-0.0.1/kePrint.js -------------------------------------------------------------------------------- /docs/articles/bremer-example_files/lightable-0.0.1/lightable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/bremer-example_files/lightable-0.0.1/lightable.css -------------------------------------------------------------------------------- /docs/articles/coerce-dispute-year-dyad-year.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/coerce-dispute-year-dyad-year.html -------------------------------------------------------------------------------- /docs/articles/coerce-dispute-year-dyad-year_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/coerce-dispute-year-dyad-year_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/coerce-dispute-year-dyad-year_files/header-attrs-2.10/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/coerce-dispute-year-dyad-year_files/header-attrs-2.10/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/coerce-dispute-year-dyad-year_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/coerce-dispute-year-dyad-year_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/coerce-dispute-year-dyad-year_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/coerce-dispute-year-dyad-year_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/coerce-dispute-year-dyad-year_files/header-attrs-2.8/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/coerce-dispute-year-dyad-year_files/header-attrs-2.8/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/coerce-dispute-year-dyad-year_files/kePrint-0.0.1/kePrint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/coerce-dispute-year-dyad-year_files/kePrint-0.0.1/kePrint.js -------------------------------------------------------------------------------- /docs/articles/coerce-dispute-year-dyad-year_files/lightable-0.0.1/lightable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/coerce-dispute-year-dyad-year_files/lightable-0.0.1/lightable.css -------------------------------------------------------------------------------- /docs/articles/create-different-kinds-of-data-in-peacesciencer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/create-different-kinds-of-data-in-peacesciencer.html -------------------------------------------------------------------------------- /docs/articles/create-different-kinds-of-data-in-peacesciencer_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/create-different-kinds-of-data-in-peacesciencer_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/create-different-kinds-of-data-in-peacesciencer_files/header-attrs-2.10/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/create-different-kinds-of-data-in-peacesciencer_files/header-attrs-2.10/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/create-different-kinds-of-data-in-peacesciencer_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/create-different-kinds-of-data-in-peacesciencer_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/create-different-kinds-of-data-in-peacesciencer_files/header-attrs-2.8/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/create-different-kinds-of-data-in-peacesciencer_files/header-attrs-2.8/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/democracy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy.html -------------------------------------------------------------------------------- /docs/articles/democracy_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/democracy_files/figure-html/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/figure-html/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /docs/articles/democracy_files/figure-html/unnamed-chunk-7-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/figure-html/unnamed-chunk-7-1.png -------------------------------------------------------------------------------- /docs/articles/democracy_files/figure-html/unnamed-chunk-8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/figure-html/unnamed-chunk-8-1.png -------------------------------------------------------------------------------- /docs/articles/democracy_files/header-attrs-2.10/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/header-attrs-2.10/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/democracy_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/democracy_files/header-attrs-2.7/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/header-attrs-2.7/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/democracy_files/header-attrs-2.8/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/header-attrs-2.8/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/democracy_files/kePrint-0.0.1/kePrint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/kePrint-0.0.1/kePrint.js -------------------------------------------------------------------------------- /docs/articles/democracy_files/lightable-0.0.1/lightable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/democracy_files/lightable-0.0.1/lightable.css -------------------------------------------------------------------------------- /docs/articles/different-data-types.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/different-data-types.html -------------------------------------------------------------------------------- /docs/articles/different-data-types_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/different-data-types_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/fearon-laitin-example.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/fearon-laitin-example.html -------------------------------------------------------------------------------- /docs/articles/fearon-laitin-example_files/kePrint-0.0.1/kePrint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/fearon-laitin-example_files/kePrint-0.0.1/kePrint.js -------------------------------------------------------------------------------- /docs/articles/fearon-laitin-example_files/lightable-0.0.1/lightable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/fearon-laitin-example_files/lightable-0.0.1/lightable.css -------------------------------------------------------------------------------- /docs/articles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/index.html -------------------------------------------------------------------------------- /docs/articles/joins.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/joins.html -------------------------------------------------------------------------------- /docs/articles/joins_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/joins_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/joins_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/joins_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/parlor-tricks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/parlor-tricks.html -------------------------------------------------------------------------------- /docs/articles/parlor-tricks_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/parlor-tricks_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/parlor-tricks_files/header-attrs-2.10/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/parlor-tricks_files/header-attrs-2.10/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/parlor-tricks_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/parlor-tricks_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/parlor-tricks_files/header-attrs-2.8/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/parlor-tricks_files/header-attrs-2.8/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/peacesciencer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/peacesciencer.html -------------------------------------------------------------------------------- /docs/articles/peacesciencer_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/peacesciencer_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/state-systems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/state-systems.html -------------------------------------------------------------------------------- /docs/articles/state-systems_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/state-systems_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/state-systems_files/header-attrs-2.10/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/state-systems_files/header-attrs-2.10/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/state-systems_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/state-systems_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/state-systems_files/header-attrs-2.8/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/state-systems_files/header-attrs-2.8/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/times.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/times.html -------------------------------------------------------------------------------- /docs/articles/times_files/accessible-code-block-0.0.1/empty-anchor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/times_files/accessible-code-block-0.0.1/empty-anchor.js -------------------------------------------------------------------------------- /docs/articles/times_files/header-attrs-2.10/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/times_files/header-attrs-2.10/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/times_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/times_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/times_files/header-attrs-2.8/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/times_files/header-attrs-2.8/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/times_files/kePrint-0.0.1/kePrint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/times_files/kePrint-0.0.1/kePrint.js -------------------------------------------------------------------------------- /docs/articles/times_files/lightable-0.0.1/lightable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/times_files/lightable-0.0.1/lightable.css -------------------------------------------------------------------------------- /docs/articles/versions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/versions.html -------------------------------------------------------------------------------- /docs/articles/versions_files/header-attrs-2.11/header-attrs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/versions_files/header-attrs-2.11/header-attrs.js -------------------------------------------------------------------------------- /docs/articles/versions_files/kePrint-0.0.1/kePrint.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/versions_files/kePrint-0.0.1/kePrint.js -------------------------------------------------------------------------------- /docs/articles/versions_files/lightable-0.0.1/lightable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/articles/versions_files/lightable-0.0.1/lightable.css -------------------------------------------------------------------------------- /docs/authors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/authors.html -------------------------------------------------------------------------------- /docs/bootstrap-toc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/bootstrap-toc.css -------------------------------------------------------------------------------- /docs/bootstrap-toc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/bootstrap-toc.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.0.2/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.0.2/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.0.2/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.0.2/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.0.2/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.0.2/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/font.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/font.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/1adeadb2fe618c5ed46221f15e12b9c8.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/1adeadb2fe618c5ed46221f15e12b9c8.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgo6ew.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgo6ew.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgoKfw7w.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCs6KVjbNBYlgoKfw7w.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvjsGyL.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/4iCv6KVjbNBYlgoCxCvjsGyL.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7j.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvWNRevw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR54z1Qlv-GDxkbKVQ_dFsvaNA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_TOQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_TOQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/CSR64z1Qlv-GDxkbKVQ_fOAKSw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew9.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew9.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9vAA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmEU9vAA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5vAA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmSU5vAA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlvAA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOlCnqEu92Fr1MmWUlvAA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Me5g.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Me5g.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Mu4mxM.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/KFOmCnqEu92Fr1Mu4mxM.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/QGYpz_kZZAGCONcK2A4bGOj8mNhL.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxsAXC-s.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxsAXC-s.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxswWA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u8w4BMUTPHjxswWA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVSwiPHw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVSwiPHw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVeww.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh6UVeww.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USSwiPHw.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USSwiPHw.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USeww.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6u9w4BMUTPHh7USeww.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHjx4wWA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHjx4wWA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHvxo.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/S6uyw4BMUTPHvxo.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZs.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZs.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZs.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTA.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/a98f7a7574819ba83bec6279a2cecd95.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/a98f7a7574819ba83bec6279a2cecd95.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAexg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWVAexg.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVQ.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.2.2/fonts/q5uGsou0JOdh94bfvQlr.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.2.2/fonts/q5uGsou0JOdh94bfvQlr.woff -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.bundle.min.js.map -------------------------------------------------------------------------------- /docs/deps/bootstrap-5.3.1/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-5.3.1/bootstrap.min.css -------------------------------------------------------------------------------- /docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/bootstrap-toc-1.0.1/bootstrap-toc.min.js -------------------------------------------------------------------------------- /docs/deps/clipboard.js-2.0.11/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/clipboard.js-2.0.11/clipboard.min.js -------------------------------------------------------------------------------- /docs/deps/data-deps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/data-deps.txt -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/css/all.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/css/all.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/v4-shims.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/css/v4-shims.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/css/v4-shims.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/css/v4-shims.min.css -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/font-awesome-6.5.2/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /docs/deps/headroom-0.11.0/headroom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/headroom-0.11.0/headroom.min.js -------------------------------------------------------------------------------- /docs/deps/headroom-0.11.0/jQuery.headroom.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/headroom-0.11.0/jQuery.headroom.min.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /docs/deps/jquery-3.6.0/jquery-3.6.0.min.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/jquery-3.6.0/jquery-3.6.0.min.map -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/autocomplete.jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/search-1.0.0/autocomplete.jquery.min.js -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/fuse.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/search-1.0.0/fuse.min.js -------------------------------------------------------------------------------- /docs/deps/search-1.0.0/mark.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/deps/search-1.0.0/mark.min.js -------------------------------------------------------------------------------- /docs/docsearch.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/docsearch.css -------------------------------------------------------------------------------- /docs/docsearch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/docsearch.js -------------------------------------------------------------------------------- /docs/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/extra.css -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/katex-auto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/katex-auto.js -------------------------------------------------------------------------------- /docs/lightswitch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/lightswitch.js -------------------------------------------------------------------------------- /docs/link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/link.svg -------------------------------------------------------------------------------- /docs/memo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/memo.pdf -------------------------------------------------------------------------------- /docs/ms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/ms.html -------------------------------------------------------------------------------- /docs/ms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/ms.pdf -------------------------------------------------------------------------------- /docs/ms.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/ms.tex -------------------------------------------------------------------------------- /docs/news/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/news/index.html -------------------------------------------------------------------------------- /docs/pkgdown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/pkgdown.css -------------------------------------------------------------------------------- /docs/pkgdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/pkgdown.js -------------------------------------------------------------------------------- /docs/pkgdown.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/pkgdown.yml -------------------------------------------------------------------------------- /docs/reference/LEAD.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/LEAD.html -------------------------------------------------------------------------------- /docs/reference/Rplot001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/Rplot001.png -------------------------------------------------------------------------------- /docs/reference/add_archigos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_archigos.html -------------------------------------------------------------------------------- /docs/reference/add_atop_alliance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_atop_alliance.html -------------------------------------------------------------------------------- /docs/reference/add_cap_dist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_cap_dist.html -------------------------------------------------------------------------------- /docs/reference/add_capital_distance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_capital_distance.html -------------------------------------------------------------------------------- /docs/reference/add_ccode_to_gw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_ccode_to_gw.html -------------------------------------------------------------------------------- /docs/reference/add_contiguity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_contiguity.html -------------------------------------------------------------------------------- /docs/reference/add_cow_alliance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_cow_alliance.html -------------------------------------------------------------------------------- /docs/reference/add_cow_majors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_cow_majors.html -------------------------------------------------------------------------------- /docs/reference/add_cow_mids.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_cow_mids.html -------------------------------------------------------------------------------- /docs/reference/add_cow_to_gwcode.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_cow_to_gwcode.html -------------------------------------------------------------------------------- /docs/reference/add_cow_trade.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_cow_trade.html -------------------------------------------------------------------------------- /docs/reference/add_cow_wars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_cow_wars.html -------------------------------------------------------------------------------- /docs/reference/add_creg_frac.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_creg_frac.html -------------------------------------------------------------------------------- /docs/reference/add_creg_fractionalization.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_creg_fractionalization.html -------------------------------------------------------------------------------- /docs/reference/add_democracy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_democracy.html -------------------------------------------------------------------------------- /docs/reference/add_fpsim.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_fpsim.html -------------------------------------------------------------------------------- /docs/reference/add_gml_mids.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_gml_mids.html -------------------------------------------------------------------------------- /docs/reference/add_gwcode_to_cow.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_gwcode_to_cow.html -------------------------------------------------------------------------------- /docs/reference/add_igos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_igos.html -------------------------------------------------------------------------------- /docs/reference/add_latent_territorial_threat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_latent_territorial_threat.html -------------------------------------------------------------------------------- /docs/reference/add_lead.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_lead.html -------------------------------------------------------------------------------- /docs/reference/add_lwuf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_lwuf.html -------------------------------------------------------------------------------- /docs/reference/add_mids.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_mids.html -------------------------------------------------------------------------------- /docs/reference/add_min_dist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_min_dist.html -------------------------------------------------------------------------------- /docs/reference/add_minimum_distance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_minimum_distance.html -------------------------------------------------------------------------------- /docs/reference/add_nmc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_nmc.html -------------------------------------------------------------------------------- /docs/reference/add_peace_years.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_peace_years.html -------------------------------------------------------------------------------- /docs/reference/add_rugged_terrain.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_rugged_terrain.html -------------------------------------------------------------------------------- /docs/reference/add_sdp_gdp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_sdp_gdp.html -------------------------------------------------------------------------------- /docs/reference/add_sim_gdp_pop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_sim_gdp_pop.html -------------------------------------------------------------------------------- /docs/reference/add_spells.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_spells.html -------------------------------------------------------------------------------- /docs/reference/add_strategic_rivalries.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_strategic_rivalries.html -------------------------------------------------------------------------------- /docs/reference/add_ucdp_acd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_ucdp_acd.html -------------------------------------------------------------------------------- /docs/reference/add_ucdp_onsets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/add_ucdp_onsets.html -------------------------------------------------------------------------------- /docs/reference/archigos.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/archigos.html -------------------------------------------------------------------------------- /docs/reference/archigossums.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/archigossums.html -------------------------------------------------------------------------------- /docs/reference/atop_alliance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/atop_alliance.html -------------------------------------------------------------------------------- /docs/reference/capitals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/capitals.html -------------------------------------------------------------------------------- /docs/reference/ccode_democracy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/ccode_democracy.html -------------------------------------------------------------------------------- /docs/reference/citations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/citations.html -------------------------------------------------------------------------------- /docs/reference/cow_alliance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_alliance.html -------------------------------------------------------------------------------- /docs/reference/cow_capitals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_capitals.html -------------------------------------------------------------------------------- /docs/reference/cow_contdir.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_contdir.html -------------------------------------------------------------------------------- /docs/reference/cow_ddy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_ddy.html -------------------------------------------------------------------------------- /docs/reference/cow_gw_years.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_gw_years.html -------------------------------------------------------------------------------- /docs/reference/cow_igo_ndy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_igo_ndy.html -------------------------------------------------------------------------------- /docs/reference/cow_igo_sy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_igo_sy.html -------------------------------------------------------------------------------- /docs/reference/cow_majors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_majors.html -------------------------------------------------------------------------------- /docs/reference/cow_mid_ddydisps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_mid_ddydisps.html -------------------------------------------------------------------------------- /docs/reference/cow_mid_dirdisps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_mid_dirdisps.html -------------------------------------------------------------------------------- /docs/reference/cow_mid_disps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_mid_disps.html -------------------------------------------------------------------------------- /docs/reference/cow_mindist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_mindist.html -------------------------------------------------------------------------------- /docs/reference/cow_nmc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_nmc.html -------------------------------------------------------------------------------- /docs/reference/cow_sdp_gdp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_sdp_gdp.html -------------------------------------------------------------------------------- /docs/reference/cow_states.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_states.html -------------------------------------------------------------------------------- /docs/reference/cow_trade_ndy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_trade_ndy.html -------------------------------------------------------------------------------- /docs/reference/cow_trade_sy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_trade_sy.html -------------------------------------------------------------------------------- /docs/reference/cow_war_inter.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_war_inter.html -------------------------------------------------------------------------------- /docs/reference/cow_war_intra.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/cow_war_intra.html -------------------------------------------------------------------------------- /docs/reference/create_dyadyears.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/create_dyadyears.html -------------------------------------------------------------------------------- /docs/reference/create_leaderdays.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/create_leaderdays.html -------------------------------------------------------------------------------- /docs/reference/create_leaderdyadyears.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/create_leaderdyadyears.html -------------------------------------------------------------------------------- /docs/reference/create_leaderyears.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/create_leaderyears.html -------------------------------------------------------------------------------- /docs/reference/create_statedays.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/create_statedays.html -------------------------------------------------------------------------------- /docs/reference/create_stateyears.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/create_stateyears.html -------------------------------------------------------------------------------- /docs/reference/creg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/creg.html -------------------------------------------------------------------------------- /docs/reference/data-deprecated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/data-deprecated.html -------------------------------------------------------------------------------- /docs/reference/declare_attributes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/declare_attributes.html -------------------------------------------------------------------------------- /docs/reference/download_extdata.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/download_extdata.html -------------------------------------------------------------------------------- /docs/reference/false_cow_dyads.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/false_cow_dyads.html -------------------------------------------------------------------------------- /docs/reference/false_gw_dyads.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/false_gw_dyads.html -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-archived.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/figures/lifecycle-archived.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-defunct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/figures/lifecycle-defunct.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-deprecated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/figures/lifecycle-deprecated.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-experimental.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/figures/lifecycle-experimental.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-maturing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/figures/lifecycle-maturing.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-questioning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/figures/lifecycle-questioning.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-stable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/figures/lifecycle-stable.svg -------------------------------------------------------------------------------- /docs/reference/figures/lifecycle-superseded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/figures/lifecycle-superseded.svg -------------------------------------------------------------------------------- /docs/reference/filter_prd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/filter_prd.html -------------------------------------------------------------------------------- /docs/reference/gml_dirdisp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gml_dirdisp.html -------------------------------------------------------------------------------- /docs/reference/gml_mid_ddlydisps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gml_mid_ddlydisps.html -------------------------------------------------------------------------------- /docs/reference/gml_mid_ddydisps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gml_mid_ddydisps.html -------------------------------------------------------------------------------- /docs/reference/gml_mid_dirleaderdisps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gml_mid_dirleaderdisps.html -------------------------------------------------------------------------------- /docs/reference/gml_mid_disps.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gml_mid_disps.html -------------------------------------------------------------------------------- /docs/reference/gml_part.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gml_part.html -------------------------------------------------------------------------------- /docs/reference/gml_part_leaders.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gml_part_leaders.html -------------------------------------------------------------------------------- /docs/reference/grh_arms_races.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/grh_arms_races.html -------------------------------------------------------------------------------- /docs/reference/gw_capitals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gw_capitals.html -------------------------------------------------------------------------------- /docs/reference/gw_cow_years.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gw_cow_years.html -------------------------------------------------------------------------------- /docs/reference/gw_ddy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gw_ddy.html -------------------------------------------------------------------------------- /docs/reference/gw_mindist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gw_mindist.html -------------------------------------------------------------------------------- /docs/reference/gw_sdp_gdp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gw_sdp_gdp.html -------------------------------------------------------------------------------- /docs/reference/gw_states.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gw_states.html -------------------------------------------------------------------------------- /docs/reference/gwcode_democracy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/gwcode_democracy.html -------------------------------------------------------------------------------- /docs/reference/hief.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/hief.html -------------------------------------------------------------------------------- /docs/reference/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/index.html -------------------------------------------------------------------------------- /docs/reference/leader_codes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/leader_codes.html -------------------------------------------------------------------------------- /docs/reference/lwuf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/lwuf.html -------------------------------------------------------------------------------- /docs/reference/maoz_powers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/maoz_powers.html -------------------------------------------------------------------------------- /docs/reference/ps_bib.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/ps_bib.html -------------------------------------------------------------------------------- /docs/reference/ps_cite.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/ps_cite.html -------------------------------------------------------------------------------- /docs/reference/ps_data_version.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/ps_data_version.html -------------------------------------------------------------------------------- /docs/reference/ps_version.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/ps_version.html -------------------------------------------------------------------------------- /docs/reference/rugged.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/rugged.html -------------------------------------------------------------------------------- /docs/reference/show_duplicates.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/show_duplicates.html -------------------------------------------------------------------------------- /docs/reference/td_rivalries.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/td_rivalries.html -------------------------------------------------------------------------------- /docs/reference/terrthreat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/terrthreat.html -------------------------------------------------------------------------------- /docs/reference/tss_rivalries.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/tss_rivalries.html -------------------------------------------------------------------------------- /docs/reference/ucdp_acd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/ucdp_acd.html -------------------------------------------------------------------------------- /docs/reference/ucdp_onsets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/ucdp_onsets.html -------------------------------------------------------------------------------- /docs/reference/wc_duration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/wc_duration.html -------------------------------------------------------------------------------- /docs/reference/wc_fatality.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/wc_fatality.html -------------------------------------------------------------------------------- /docs/reference/wc_hostility.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/wc_hostility.html -------------------------------------------------------------------------------- /docs/reference/wc_jds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/wc_jds.html -------------------------------------------------------------------------------- /docs/reference/wc_onsets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/wc_onsets.html -------------------------------------------------------------------------------- /docs/reference/wc_recip.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/wc_recip.html -------------------------------------------------------------------------------- /docs/reference/wc_stmon.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/wc_stmon.html -------------------------------------------------------------------------------- /docs/reference/whittle_conflict_onsets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/whittle_conflict_onsets.html -------------------------------------------------------------------------------- /docs/reference/whittle_conflicts_duration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/whittle_conflicts_duration.html -------------------------------------------------------------------------------- /docs/reference/whittle_conflicts_fatality.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/whittle_conflicts_fatality.html -------------------------------------------------------------------------------- /docs/reference/whittle_conflicts_hostility.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/whittle_conflicts_hostility.html -------------------------------------------------------------------------------- /docs/reference/whittle_conflicts_jds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/whittle_conflicts_jds.html -------------------------------------------------------------------------------- /docs/reference/whittle_conflicts_onsets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/whittle_conflicts_onsets.html -------------------------------------------------------------------------------- /docs/reference/whittle_conflicts_reciprocation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/whittle_conflicts_reciprocation.html -------------------------------------------------------------------------------- /docs/reference/whittle_conflicts_startmonth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/reference/whittle_conflicts_startmonth.html -------------------------------------------------------------------------------- /docs/search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/search.json -------------------------------------------------------------------------------- /docs/sitemap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/docs/sitemap.xml -------------------------------------------------------------------------------- /inst/CITATION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/inst/CITATION -------------------------------------------------------------------------------- /inst/extdata/O-H: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/LEAD.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/LEAD.Rd -------------------------------------------------------------------------------- /man/add_archigos.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_archigos.Rd -------------------------------------------------------------------------------- /man/add_atop_alliance.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_atop_alliance.Rd -------------------------------------------------------------------------------- /man/add_capital_distance.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_capital_distance.Rd -------------------------------------------------------------------------------- /man/add_ccode_to_gw.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_ccode_to_gw.Rd -------------------------------------------------------------------------------- /man/add_contiguity.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_contiguity.Rd -------------------------------------------------------------------------------- /man/add_cow_alliance.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_cow_alliance.Rd -------------------------------------------------------------------------------- /man/add_cow_majors.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_cow_majors.Rd -------------------------------------------------------------------------------- /man/add_cow_mids.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_cow_mids.Rd -------------------------------------------------------------------------------- /man/add_cow_trade.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_cow_trade.Rd -------------------------------------------------------------------------------- /man/add_cow_wars.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_cow_wars.Rd -------------------------------------------------------------------------------- /man/add_creg_fractionalization.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_creg_fractionalization.Rd -------------------------------------------------------------------------------- /man/add_democracy.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_democracy.Rd -------------------------------------------------------------------------------- /man/add_fpsim.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_fpsim.Rd -------------------------------------------------------------------------------- /man/add_gml_mids.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_gml_mids.Rd -------------------------------------------------------------------------------- /man/add_gwcode_to_cow.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_gwcode_to_cow.Rd -------------------------------------------------------------------------------- /man/add_igos.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_igos.Rd -------------------------------------------------------------------------------- /man/add_latent_territorial_threat.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_latent_territorial_threat.Rd -------------------------------------------------------------------------------- /man/add_lead.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_lead.Rd -------------------------------------------------------------------------------- /man/add_lwuf.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_lwuf.Rd -------------------------------------------------------------------------------- /man/add_minimum_distance.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_minimum_distance.Rd -------------------------------------------------------------------------------- /man/add_nmc.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_nmc.Rd -------------------------------------------------------------------------------- /man/add_peace_years.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_peace_years.Rd -------------------------------------------------------------------------------- /man/add_rugged_terrain.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_rugged_terrain.Rd -------------------------------------------------------------------------------- /man/add_sdp_gdp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_sdp_gdp.Rd -------------------------------------------------------------------------------- /man/add_sim_gdp_pop.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_sim_gdp_pop.Rd -------------------------------------------------------------------------------- /man/add_spells.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_spells.Rd -------------------------------------------------------------------------------- /man/add_strategic_rivalries.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_strategic_rivalries.Rd -------------------------------------------------------------------------------- /man/add_ucdp_acd.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_ucdp_acd.Rd -------------------------------------------------------------------------------- /man/add_ucdp_onsets.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/add_ucdp_onsets.Rd -------------------------------------------------------------------------------- /man/archigos.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/archigos.Rd -------------------------------------------------------------------------------- /man/archigossums.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/archigossums.Rd -------------------------------------------------------------------------------- /man/atop_alliance.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/atop_alliance.Rd -------------------------------------------------------------------------------- /man/cow_capitals.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_capitals.Rd -------------------------------------------------------------------------------- /man/cow_contdir.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_contdir.Rd -------------------------------------------------------------------------------- /man/cow_ddy.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_ddy.Rd -------------------------------------------------------------------------------- /man/cow_igo_ndy.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_igo_ndy.Rd -------------------------------------------------------------------------------- /man/cow_igo_sy.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_igo_sy.Rd -------------------------------------------------------------------------------- /man/cow_majors.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_majors.Rd -------------------------------------------------------------------------------- /man/cow_mid_ddydisps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_mid_ddydisps.Rd -------------------------------------------------------------------------------- /man/cow_mid_dirdisps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_mid_dirdisps.Rd -------------------------------------------------------------------------------- /man/cow_mid_disps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_mid_disps.Rd -------------------------------------------------------------------------------- /man/cow_mindist.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_mindist.Rd -------------------------------------------------------------------------------- /man/cow_nmc.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_nmc.Rd -------------------------------------------------------------------------------- /man/cow_states.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_states.Rd -------------------------------------------------------------------------------- /man/cow_trade_sy.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_trade_sy.Rd -------------------------------------------------------------------------------- /man/cow_war_inter.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_war_inter.Rd -------------------------------------------------------------------------------- /man/cow_war_intra.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/cow_war_intra.Rd -------------------------------------------------------------------------------- /man/create_dyadyears.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/create_dyadyears.Rd -------------------------------------------------------------------------------- /man/create_leaderdays.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/create_leaderdays.Rd -------------------------------------------------------------------------------- /man/create_leaderdyadyears.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/create_leaderdyadyears.Rd -------------------------------------------------------------------------------- /man/create_leaderyears.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/create_leaderyears.Rd -------------------------------------------------------------------------------- /man/create_statedays.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/create_statedays.Rd -------------------------------------------------------------------------------- /man/create_stateyears.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/create_stateyears.Rd -------------------------------------------------------------------------------- /man/creg.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/creg.Rd -------------------------------------------------------------------------------- /man/data-deprecated.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/data-deprecated.Rd -------------------------------------------------------------------------------- /man/declare_attributes.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/declare_attributes.Rd -------------------------------------------------------------------------------- /man/download_extdata.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/download_extdata.Rd -------------------------------------------------------------------------------- /man/false_cow_dyads.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/false_cow_dyads.Rd -------------------------------------------------------------------------------- /man/false_gw_dyads.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/false_gw_dyads.Rd -------------------------------------------------------------------------------- /man/figures/lifecycle-archived.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/figures/lifecycle-archived.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-defunct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/figures/lifecycle-defunct.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-deprecated.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/figures/lifecycle-deprecated.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-experimental.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/figures/lifecycle-experimental.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-maturing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/figures/lifecycle-maturing.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-questioning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/figures/lifecycle-questioning.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-stable.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/figures/lifecycle-stable.svg -------------------------------------------------------------------------------- /man/figures/lifecycle-superseded.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/figures/lifecycle-superseded.svg -------------------------------------------------------------------------------- /man/filter_prd.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/filter_prd.Rd -------------------------------------------------------------------------------- /man/gml_dirdisp.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gml_dirdisp.Rd -------------------------------------------------------------------------------- /man/gml_mid_ddlydisps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gml_mid_ddlydisps.Rd -------------------------------------------------------------------------------- /man/gml_mid_ddydisps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gml_mid_ddydisps.Rd -------------------------------------------------------------------------------- /man/gml_mid_dirleaderdisps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gml_mid_dirleaderdisps.Rd -------------------------------------------------------------------------------- /man/gml_mid_disps.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gml_mid_disps.Rd -------------------------------------------------------------------------------- /man/gml_part.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gml_part.Rd -------------------------------------------------------------------------------- /man/grh_arms_races.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/grh_arms_races.Rd -------------------------------------------------------------------------------- /man/gw_capitals.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gw_capitals.Rd -------------------------------------------------------------------------------- /man/gw_ddy.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gw_ddy.Rd -------------------------------------------------------------------------------- /man/gw_mindist.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gw_mindist.Rd -------------------------------------------------------------------------------- /man/gw_states.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/gw_states.Rd -------------------------------------------------------------------------------- /man/hief.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/hief.Rd -------------------------------------------------------------------------------- /man/leader_codes.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/leader_codes.Rd -------------------------------------------------------------------------------- /man/lwuf.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/lwuf.Rd -------------------------------------------------------------------------------- /man/maoz_powers.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/maoz_powers.Rd -------------------------------------------------------------------------------- /man/ps_bib.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/ps_bib.Rd -------------------------------------------------------------------------------- /man/ps_cite.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/ps_cite.Rd -------------------------------------------------------------------------------- /man/ps_data_version.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/ps_data_version.Rd -------------------------------------------------------------------------------- /man/ps_version.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/ps_version.Rd -------------------------------------------------------------------------------- /man/rugged.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/rugged.Rd -------------------------------------------------------------------------------- /man/show_duplicates.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/show_duplicates.Rd -------------------------------------------------------------------------------- /man/td_rivalries.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/td_rivalries.Rd -------------------------------------------------------------------------------- /man/terrthreat.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/terrthreat.Rd -------------------------------------------------------------------------------- /man/tss_rivalries.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/tss_rivalries.Rd -------------------------------------------------------------------------------- /man/ucdp_acd.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/ucdp_acd.Rd -------------------------------------------------------------------------------- /man/ucdp_onsets.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/ucdp_onsets.Rd -------------------------------------------------------------------------------- /man/whittle_conflicts_duration.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/whittle_conflicts_duration.Rd -------------------------------------------------------------------------------- /man/whittle_conflicts_fatality.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/whittle_conflicts_fatality.Rd -------------------------------------------------------------------------------- /man/whittle_conflicts_hostility.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/whittle_conflicts_hostility.Rd -------------------------------------------------------------------------------- /man/whittle_conflicts_jds.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/whittle_conflicts_jds.Rd -------------------------------------------------------------------------------- /man/whittle_conflicts_onsets.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/whittle_conflicts_onsets.Rd -------------------------------------------------------------------------------- /man/whittle_conflicts_reciprocation.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/whittle_conflicts_reciprocation.Rd -------------------------------------------------------------------------------- /man/whittle_conflicts_startmonth.Rd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/man/whittle_conflicts_startmonth.Rd -------------------------------------------------------------------------------- /manuscript/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/Makefile -------------------------------------------------------------------------------- /manuscript/R/1-dangerous-dyads-prd.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/R/1-dangerous-dyads-prd.R -------------------------------------------------------------------------------- /manuscript/R/2-gw-civil-conflict-onset.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/R/2-gw-civil-conflict-onset.R -------------------------------------------------------------------------------- /manuscript/R/3-cow-leader-year-initiation.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/R/3-cow-leader-year-initiation.R -------------------------------------------------------------------------------- /manuscript/_output.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/_output.yaml -------------------------------------------------------------------------------- /manuscript/appendix.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/appendix.Rmd -------------------------------------------------------------------------------- /manuscript/data/modCW.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/data/modCW.rds -------------------------------------------------------------------------------- /manuscript/data/modDD.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/data/modDD.rds -------------------------------------------------------------------------------- /manuscript/data/modLY.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/data/modLY.rds -------------------------------------------------------------------------------- /manuscript/doc/abstract.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/doc/abstract.pdf -------------------------------------------------------------------------------- /manuscript/doc/appendix.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/doc/appendix.pdf -------------------------------------------------------------------------------- /manuscript/doc/memo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/doc/memo.pdf -------------------------------------------------------------------------------- /manuscript/doc/ms-anon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/doc/ms-anon.pdf -------------------------------------------------------------------------------- /manuscript/doc/ms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/doc/ms.html -------------------------------------------------------------------------------- /manuscript/inst/jpr.csl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/inst/jpr.csl -------------------------------------------------------------------------------- /manuscript/inst/refs.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/inst/refs.bib -------------------------------------------------------------------------------- /manuscript/memo.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/memo.Rmd -------------------------------------------------------------------------------- /manuscript/ms-anon.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/ms-anon.out -------------------------------------------------------------------------------- /manuscript/ms-anon.ttt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/ms-anon.ttt -------------------------------------------------------------------------------- /manuscript/ms.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/ms.Rmd -------------------------------------------------------------------------------- /manuscript/src/get_citations.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/src/get_citations.R -------------------------------------------------------------------------------- /manuscript/src/render_abstract.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/src/render_abstract.R -------------------------------------------------------------------------------- /manuscript/src/render_appendix-anon.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/src/render_appendix-anon.R -------------------------------------------------------------------------------- /manuscript/src/render_appendix.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/src/render_appendix.R -------------------------------------------------------------------------------- /manuscript/src/render_docx.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/src/render_docx.R -------------------------------------------------------------------------------- /manuscript/src/render_html.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/src/render_html.R -------------------------------------------------------------------------------- /manuscript/src/render_pdf-anon.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/src/render_pdf-anon.R -------------------------------------------------------------------------------- /manuscript/src/render_pdf.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/manuscript/src/render_pdf.R -------------------------------------------------------------------------------- /peacesciencer.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/peacesciencer.Rproj -------------------------------------------------------------------------------- /pkgdown/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/pkgdown/extra.css -------------------------------------------------------------------------------- /vignettes/.gitignore: -------------------------------------------------------------------------------- 1 | *.html 2 | *.R 3 | -------------------------------------------------------------------------------- /vignettes/bremer-example.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/vignettes/bremer-example.Rmd -------------------------------------------------------------------------------- /vignettes/coerce-dispute-year-dyad-year.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/vignettes/coerce-dispute-year-dyad-year.Rmd -------------------------------------------------------------------------------- /vignettes/democracy.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/vignettes/democracy.Rmd -------------------------------------------------------------------------------- /vignettes/different-data-types.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/vignettes/different-data-types.Rmd -------------------------------------------------------------------------------- /vignettes/fearon-laitin-example.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/vignettes/fearon-laitin-example.Rmd -------------------------------------------------------------------------------- /vignettes/joins.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/vignettes/joins.Rmd -------------------------------------------------------------------------------- /vignettes/parlor-tricks.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/vignettes/parlor-tricks.Rmd -------------------------------------------------------------------------------- /vignettes/state-systems.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/vignettes/state-systems.Rmd -------------------------------------------------------------------------------- /vignettes/versions.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svmiller/peacesciencer/HEAD/vignettes/versions.Rmd --------------------------------------------------------------------------------