From 7ca42f12f68810edc6651f082aff95d3a1e3ad7f Mon Sep 17 00:00:00 2001
From: svmiller <steven.v.miller@gmail.com>
Date: Thu, 11 Nov 2021 11:38:48 -0500
Subject: [PATCH] update

---
 NEWS.md              |  2 +-
 docs/news/index.html | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index dcc84d12..fe14feda 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-peacesciencer 0.7.0 (in development)
+peacesciencer 0.7.0
 ---------------------------------------------------------------------
 
 This is a leader-intensive update. Additions/new features include:
diff --git a/docs/news/index.html b/docs/news/index.html
index 2ca7cab4..d6874958 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -161,9 +161,9 @@ <h1 data-toc-skip>Changelog <small></small></h1>
       <small>Source: <a href='https://github.com/svmiller/peacesciencer/blob/master/NEWS.md'><code>NEWS.md</code></a></small>
     </div>
 
-    <div id="peacesciencer-070-in-development" class="section level2">
+    <div id="peacesciencer-070" class="section level2">
 <h2 class="hasAnchor">
-<a href="#peacesciencer-070-in-development" class="anchor"></a>peacesciencer 0.7.0 (in development)</h2>
+<a href="#peacesciencer-070" class="anchor"></a>peacesciencer 0.7.0</h2>
 <p>This is a leader-intensive update. Additions/new features include:</p>
 <ul>
 <li>
@@ -225,12 +225,12 @@ <h2 class="hasAnchor">
 <li>
 <code><a href="../reference/add_capital_distance.html">add_capital_distance()</a></code> now works with Correlates of War and Gleditsch-Ward data, both dyad-year and state-year.</li>
 <li>Fix bug in <code><a href="../reference/add_atop_alliance.html">add_atop_alliance()</a></code> that added 0s to years after the ATOP domain. Thanks to <a href='https://github.com/joshuaalley'>@joshuaalley</a> for pointing this out.</li>
-<li>Add/start a helper function file. These are internal functions I may need to write in order to reduce the potential of dependency issues resulting in package archival. This was necessitated by an Oct. 5, 2021 email from Brian Ripley about the slated removal of <a href="https://lubridate.tidyverse.org">lubridate</a>. Earlier versions of this package uncritically leaned on <a href="https://lubridate.tidyverse.org">lubridate</a> for functions I could either write myself (i.e. <code><a href="https://lubridate.tidyverse.org/reference/year.html">year()</a></code>, which is now <code>.pshf_year()</code>) or were already duplicated in base functions in R (i.e. <code><a href="https://lubridate.tidyverse.org/reference/ymd.html">ymd()</a></code>, a wrapper for <code><a href="https://rdrr.io/r/base/as.Date.html">as.Date()</a></code> as I use it). With it, <a href="https://lubridate.tidyverse.org">lubridate</a> is no longer a requirement for this package.</li>
+<li>Add/start a helper function file. These are internal functions I may need to write in order to reduce the potential of dependency issues resulting in package archival. This was necessitated by an Oct. 5, 2021 email from Brian Ripley about the slated removal of <a href="https://lubridate.tidyverse.org">lubridate</a>. Earlier versions of this package uncritically leaned on <a href="https://lubridate.tidyverse.org">lubridate</a> for functions I could either write myself (i.e. <code>year()</code>, which is now <code>.pshf_year()</code>) or were already duplicated in base functions in R (i.e. <code>ymd()</code>, a wrapper for <code><a href="https://rdrr.io/r/base/as.Date.html">as.Date()</a></code> as I use it). With it, <a href="https://lubridate.tidyverse.org">lubridate</a> is no longer a requirement for this package.</li>
 <li>Upgrade GML conflict data sets to 2.2.1. Fix/update documentation on this.</li>
 <li>Add dispute-level summary of GML conflict data to assist with user-run whittle functions. This is <code>gml_mid_disps</code>.</li>
 <li>Add <code>ps_conflict_type</code> attributes for some conflict data (e.g. CoW-MID, GML).</li>
 <li>Add messages about case exclusion rules to <code><a href="../reference/add_cow_mids.html">add_cow_mids()</a></code> and <code><a href="../reference/add_gml_mids.html">add_gml_mids()</a></code>.</li>
