Recent Releases of troopdata
troopdata - troopdata 1.0.3
- Added most recent deployment data through December 2024.
- Fixes error where some 2008 values were double counted. Germany for example.
- Adjusts count for some states like Germany and UK to better reflect troop counts assigned to those states between 2001 and 2011. This adjustment relies on the baseline data from the DMDC reports for a select group of countries and removes the added values the DMDC reports show as affiliated with those countries that are on deployment to other countries as a part of OIF or OEF operations.
- Adds the
troops_allvariable to reflect the sum of all active duty, guard, and reserve, personnel assigned to host country and removes some guard and reserve personnel that were mistakenly included in the overall total in thetroops_advariable, which should just reflect active duty personnel. - Fixed some errors where some countries were appearing twice in the data. These were primarily countries with small deployments.
- Added tests to check for duplicate entries in the data.
- R
Published by meflynn about 1 year ago
troopdata - troopdata 1.0.1
- Fixed error in Iraq troop deployment values for 2006 and 2007. The estimated values for the entire year were being used as quarterly values and summed up to create incorrect annual values.
- R
Published by meflynn almost 2 years ago
troopdata - troopdata 1.0.0
- Major rebuild of the troopdata package!
- Complete rebuild of the
get_troopdata()function to allow for more flexible data retrieval. The new data are based on a fresh scraping of the DMDC reports from 1950 through 2024. - Deployment data updated through 2024.
- Branch data now available from 1950 through 2024.
- Quarterly report values can be retrived from 2008 through 2024.
- National Guard and Reserve deployment data now available from 2008 through 2024.
- Civilian assignment data now available from 2008 through 2024.
- More flexible host search field. Search by Correlates of War country code, ISO3C country code, country name, or region.
- Now includes additional deployment data on territories not included in the original deployment data (e.g. Antarctica).
- Users can now use the
get_troopdata()function to retrieve the original DMDC reports on which the aggregate data is based.
- R
Published by meflynn about 2 years ago
troopdata - troopdata 0.1.5
- Addresses a coding error producing false 0 values for some earlier deployments.
- R
Published by meflynn over 4 years ago
troopdata - troopdata 0.1.4
- Introduces get_builddata() which returns a data frame containing location-year U.S. military construction spending in thousands of current US dollars.
- Adds option to generate regional sums of military personnel by setting host = "region" when calling get_troopdata() function.
Fixed multiple errors with get_troopdata():
- 2014 UK values were missing from data.
- Fixes error with get_troopdata() Kuwait 2006 troop values showing up as 0. Replaced with estimate derived from supplementary sources. See notes below.
- Provides updated estimated for Iraq (2006, 2007), Kuwait (2006, 2007), and Syria (2018, 2019, 2020)
- Iraq, Afghanistan, and Syria data for 2018-2020 were estimated from reports and we continue to update those numbers based on information we can get. Just Security has engaged in a legal process and sued the DOD to get precise counts of troops in Iraq, Afghanistan, and Syria, but the DOD has obfuscated the total counts by classifying the majority of deployments as temporary. Read through the whole saga here: https://www.justsecurity.org/75124/just-security-obtains-overseas-troop-counts-that-the-pentagon-concealed-from-the-public/. Thanks to Thomas Campbell at Boise State for pointing out this data. To reflect new public data, we have updated the estimates as follows:
- Changes:
- Afghanistan 2020: Updated to 8600 from 4500.
- Afghanistan 2019: Updated to 13000 from 14500
- Syria 2018: Updated to 1700 from 2000
- Syria 2019: Updated to 1000 from 400
- Syria 2020: Updated to 900 from 600
- Kuwait 2006 and 2007 numbers didn’t make sense as it goes from 42600 troops in 2005 to 0 for two years and then back up to 42285 in 2008. For 2006 and 2007, these numbers were rolled into a total “Operation Iraqi Freedom” count that included all nearby countries. We have reverse-engineered this a bit and have new numbers for Kuwait. Kuwait 2006 updated to 44,400 from 0. We got this number from 185,500 total OIF and subtracting the average from 2006 reported in the above document. Kuwait 2007 updated to 48500 from 0.
- Iraq 2006: Updated to 141100 from 185500, using 2006 average from here: https://fas.org/sgp/crs/natsec/R40682.pdf
- Iraq 2007: Updated to 170000 from 218500, source for the first number is: https://www.reuters.com/article/us-iraq-usa-pullout/timeline-invasion-surge-withdrawal-u-s-forces-in-iraq-idUSTRE7BE0EL20111215
- Iraq 2006 and 2007: Individual force counts changed to NA.
These numbers continue to be estimates in a few cases, so we will continue to update these numbers as we get more reliable figures.
- R
Published by meflynn almost 5 years ago
troopdata - troopdata 0.1.3
This release corrects an error wherein Kane's original data classified Vietnam as hosting US troops during the Vietnam War, while COW recognizes South Vietnam as a separate country during this time period.
- R
Published by meflynn over 5 years ago
troopdata - troopdata 0.1.1
This is a small update to the troopdata package that includes the following:
- Allows for use of iso3c country codes when specifying host countries.
- Includes full country and host territory names under the
countrynamevector.
- R
Published by meflynn over 5 years ago
troopdata - troopdata 0.1.0
- troopdata version 1.0.0 release!
- New package providing access to US military deployment and overseas basing data
get_troopdata()returns a data frame of country-year observations with options to return total troop deployment values or service branch-specific deployment valuesget_basedata()returns a data frame containing David Vine's US basing data with options to return site-specific data or country-level base count data.- Minor bug fixes
- R
Published by meflynn over 5 years ago