From c986ba2b0fd75d3796da03cb6350526061b695fb Mon Sep 17 00:00:00 2001 From: pitkant Date: Tue, 1 Jun 2021 19:58:30 +0300 Subject: [PATCH] Url fixes, pkgdown site rebuilt --- DESCRIPTION | 5 +- NEWS.md | 8 +- R/data_germany.R | 2 +- README.Rmd | 4 +- README.md | 4 +- docs/404.html | 128 +++----- docs/CODE_OF_CONDUCT.html | 51 ++-- docs/LICENSE-text.html | 21 +- docs/apple-touch-icon-120x120.png | Bin 8996 -> 8996 bytes docs/apple-touch-icon-60x60.png | Bin 3772 -> 3772 bytes docs/apple-touch-icon-76x76.png | Bin 5167 -> 5167 bytes docs/apple-touch-icon.png | Bin 8996 -> 8996 bytes docs/articles/germany_1990.html | 84 +++--- docs/articles/index.html | 21 +- docs/articles/united_kingdom_2010.html | 224 +++++++------- docs/articles/working_with_eurostat.html | 182 ++++++------ docs/authors.html | 24 +- docs/favicon-16x16.png | Bin 1187 -> 1187 bytes docs/favicon-32x32.png | Bin 1961 -> 1961 bytes docs/index.html | 100 ++++--- docs/news/index.html | 275 ++++++------------ docs/pkgdown.css | 22 +- docs/pkgdown.js | 2 +- docs/pkgdown.yml | 8 +- docs/reference/backward_linkages.html | 63 ++-- docs/reference/check_digits.html | 23 +- docs/reference/coefficient_matrix_create.html | 112 +++---- docs/reference/conforming_vector_create.html | 38 ++- docs/reference/create_knitr_table.html | 41 +-- docs/reference/croatia_2010_1700.html | 23 +- docs/reference/croatia_2010_1800.html | 23 +- docs/reference/croatia_2010_1900.html | 23 +- docs/reference/croatia_employment_2013.html | 23 +- .../croatia_employment_aggregation.html | 23 +- docs/reference/direct_effects_create.html | 62 ++-- docs/reference/employment_get.html | 47 +-- docs/reference/employment_metadata.html | 23 +- docs/reference/empty_remove.html | 23 +- docs/reference/equation_solve.html | 46 +-- docs/reference/forward_linkages.html | 54 ++-- docs/reference/germany_1990.html | 25 +- docs/reference/household_column_find.html | 28 +- docs/reference/household_column_get.html | 66 +++-- docs/reference/index.html | 53 ++-- docs/reference/indirect_effects_create.html | 62 ++-- .../input_coefficient_matrix_create.html | 103 ++++--- docs/reference/input_flow_get.html | 35 ++- docs/reference/input_indicator_create.html | 48 +-- docs/reference/input_multipliers_create.html | 58 ++-- docs/reference/iotable_get.html | 33 ++- docs/reference/iotable_year_get.html | 34 ++- docs/reference/iotables.html | 21 +- docs/reference/iotables_download.html | 38 ++- docs/reference/iotables_metadata_get.html | 107 ++++--- docs/reference/iotables_read_tempdir.html | 105 ++++--- docs/reference/is_html_output.html | 21 +- docs/reference/is_latex_output.html | 21 +- docs/reference/leontieff_inverse_create.html | 33 ++- docs/reference/leontieff_matrix_create.html | 33 ++- docs/reference/matrix_round.html | 23 +- docs/reference/metadata.html | 23 +- docs/reference/metadata_uk_2010.html | 23 +- docs/reference/multiplier_create.html | 59 ++-- docs/reference/netherlands_2006.html | 23 +- docs/reference/non_zero_columns_find.html | 23 +- .../output_coefficient_matrix_create.html | 62 ++-- docs/reference/output_get.html | 34 ++- docs/reference/output_multiplier_create.html | 42 +-- docs/reference/pipe.html | 66 +++-- docs/reference/primary_input_get.html | 31 +- docs/reference/primary_inputs.html | 23 +- docs/reference/quadrant_separator_find.html | 23 +- docs/reference/round_table.html | 23 +- docs/reference/supplementary_add.html | 210 ++++++------- docs/reference/total_tax_add.html | 204 ++++++------- docs/reference/uk_2010_data.html | 23 +- docs/reference/uk_2010_get.html | 31 +- docs/reference/uk_2010_results_get.html | 31 +- docs/reference/uk_test_results.html | 23 +- docs/reference/validate_source.html | 23 +- man/germany_1990.Rd | 2 +- 81 files changed, 1982 insertions(+), 1779 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index cb78130..582ab4a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,7 @@ Package: iotables Type: Package Title: Importing and Manipulating Symmetric Input-Output Tables +Date: 2021-06-01 Version: 0.4.4 Authors@R: c(person("Daniel", "Antal", role = c("aut", "cre"), @@ -18,7 +19,7 @@ Description: Pre-processing and basic analytical tasks related to working with Eurostat's symmetric input-output tables and provide basic input-output economics calculations. The package is part of rOpenGov to open source open government initiatives. -URL: http://iotables.dataobservatory.eu/ +URL: https://iotables.dataobservatory.eu/ BugReports: https://github.com/rOpenGov/iotables/issues License: MIT + file LICENSE Encoding: UTF-8 @@ -46,6 +47,6 @@ Suggests: rmarkdown, spelling, covr -Depends: R(>= 2.10.0) +Depends: R(>= 3.5.0) VignetteBuilder: knitr Language: en-US diff --git a/NEWS.md b/NEWS.md index d54c94c..4e4ae57 100644 --- a/NEWS.md +++ b/NEWS.md @@ -67,7 +67,7 @@ Error corrected concerning creation of temporary files on non-Windows environmen * Better exception handling in `equation_solve()`. Removes trivial erroneous, all-zero columns. Efficiency gains in indicator and multiplier creation. New function to create backward linkages. Released on CRAN. # iotables 0.3.3 -* New vignette [Germany 1990](http://iotables.ceemid.eu/articles/germany_1990.html) with the [Eurostat Manual of Supply, Use and Input-Output Tables](https://ec.europa.eu/eurostat/documents/3859598/5902113/KS-RA-07-013-EN.PDF/b0b3d71e-3930-4442-94be-70b36cea9b39?version=1.0) example tables to show the working of the data processing and analytical functions. +* New vignette [Germany 1990](https://iotables.ceemid.eu/articles/germany_1990.html) with the [Eurostat Manual of Supply, Use and Input-Output Tables](https://ec.europa.eu/eurostat/documents/3859598/5902113/KS-RA-07-013-EN.PDF/b0b3d71e-3930-4442-94be-70b36cea9b39?version=1.0) example tables to show the working of the data processing and analytical functions. * Finding an exception in the Eurostat vocabulary that preventing correctly identifying the "Computer programming, consultancy and related services; Information services" industry in the rows. This is a critical problem in the Eurostat bulk files that prevents the creation of symmetric matrixes. * Minor bug fixes. * New function `output_coefficient_matrix_create()` @@ -77,9 +77,9 @@ Error corrected concerning creation of temporary files on non-Windows environmen # iotables 0.3.4 * New function `direct_effects()` which calculates all input indicators that `input_indicator_create()` does individually. -* New vignette to [work with real Eurostat data](http://iotables.ceemid.eu/articles/working_with_eurostat.html). -* New [package website](http://iotables.ceemid.eu/). -* The [ReadMe](http://iotables.ceemid.eu/index.html) file shortened, most of the contents are moved now to the two vignettes. +* New vignette to [work with real Eurostat data](https://iotables.ceemid.eu/articles/working_with_eurostat.html). +* New [package website](https://iotables.ceemid.eu/). +* The [ReadMe](https://iotables.ceemid.eu/index.html) file shortened, most of the contents are moved now to the two vignettes. # 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. diff --git a/R/data_germany.R b/R/data_germany.R index 6bf1574..297b30e 100644 --- a/R/data_germany.R +++ b/R/data_germany.R @@ -6,7 +6,7 @@ #' stores the highly structured SIOTs in long-form tidy datasets. #' The labels were slightly alterred to reflect the transition from the vocabulary #' of ESA95 to ESA2010 since the publication of the Manual. -#' @source \href{http://ec.europa.eu/eurostat/documents/3859598/5902113/KS-RA-07-013-EN.PDF/b0b3d71e-3930-4442-94be-70b36cea9b39?version=1.0}{Eurostat Manual of Supply, Use and Input-Output Tables} p 492 +#' @source \href{https://ec.europa.eu/eurostat/documents/3859598/5902113/KS-RA-07-013-EN.PDF/b0b3d71e-3930-4442-94be-70b36cea9b39?version=1.0}{Eurostat Manual of Supply, Use and Input-Output Tables} p 492 #' @usage data(germany_1990) #' @format A data frame with 228 observations and 10 variables. #'\describe{ diff --git a/README.Rmd b/README.Rmd index 09eba11..514fc77 100644 --- a/README.Rmd +++ b/README.Rmd @@ -88,7 +88,7 @@ The `cp` element refers to basic prices and the `pyp` to previous years' prices. Given the complexity of the data used by the package, probably the use of the vignettes is needed to get a start. -The [Germany 1990](https://iotables.dataobservatory.eu/articles/germany_1990.html) vignette presents most of the examples of 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.) This is a good introduction to understand what will the functions do, and to check that they work correctly. The `testthat` infrastructure of the package checks the proper working of the functions against the published results from the `Eurostat Manual`. +The [Germany 1990](https://iotables.dataobservatory.eu/articles/germany_1990.html) vignette presents most of the examples of the [Eurostat Manual of Supply, Use and Input-Output Tables](https://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.) This is a good introduction to understand what will the functions do, and to check that they work correctly. The `testthat` infrastructure of the package checks the proper working of the functions against the published results from the `Eurostat Manual`. The [Working with Eurostat Data](https://iotables.dataobservatory.eu/articles/working_with_eurostat.html) vignette shows how you can download, pre-process and use real data from Eurostat. @@ -107,7 +107,7 @@ Contributions are very welcome: **Kindly cite this work** as follows: -Daniel Antal. (2020, May 19). rOpenGov/iotables: Importing and Manipulating Symmetric Input-Output Tables (Version 0.4.3). Zenodo. [http://doi.org/10.5281/zenodo.3839319](http://doi.org/10.5281/zenodo.3839319) for released version. +Daniel Antal. (2020, May 19). rOpenGov/iotables: Importing and Manipulating Symmetric Input-Output Tables (Version 0.4.3). Zenodo. [https://doi.org/10.5281/zenodo.3839319](https://doi.org/10.5281/zenodo.3839319) for released version. Development version: URL: [https://ropengov.github.io/iotables/](https://ropengov.github.io/iotables/) Thanks to [\@KKulma](https://github.com/KKulma/) for setting up new and improved continuous integration, and [\@pitkant](https://github.com/pitkant) for implementing many good practices on improving the code. See [contributors](https://github.com/ropengov/iotables/graphs/contributors). This project is part of [rOpenGov](http://ropengov.org). diff --git a/README.md b/README.md index 8f686d4..94ac397 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The [Germany 1990](https://iotables.dataobservatory.eu/articles/germany_1990.html) vignette presents most of the examples of 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) +Tables](https://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.) This is a good introduction to understand what will the functions do, and to check that they work correctly. The `testthat` infrastructure of the package checks the proper working of @@ -150,7 +150,7 @@ Contributions are very welcome: Daniel Antal. (2020, May 19). rOpenGov/iotables: Importing and Manipulating Symmetric Input-Output Tables (Version 0.4.3). Zenodo. - for released version. + for released version. Development version: URL: Thanks to [@KKulma](https://github.com/KKulma/) for setting up new and diff --git a/docs/404.html b/docs/404.html index 80f1fbf..210cff5 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,74 +1,34 @@ - - - - + + + + - Page not found (404) • iotables - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - - -
-
- + +
+ - - -
+
+
-
- +
+ + - - diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html index d475f2d..c2ddf9e 100644 --- a/docs/CODE_OF_CONDUCT.html +++ b/docs/CODE_OF_CONDUCT.html @@ -52,6 +52,8 @@ + + @@ -63,9 +65,16 @@ + + + + + + +