-<li>Add “whittle” class of functions. These include <code><a href="../reference/whittle_conflicts_onsets.html">whittle_conflicts_onsets()</a></code>, <code><a href="../reference/whittle_conflicts_fatality.html">whittle_conflicts_fatality()</a></code>, <code><a href="../reference/whittle_conflicts_hostility.html">whittle_conflicts_hostility()</a></code>, <code><a href="../reference/whittle_conflicts_duration.html">whittle_conflicts_duration()</a></code>, <code><a href="../reference/whittle_conflicts_reciprocation.html">whittle_conflicts_reciprocation()</a></code>, <code><a href="../reference/whittle_conflicts_startmonth.html">whittle_conflicts_startmonth()</a></code>, and <code><a href="../reference/whittle_conflicts_jds.html">whittle_conflicts_jds()</a></code>. These are admittedly gnarly function names to type out if you don’t have an IDE like Rstudio to assist you. Thus, these respective functions come with shortcuts of <code>wc_</code> (e.g. <code><a href="../reference/whittle_conflicts_onsets.html">wc_onsets()</a></code>). Check the package documentation to see what these are.</li>
+<li>Add “whittle” class of functions. These include <code><a href="../reference/whittle_conflicts_onsets.html">whittle_conflicts_onsets()</a></code>, <code><a href="../reference/whittle_conflicts_fatality.html">whittle_conflicts_fatality()</a></code>, <code><a href="../reference/whittle_conflicts_hostility.html">whittle_conflicts_hostility()</a></code>, <code><a href="../reference/whittle_conflicts_duration.html">whittle_conflicts_duration()</a></code>, <code><a href="../reference/whittle_conflicts_reciprocation.html">whittle_conflicts_reciprocation()</a></code>, <code><a href="../reference/whittle_conflicts_startmonth.html">whittle_conflicts_startmonth()</a></code>, and <code><a href="../reference/whittle_conflicts_jds.html">whittle_conflicts_jds()</a></code>. These are admittedly gnarly function names to type out if you don’t have an IDE like RStudio to assist you. Thus, these respective functions come with shortcuts of <code>wc_</code> (e.g. <code><a href="../reference/whittle_conflicts_onsets.html">wc_onsets()</a></code>). Check the package documentation to see what these are.</li>
 <li>Add <code><a href="../reference/show_duplicates.html">show_duplicates()</a></code> as a diagnostic tool. This function is useful for users who want to do some advanced stuff with data created in <a href="https://github.com/svmiller/peacesciencer/">peacesciencer</a> (e.g. merging in custom data) and want to see if they botched a merge by creating duplicate observations.</li>
 <li>Add/update stuff related to leaders. The <code>archigos</code> data frame now includes some more information about leaders (e.g. name, gender, and year of birth). <code><a href="../reference/create_leaderyears.html">create_leaderyears()</a></code> will create leader-year data as well. The next update will expand more on leader functions. For now, the ensuing output from this function is treated as synonymous to state-year data.</li>
 <li>Add <code><a href="../reference/download_extdata.html">download_extdata()</a></code> as a way of side-stepping package space limitations. Some files will have to be stored remotely and then loaded at the user’s discretion, which is what this function will do. This was largely brought on by the CoW trade data (<code>cow_trade_ndy</code>), which is also removed in this update. More data may have to be moved remotely in the future, though this package will endeavor to keep this to a bare minimum. Importantly, <code><a href="../reference/download_extdata.html">download_extdata()</a></code> keeps inventory of what it is downloading. Data information is included therein. This develop does implicitly assume that the directory in which this package is installed is writable by the user. For like 99% of users, this shouldn’t be a problem (and executing <code><a href="https://rdrr.io/r/base/libPaths.html">.libPaths()</a></code> should confirm that). Do reach out if it is.</li>
@@ -264,7 +264,7 @@ <h2 class="hasAnchor">
 <code><a href="../reference/filter_prd.html">filter_prd()</a></code> is now a shortcut for <code><a href="../reference/add_contiguity.html">add_contiguity()</a></code> and/or <code><a href="../reference/add_cow_majors.html">add_cow_majors()</a></code> if it is called near the top of the pipe (i.e. before the user executed the commands required to calculate politically relevant dyad status).</li>
 <li>Fix bug in <code><a href="../reference/add_nmc.html">add_nmc()</a></code> (and <code>cow_nmc</code>). -9 is now explicitly NA, as it should have been.</li>
 <li>Fix some typos/incomplete information in documentation. These concerned references to scholarship on these topics.</li>
-<li>Patch <code><a href="../reference/add_peace_years.html">add_peace_years()</a></code>, which can now be used anywhere in the chain of commands (instead of just last). <code><a href="../reference/add_peace_years.html">add_peace_years()</a></code> is also a bit more “general” and includes a derivation of the <code><a href="https://rdrr.io/pkg/stevemisc/man/sbtscs.html">sbtscs()</a></code> function from the <code>{stevemisc}</code> package.</li>
+<li>Patch <code><a href="../reference/add_peace_years.html">add_peace_years()</a></code>, which can now be used anywhere in the chain of commands (instead of just last). <code><a href="../reference/add_peace_years.html">add_peace_years()</a></code> is also a bit more “general” and includes a derivation of the <code>sbtscs()</code> function from the <code>{stevemisc}</code> package.</li>
 <li>Remove mandatory “system” calls in <code><a href="../reference/add_minimum_distance.html">add_minimum_distance()</a></code> and <code><a href="../reference/add_sdp_gdp.html">add_sdp_gdp()</a></code>. These merges now lean on system attributes declared in <code><a href="../reference/create_dyadyears.html">create_dyadyears()</a></code> and <code><a href="../reference/create_stateyears.html">create_stateyears()</a></code>.</li>
 <li>Remove <code>add_mids()</code>. Use <code><a href="../reference/add_gml_mids.html">add_gml_mids()</a></code> instead.</li>
 <li>Update <code>cow_ddy</code> and its documentation.</li>