Skip to content

Commit

Permalink
Input-output analytical tables: methods and application to UK Nationa…
Browse files Browse the repository at this point in the history
…l Accounts
  • Loading branch information
antaldaniel committed Nov 29, 2018
1 parent 3907c62 commit 46c500e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^CRAN-RELEASE$
^.*\.Rproj$
^\.Rproj\.user$
^README\.Rmd$
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: iotables
Type: Package
Title: Importing and Manipulating Symmetric Input-Output Tables
Version: 0.3.5
Version: 0.3.6
Authors@R: person("Daniel", "Antal", role = c("aut", "cre"), email = "[email protected]")
Maintainer: Daniel Antal <[email protected]>
Description: Pre-processing tasks related to working with Eurostat's symmetric input-output
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,7 @@ Error corrected concerning creation of temporary files on non-Windows environmen
# iotables 0.3.5
* New function `iotable_year_get()` which returns the available tables by year or time from the bulk database for a given country and currency unit.
* Package now handles `Use table at basic prices` (naio_10_cp1610 and naio_10_pyp1610), `Supply table at basic prices incl. transformation into purchasers' prices` (naio_10_cp15), `Use table at purchasers' prices` (naio_10_cp16) after correcting a vocabulary error.
* This version is a release candidate for CRAN.


# iotables 0.3.6
4 changes: 3 additions & 1 deletion vignettes/working_with_eurostat.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ Apart from handing a vast and not always well-documented vocabulary, the user is

You are most likely to work with the product x product tables. For the availability of outher data see `?iotables_download`.

The analytical functions are presented at greater detail in the _Germany 1990_ vignette. The numbering of the equations refers to the [Eurostat Manual of Supply, Use and Input-Output Tables](http://ec.europa.eu/eurostat/documents/3859598/5902113/KS-RA-07-013-EN.PDF/b0b3d71e-3930-4442-94be-70b36cea9b39?version=1.0) (Eurostat Manual, Chapter 15.)
The analytical functions are presented at greater detail in the _Germany 1990_ vignette. The numbering of the equations refers to the [Eurostat Manual of Supply, Use and Input-Output Tables](http://ec.europa.eu/eurostat/documents/3859598/5902113/KS-RA-07-013-EN.PDF/b0b3d71e-3930-4442-94be-70b36cea9b39?version=1.0) (Eurostat Manual, Chapter 15.) The manual was prepared in 2008 under the ESA 95 standards. Currently Eurostat uses the ESA 2010 definitions, and some indicators in the manual are no longer available. In most uses this will not cause a problem.

Another very useful source of information on how to work with the tables [Input-output analytical tables: methods and application to UK National Accounts](https://www.ons.gov.uk/economy/nationalaccounts/supplyandusetables/articles/inputoutputanalyticaltables/methodsandapplicationtouknationalaccounts). Since the United Kingdom at the time of writing the article was a member of the European Union, her national accounts follow the EU ESA standards.

##Getting and processing Eurostat data

Expand Down

0 comments on commit 46c500e

Please sign in to comment.