Recent Releases of iotables

iotables - 0.9.4

This CRAN release focuses on stability, documentation, and preparing the ground for a forthcoming major release:

  • Dependencies: Updated for modern dplyr and tidyr, removed use of deprecated mutate_if() and plyr::mapvalues().
  • Bug fixes:
    • Restored reproducibility of the germany_1995 dataset from the Eurostat Manual (Beutel, 2008).
    • Corrected documentation mismatches for datasets and test results.
    • Improved spelling consistency (en-GB).
  • Documentation:
    • Expanded vignette on terminology (work in progress) to align future terminology with Eurostat, UN, and OECD manuals.
    • Clarified dataset origins (netherlands_2000, uk_test_results, germany_airpol) and improved examples/tests against published results.
    • Improved developer notes in data-raw/ to ensure reproducibility of bundled datasets.
    • Improved and modernised testthat suite for better unit testing and 153 new unit tests.
    • Website: cleaned configuration, fixed missing URL and reference errors.

This version maintains backward compatibility with previous 0.9.3 (CRAN) releases, while setting the stage for a future 1.0 release with extended SIOT sources, enhanced reliability, and new functionality.

What's Changed

  • Devel by @antaldaniel in https://github.com/rOpenGov/iotables/pull/31
  • Devel by @antaldaniel in https://github.com/rOpenGov/iotables/pull/40
  • documentation and test improvements by @antaldaniel in https://github.com/rOpenGov/iotables/pull/41

Full Changelog: https://github.com/rOpenGov/iotables/compare/0.9.3...0.9.4

- R
Published by antaldaniel 7 months ago

iotables - Minor release

  • Adjustment for continued compatibility with eurostat dependency
  • Tidyverse changes
  • Documentation improvements
  • DOI: 10.5281/zenodo.10472240

- R
Published by antaldaniel about 2 years ago

iotables - 0.9.1 Documentation improvement and bug fix

  • Documentation improvement
  • Fix for bug issue 22 - thanks for reporting it.

- R
Published by antaldaniel over 3 years ago

iotables - 0.9.0 CRAN release with vignette fixes

This is a patch for a vignette that has occassional building problems, and the last release before the major release 1.0 with a long-form publication.

Please take a look at the iotables: an r Package for Reproducible Input-Output Economics Analysis, Economic and Environmental Impact Assessment with Empirical Data manuscript to describe in more detail for a journal submission the methodology and further development philosophy of iotables.

- R
Published by antaldaniel about 4 years ago

iotables - 0.4.7 CRAN release

Introduces environmental impact analyis.

- R
Published by antaldaniel over 4 years ago

iotables - 0.4.6 CRAN release

Full Changelog: https://github.com/rOpenGov/iotables/compare/0.4.4...0.4.6

- R
Published by antaldaniel over 4 years ago

iotables - 0.4.4 CRAN release

This new release implements good coding and documenting practices, and brings the package up-to-date with the maturing tidyverse dependencies. It implements new, clearer practices of non-standard evaluation.

- R
Published by antaldaniel almost 5 years ago

iotables - New CRAN release

The new release has few new functionality (working better with downloads and temporary files to speed up the first part of the workflow) but plenty of documentationn improvements.

- R
Published by antaldaniel almost 6 years ago

iotables - Simpler interface, new vignette, cross-checked against published results.

This is a much improved version with highly improved performance, more consistent function interface and far more readable code. The last CRAN release is stable, the following version will be a stable, better release candidate.

New vignette United Kingdom Input-Output Analytical Tables to compare analytical function results with published results from the UK National Office for Statistics.

The package website has already three long vignettes.

- R
Published by antaldaniel about 7 years ago

iotables - New release with cross-verification vignettes

This is a much improved, simplified version, with highly improved performance, more consistent function interface and far more readable code.

  • The Germany example is converted to theESA2010 vocabulary.
  • A completely new dataset, metadata and vignette was added to test the functions on the United Kingdom Input-Output Analytical Tables, 2010. article and dataset.
  • The new function supplementary_add() can add a supplementary account or row to the table, useful to add employment data, for example.
  • The new function total_tax_add() adds a summary of product and production taxes among the primary inputs.
  • Clearly divided analytical functions, direct_effects_create() ,indirect_effects_create(), input_multiplier_create() create the direct, indirect and total effects matrix.

- R
Published by antaldaniel over 7 years ago

iotables - 0.3.5 New tables

An ESA vocabulary mistake prevented the correct handling of use tables. Currently the package is tested for all Eurostat use and supply tables.

- R
Published by antaldaniel over 7 years ago

iotables - New vignettes and website

At last!

You can review the new vignettes on http://iotables.ceemid.eu/

- R
Published by antaldaniel over 7 years ago

iotables - 0.3.3 new vignette and new functionality

  1. Output coefficients, output multipliers
  2. Backward and forward linkages
  3. Vignette
  4. Several smaller fixes in the documentation and the code.

- R
Published by antaldaniel over 7 years ago

iotables - Bug fixes and efficiency gains

  1. Better exception handling in equation_solve(). Removes trivially erroneous, all-zero columns.
  2. Efficiency gains in indicator and multiplier creation.
  3. New function to create backward linkages.

- R
Published by antaldaniel over 7 years ago

iotables - 0.3.1. Much faster release

The data manipulation functions now used nested data frames, resulting in many-many times faster run times in real-data scenarios. Many small bugs are corrected and exceptions are handled.

- R
Published by antaldaniel over 7 years ago

iotables - 0.2.9 with SNA 2010 tables, margins and taxes.

You can work now with trade and transport margins and taxes. Many small improvements and small bug fixes since 0.2.0 that was first released on CRAN on 30 January 2018.

- R
Published by antaldaniel over 7 years ago