- redo documentation
- small general fixes
- add ORCID
- documentation updates
- Added Koopman-Wang-Wei (KWW) decompositon and function to aggregate WWZ to KWW decomposition
- 2x performance improvement through C-code and matrixStats dependency
- Improved code security through additional checks
- Enhanced documentation providing more details about methods and resulting objects
- documentation redone
- code refactoring
- added v
- fix post multiplication "final_demand" of leontief()
- add post-multiplication argument to leontief method
- remove leontief_output(), functionality moved to leontief()
- use ellipsis for decomp function
- remove vertical_specialisation and vertical_specialization, will be included in gvc package
- add some attributes to output t.b. used by gvc package
- change the output format of leontief and leontief-output to long form (tidy data)
- add columns country and sectors names
- add DViX_Fsr to wwz
- add Vignette (decompr)
- add tests
- add Travis-CI support
- add coveralls.io support
- add a leontief_output decomposition method
- update the README.md file
- add warning when no method is specified in decomp (default is Leontief as of v.2)
- make load_tables_vectors default
- change notice to reflect new default
- update examples and data to reflect lt
- replace use of 2 dimensional arrays with matrices
- more efficient construction of rownam and z1
- replace use of length(k) with G
- replace use of various inefficient uses of diag() (e.g. with Vhat)
- improved spacing of code for legibility
- make leontief default method
- add notice
- fix citations etc.
- add load_tables_vectors to input in simple form
- update authors
- update citation code
- use " in stead of ' in examples and function arguments
- use match.arg for method in decomp function
- update references
- include more descriptive description
- update example data to regional tables for faster computations
- put back examples for non-decomp functions
- remove examples other than for decomp function, to pass CRAN test in time
- add cran-comments.md
- functions names use underscores in stead of periods
- method names use underscores in stead of periods
- examples reflect the above changes
- WIOD data set is now compressed using bzip2
- included this news file
- citation information is included
- example data set in included
- examples are included