Changelog
manytrade 0.3.0
2023-03-22
Data
- Closed #34 by verifying MetaData (
Signature
,Force
,End
,Parties
,url
) for trade agreements in the HUGGO dataset in the agreements database - Added 510 treaty texts (375 unformatted, 135 formatted ) for the agreements in the HUGGO dataset in the agreements database
- Metadata (
Signature
,Force
,End
,Parties
,url
) confirmed for 549 agreements in the HUGGO dataset in the agreements database
manytrade 0.2.0
2022-10-17
Data
- Added
HUGGO
andAIGGO
datasets to theagreements
database.-
HUGGO
dataset contains manually coded or verified data and treaty texts, replacing theGNEVAR_TXT
dataset in the texts database. -
AIGGO
dataset contains programatically coded information on text treaties such as accession conditions and procedures that were coded usingmanypkgs::code_accession()
, replacing theGNEVAR
dataset.
-
- Deleted texts database since all treaty texts are now stored in
HUGGO
. - Treaty texts were cleaned again using the updated
manypkgs::standardise_treaty_text()
.
manytrade 0.1.2
2022-07-13
Data
- Added
GNEVAR
dataset toagreements
database.- The
GNEVAR
dataset builds on existing data in the agreements database (from GPTAD, DESTA, LABPTA, and TREND datasets), adding variables for membership conditions and membership procedures usingmanypkgs::code_accession_terms()
and more precise dates of signature for trade agreements (see bullet point below). - Closed #6 by adding more precise dates of signature (in YYYY-MM-DD format) to GNEVAR dataset. These dates are extracted from trade agreements texts stored in the
texts
database, and improve on the dates in theDESTA
,LABPTA
, andTREND
datasets that only contain the year of signature and entry into force. Dates fromTOTA
andGPTAD
datasets are retained since they are precise (YYYY-MM-DD format).
- The
- Added
texts
database with trade agreements texts.- Closed #17 by adding texts for trade agreements listed in the
agreements
database. To avoid overlaps, the texts are added to a combinedGNEVAR_TXT
dataset. - Closed #9 by incorporating TOTA database to the
GNEVAR_TXT
dataset in thetexts
database and added metadata toTOTA
dataset inagreements
database.
- Closed #17 by adding texts for trade agreements listed in the
- Changed class from ‘messydt’ to ‘mdate’ for
Beg
,Signature
, andForce
variables in datasets inagreements
,memberships
, andtexts
databases. - Overhaul of
DESTA_REF
dataset inreferences
database. The dataset traces the relationship (amends or cites) between the trade agreements in the original DESTA dataset.
manytrade 0.1.1
2022-03-23
Package
- Closed #19 by merging
manytrade::code_countryname()
functionality intomanystates::code_states()
. - Fixed #21 by redirecting reference to master branch to main branch in pushrelease workflow.
- Closed #14 by adding codefactor and lintr to package workflows and as badges.
Data
- Fixed #23 by amending regex list stored in package and modifying
manystates::code_states()
to return original names if unmatched in regex list. - Fixed #22 and #24 by renaming variables in databases.
- Renamed “treaty_ID” and “many_ID” across all databases to “treatyID” and “manyID” respectively.
- Renamed “L”, “D”, and “J” in the agreements database “DocType”, “AgreementType”, and “GeogArea” respectively.
- Reformatted “Beg”, “Signature”, “Force” variables from YYYY format to YYYY-MM-DD format in
DESTA
,TREND
,LABPTA
datasets to be consistent across theagreements
database. - Recoded
DocType
variable inGPTAD
dataset to remove ambiguity in coding - Added
GeogArea
variable inGPTAD
dataset to remove - Checked for duplicate entries in
agreements
andmemberships
datasets usingmanyID
,treatyID
,CountryID
,CountryName
andBeg
variables and removed duplicate entries