Skip to content

Commit

Permalink
url changes
Browse files Browse the repository at this point in the history
  • Loading branch information
antaldaniel committed Dec 18, 2021
1 parent 3780eb9 commit 2f2433b
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 37 deletions.
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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.
* New vignette [Germany 1990](https://iotables.dataobservatory.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()`
Expand All @@ -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](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.
* New vignette to [work with real Eurostat data](https://iotables.dataobservatory.eu/articles/working_with_eurostat.html).
* New [package website](https://iotables.dataobservatory.eu/).
* The [ReadMe](https://iotables.dataobservatory.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.
Expand Down Expand Up @@ -139,7 +139,7 @@ turned out that a dependency is not available for i386-pc-solaris2.10 (32-bit).
# iotables 0.4.4
* Very small documentation changes.
* Changing the code to dplyr 1.0+ and rlang in non-standard evaluation.
* New website, CI on Github. Renewed [![codecov](https://codecov.io/gh/rOpenGov/iotables/branch/master/graph/badge.svg?token=cnYWtcC81E)](https://codecov.io/gh/rOpenGov/iotables), documentation changed to gfm flavored markdown.
* New website, CI on Github. Renewed [![codecov](https://codecov.io/gh/rOpenGov/iotables/branch/master/graph/badge.svg)](https://app.codecov.io/gh/rOpenGov/iotables), documentation changed to gfm flavored markdown.
* 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).
* 0.4.4 is on CRAN.

Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version <- gsub('-', '.', version)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/iotables)](https://cran.r-project.org/package=iotables)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5790209.svg)](https://doi.org/10.5281/zenodo.5790209)
[![license](https://img.shields.io/badge/license-MIT + file LICENSE-lightgrey.svg)](https://choosealicense.com/)
[![codecov](https://codecov.io/gh/rOpenGov/iotables/branch/master/graph/badge.svg?token=cnYWtcC81E)](https://codecov.io/gh/rOpenGov/iotables)
[![codecov](https://codecov.io/gh/rOpenGov/iotables/branch/master/graph/badge.svg)](https://app.codecov.io/gh/rOpenGov/iotables)
[![Follow rOpenGov](https://img.shields.io/twitter/follow/ropengov.svg?style=social)](https://twitter.com/intent/follow?screen_name=ropengov)
[![Follow author](https://img.shields.io/twitter/follow/antaldaniel.svg?style=social)](https://twitter.com/intent/follow?screen_name=antaldaniel)

Expand Down Expand Up @@ -64,7 +64,7 @@ devtools::install_github("rOpenGov/iotables")
#devtools::install_github("rOpenGov/iotables", build_vignettes = TRUE)
```

You can download the manual in PDF for the [0.4.6 development release](https://retroharmonize.dataobservatory.eu/iotables_0.4.6.pdf). and follow the changes on the [NEWS.md](https://github.com/rOpenGov/iotables/blob/master/NEWS.md) file.
You can download the manual in PDF for the [0.4.6 development release](https://iotables.dataobservatory.eu/iotables_0.4.6.pdf). and follow the changes on the [NEWS.md](https://github.com/rOpenGov/iotables/blob/master/NEWS.md) file.

## Vignettes

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
downloads](https://cranlogs.r-pkg.org/badges/iotables)](https://cran.r-project.org/package=iotables)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5790209.svg)](https://doi.org/10.5281/zenodo.5790209)
[![license](https://img.shields.io/badge/license-MIT%20+%20file%20LICENSE-lightgrey.svg)](https://choosealicense.com/)
[![codecov](https://codecov.io/gh/rOpenGov/iotables/branch/master/graph/badge.svg?token=cnYWtcC81E)](https://codecov.io/gh/rOpenGov/iotables)
[![codecov](https://codecov.io/gh/rOpenGov/iotables/branch/master/graph/badge.svg)](https://app.codecov.io/gh/rOpenGov/iotables)
[![Follow
rOpenGov](https://img.shields.io/twitter/follow/ropengov.svg?style=social)](https://twitter.com/intent/follow?screen_name=ropengov)
[![Follow
Expand Down Expand Up @@ -75,8 +75,8 @@ devtools::install_github("rOpenGov/iotables")
```

You can download the manual in PDF for the [0.4.6 development
release](https://retroharmonize.dataobservatory.eu/iotables_0.4.6.pdf).
and follow the changes on the
release](https://iotables.dataobservatory.eu/iotables_0.4.6.pdf). and
follow the changes on the
[NEWS.md](https://github.com/rOpenGov/iotables/blob/master/NEWS.md)
file.

Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Test environments
* local Window 10 install, r-version 4.1.2
* Microsoft Windows Server 2019 10.0.17763 on Github (r-version: release)
* Mac OS X 11.6.1 on Github (r-version: release)
* ubuntu 20.04.3 on Github (r-version: release)
* ubuntu 20.04.3 on Github (r-version: devel)
* r_hub: Ubuntu Linux 20.04.1 LTS, R-release, GCC
Expand All @@ -15,8 +14,8 @@ FAIL 0 | WARN 0 | SKIP 0 | PASS 50
0 errors √ | 0 warnings √ | 0 notes √

## Notes
This version is eliminates deprecated functions from tidyverse, particularly
* dplyr mutate_if, mutate_at funs, group_by
This version of iotables has no new functionality It eliminates deprecated functions from tidyverse, particularly
* dplyr mutate_if, mutate_at, funs, group_by
* tidyselect one_of
* tidyr gather, and most instances of spread.

Expand Down
23 changes: 12 additions & 11 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ articles:
intro: intro.html
united_kingdom_2010: united_kingdom_2010.html
working_with_eurostat: working_with_eurostat.html
last_built: 2021-12-17T21:09Z
last_built: 2021-12-17T23:13Z

29 changes: 22 additions & 7 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/iotables.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions man/round_table.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f2433b

Please sign in to comment.