From 46c500e78ec41496dbeed0684cb7c89c0ffd7f75 Mon Sep 17 00:00:00 2001 From: antaldaniel Date: Thu, 29 Nov 2018 19:15:14 +0100 Subject: [PATCH] Input-output analytical tables: methods and application to UK National Accounts --- .Rbuildignore | 1 + DESCRIPTION | 2 +- NEWS.md | 4 ++++ vignettes/working_with_eurostat.Rmd | 4 +++- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 95e6255..1687274 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,3 +1,4 @@ +^CRAN-RELEASE$ ^.*\.Rproj$ ^\.Rproj\.user$ ^README\.Rmd$ diff --git a/DESCRIPTION b/DESCRIPTION index 3dde2dd..217016e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "daniel.antal@ceemid.eu") Maintainer: Daniel Antal Description: Pre-processing tasks related to working with Eurostat's symmetric input-output diff --git a/NEWS.md b/NEWS.md index 882ee56..b4a3714 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/vignettes/working_with_eurostat.Rmd b/vignettes/working_with_eurostat.Rmd index 83c3ab7..1ced453 100644 --- a/vignettes/working_with_eurostat.Rmd +++ b/vignettes/working_with_eurostat.Rmd @@ -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