2023-03-21

Package

  • Closed #61 by adding a ´generate_memberships()´ function for programmatically creating random, fictional, environmental agreements and members to those agreements

Data

  • Closed #67 by verifying Beg, End, Signature, and Force in HUGGO dataset
  • Verified Title, Beg, End, Signature, Force, and url for 465 treaties in HUGGO dataset (see HUGGO_verified.csv)
  • Verified Title, Beg, End, Signature, Force, and url for 196 treaties present in ECOLEX, IEADB, CIEISIN, and HEIDI datasets added to HUGGO dataset (see HUGGO_additional.csv)
  • Added 70 formatted treaty texts in ‘TreatyTexts’ folder
  • Added 469 new raw treaty texts, along with other 876 unformatted texts from previous versions of HUGGO, in ‘TreatyTexts’ folder

2022-10-11

Data

  • Corrected coding mistakes with HUGGO and AIGGO datasets in ‘agreements’ database
  • Corrected coding mistakes with HUGGO_MEM in ‘memberships’ database

2022-10-10

Package

  • Added ´generate_agreements()´ function for programmatically creating random, fictional, environmental agreement titles

Data

  • Closed #59 by dividing coded datasets into HUGGO and AIGGO
  • Added MEA edges and nodes data to HUGGO_MEM and HUGGO respectively

2022-08-16

Package

  • Closed #57 by switching back to original logo size.
  • Updated workflow files to include package caching.

Data

  • Changed class from ‘messydt’ to ‘mdate’ for date variables (Beg, Signature, Force, End, Rat, SignatureCountry, and Term) across all databases using messydates::as_messydate().
  • Re-exported treaty texts after standardising with manypkgs::standardise_treaty_text().
  • Added accessionC and accessionP variables in GNEVAR dataset in agreements database using manypkgs::code_accession_terms(). These variables code the accession conditions (such as whether it is open to all states) and procedures (for example by majority voting) respectively that are stipulated in treaties for states acceding to a treaty.

2022-03-16

Package

  • Closed #53 by adding Shinyapp folders, dashboard vignette and connecting to a Shinyapp account.

Data

  • Closed #15 by adding International Regimes Database to the regimes database.
  • Fixed #55 by renaming variables in database to avoid ambiguity
    • Renamed variables “L”, “D”, and “J” in the agreements database “DocType”, “AgreementType”, and “GeogArea” respectively
    • Renamed variables “L” and “SignatureC” in memberships database “DocType” and “SignatureCountry” respectively

2022-02-03

Package

  • Fixed #46 by simplifying tests for texts database
  • Fixed #48 by moving to bootstrap 5 in pkgdown file
  • Closed #43 by using treaty texts to create code_lineage

Data

Added datasets * Closed #13 by web scraping YIO pages * Added HEIDI dataset

Added columns in datasets * Closed #42 by adding Lineage column in datasets in agreements database * Closed #44 by adding membership column

2021-11-23

Package

  • Closed #39 by renaming qEnviron to manyenviron
  • Added a vignette about connecting environmental treaties
    • Closed #38 by adding memberships plot to vignette
    • Closed #37 by adding lineage plot to vignette
    • Closed #35 by fixing issues with lineage plots
  • Fixed #32 by deleting “Title.rda” file

Data

  • Modified the ways in which treaty texts are gathered and stored
    • Closed #41 by setting up a scraping script for treaty text to avoid storing raw data
    • Treaty texts data are stored in one dataset from multiple sources to avoid redundancy
  • Fixed #40 by correcting the class and order in which variables appear in datasets
  • Closed #36 by re-ordering the datasets columns in all databases
  • Fixed #34 by putting id column first in references dataset
  • Fixed #33 by making sure all datasets are in tibble format