Skip to content

Commit

Permalink
Testing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
antagomir committed Mar 15, 2017
1 parent 6919e55 commit a0ae15b
Show file tree
Hide file tree
Showing 76 changed files with 4,551 additions and 317 deletions.
4 changes: 3 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ README.Rmd

# pkgdown
docs

# Vignette
./vignettes/2015-RJournal
./vignettes/NUTS_2010_60M_SH/*
Expand All @@ -30,3 +29,6 @@ docs
^NEWS.md$
^cran-comments\.md$
^data-raw$
^revdep$
^README\.Rmd$
^README-.*\.png$
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ zipfile
packrat/lib*/
.Rhistory

/revdep/.cache.rds
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: eurostat
Type: Package
Title: Tools for Eurostat Open Data
Date: 2017-03-18
Version: 2.3.20001
Date: 2017-03-15
Version: 3.1.1
Encoding: UTF-8
Authors@R: c(
person("Leo", "Lahti", email = "louhos@googlegroups.com", role = c("aut", "cre")),
Expand Down
41 changes: 26 additions & 15 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,37 @@
## eurostat 2.3.20001
# eurostat 3.1.1

* Added docs/ (automated package website)
* Augmented the list of Suggested packages in the DESCRIPTION file,
including the Cairo package
* Updated the journal manuscript based on reviewer feedback
## R Journal submission

* Release version associated with the R Journal manuscript 2017 final version
* Git release added with Zenodo DOI

## Minor features

* Added ./docs/ (automated package website generated with pkgdown)
* Expanded unit tests
* Gitter badge added to README
* Added ./revdep/ to check possible reverse dependencies automatically
* Cheat sheet added

## eurostat 2.2.20001
## Bug fixes

* `search_eurostat()` accepts new argument `fixed`: if `TRUE`
(default), `pattern` provided will used as is; if `FALSE`,
`pattern` will be interpreted as a true regex pattern.
* Augmented the list of Suggested packages in the DESCRIPTION file,
including the Cairo package (#70)
* Updated the journal manuscript based on reviewer feedback


## eurostat 2.2.20001
# eurostat 2.2.20001

* Development version opened

## eurostat 2.2.1
# eurostat 2.2.1

* Fixed canonical cran url in README

## eurostat 2.1.1
# eurostat 2.1.1

* The complete package now using tibbles
* Rare encoding issues circumvented (#55)
Expand All @@ -32,27 +43,27 @@
* The `get_eurostat_dic()` and `get_eurostat_toc()` return tibbles
* Now `read_tsv()` is used instead of `read.csv()` (#29)

## eurostat 1.2.27
# eurostat 1.2.27

* Calls to extract_numeric are replaced by as.numeric (#60)
* The column 'flags' is not being labelled even if type = "label" (#61)

## eurostat 1.2.22
# eurostat 1.2.22

* The European Commission and the Eurostat generally uses ISO 3166-1 alpha-2 codes with two exceptions: EL (not GR) is used to represent Greece, and UK (not GB) is used to represent the United Kingdom. This now can be handled with `harmonize_country_code()` which converts the raw data values from EL to GR and from UK to GB.
* Harmonized roxygen documentation to better follow CRAN conventions
* Changed Windows encoding to UTF for input files
* Improved memory usage

## eurostat 1.2.21
# eurostat 1.2.21

* The `get_eurostat()` can now get data also from the Eurostat JSON API via
`get_eurostat_json()`. It also have a new argument `type` to select labels
for variable values instead of codes.
* Fix an error after update to `tidyr 0.4.0` (#47).


## eurostat 1.2.13
# eurostat 1.2.13

* New `select_time` argument for `get_eurostat()` to select a time frequency
in case of multi-frequency datasets. Now the `get_eurostat()` also gives an
Expand All @@ -72,11 +83,11 @@
factor conversion of variables.
* `eurotime2date` (and `get_eurostat`) convers now also daily data.

## eurostat 1.0.16
# eurostat 1.0.16

* Fixed vignette error

## eurostat 1.0.14 (2015-03-19)
# eurostat 1.0.14 (2015-03-19)

* Package largely rewritten
* Vignette added
Expand Down
23 changes: 17 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
output: github_document
---

eurostat R package
======

Expand All @@ -11,6 +15,15 @@ eurostat R package
<!--[![License](https://img.shields.io/pypi/l/Django.svg)](https://opensource.org/licenses/BSD-2-Clause)-->
[![Gitter](https://badges.gitter.im/rOpenGov/eurostat.svg)](https://gitter.im/rOpenGov/eurostat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

R tools to access open data from [Eurostat](http://ec.europa.eu/eurostat). Data search, download, manipulation and visualization.

Expand All @@ -34,13 +47,13 @@ library(eurostat)
```


See the the [package homepage](http://ropengov.github.io/eurostat) with links to [function documentation](http://ropengov.github.io/eurostat/reference/index.html) and [tutorials](http://ropengov.github.io/eurostat/articles/index.html) as well as contact details. The [manuscript](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2015-RJournal/RJwrapper.pdf) submitted to R Journal provides a generic overview of the package functionality.
See the the [package homepage](http://ropengov.github.io/eurostat) with links to [function documentation](http://ropengov.github.io/eurostat/reference/index.html) and [tutorials](http://ropengov.github.io/eurostat/articles/index.html) as well as contact details. The [manuscript](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2017_RJournal_manuscript/RJwrapper.pdf) submitted to R Journal provides a generic overview of the package functionality.

<!--
* [Eurostat R Cheat Sheet](https://github.com/rOpenGov/eurostat/blob/master/vignettes/cheatsheet/eurostat_cheatsheet.pdf)
* [Package vignette](https://github.com/rOpenGov/eurostat/blob/master/vignettes/eurostat_tutorial.md) for installation and standard use
* Blog posts ([package release](https://rpubs.com/muuankarski/27120) / [case studies](http://ropengov.github.io/r/2015/05/01/eurostat-package-examples/))
* Journal manuscript ([markdown](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2015-RJournal/lahti-huovari-kainu-biecek.md) / [pdf](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2015-RJournal/RJwrapper.pdf)) with reproducible examples
* Journal manuscript ([markdown](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2017_RJournal_manuscript/lahti-huovari-kainu-biecek.md) / [pdf](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2017_RJournal_manuscript/RJwrapper.pdf)) with reproducible examples
-->

### Contribute
Expand All @@ -54,11 +67,9 @@ Contributions are very welcome:

### Acknowledgements

**Kindly cite this work** as follows: [Leo Lahti](https://github.com/antagomir), Przemyslaw Biecek, Markus Kainu and Janne Huovari (2017). eurostat: Tools for Eurostat Open Data. R package version `r sessionInfo()$otherPkgs$eurostat$Version`. URL: [http://ropengov.github.io/eurostat](http://ropengov.github.io/eurostat)
**Kindly cite this work** as follows: [Leo Lahti](https://github.com/antagomir), Przemyslaw Biecek, Markus Kainu and Janne Huovari. Retrieval and analysis of Eurostat open data with the eurostat package. Accepted for publication in R Journal 2017. R package version `r sessionInfo()$otherPkgs$eurostat$Version`. URL: [http://ropengov.github.io/eurostat](http://ropengov.github.io/eurostat)

We are greatful to all
[contributors](https://github.com/rOpenGov/eurostat/graphs/contributors),
including Joona Lehtomäki, Francois Briatte, and Oliver Reiter, and for the [Eurostat](http://ec.europa.eu/eurostat/) open data portal! This project is part of [rOpenGov](http://ropengov.github.io).
We are greatful to all [contributors](https://github.com/rOpenGov/eurostat/graphs/contributors), including Joona Lehtomäki, Francois Briatte, and Oliver Reiter, and for the [Eurostat](http://ec.europa.eu/eurostat/) open data portal! This project is part of [rOpenGov](http://ropengov.github.io).



Expand Down
51 changes: 15 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,51 @@

eurostat R package
======
==================

<!--[![Stories in Ready](http://badge.waffle.io/ropengov/eurostat.png?label=TODO)](http://waffle.io/ropengov/eurostat)-->
<!--[![CRAN version](http://www.r-pkg.org/badges/version/eurostat)](https://cran.r-project.org/package=eurostat)-->
[![Build Status](https://travis-ci.org/rOpenGov/eurostat.svg?branch=master)](https://travis-ci.org/rOpenGov/eurostat)
[![codecov.io](https://codecov.io/github/rOpenGov/eurostat/coverage.svg?branch=master)](https://codecov.io/github/rOpenGov/eurostat?branch=master)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/eurostat)](https://cran.r-project.org/package=eurostat)
[![Downloads](http://cranlogs.r-pkg.org/badges/eurostat)](https://cran.r-project.org/package=eurostat)
[![Follow](https://img.shields.io/twitter/follow/ropengov.svg?style=social)](https://twitter.com/intent/follow?screen_name=ropengov)
<!--[![License](https://img.shields.io/pypi/l/Django.svg)](https://opensource.org/licenses/BSD-2-Clause)-->
[![Gitter](https://badges.gitter.im/rOpenGov/eurostat.svg)](https://gitter.im/rOpenGov/eurostat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)


R tools to access open data from [Eurostat](http://ec.europa.eu/eurostat). Data search, download, manipulation and visualization.
[![Build Status](https://travis-ci.org/rOpenGov/eurostat.svg?branch=master)](https://travis-ci.org/rOpenGov/eurostat) [![codecov.io](https://codecov.io/github/rOpenGov/eurostat/coverage.svg?branch=master)](https://codecov.io/github/rOpenGov/eurostat?branch=master) [![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/eurostat)](https://cran.r-project.org/package=eurostat) [![Downloads](http://cranlogs.r-pkg.org/badges/eurostat)](https://cran.r-project.org/package=eurostat) [![Follow](https://img.shields.io/twitter/follow/ropengov.svg?style=social)](https://twitter.com/intent/follow?screen_name=ropengov) <!--[![License](https://img.shields.io/pypi/l/Django.svg)](https://opensource.org/licenses/BSD-2-Clause)--> [![Gitter](https://badges.gitter.im/rOpenGov/eurostat.svg)](https://gitter.im/rOpenGov/eurostat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

<!-- README.md is generated from README.Rmd. Please edit that file -->
R tools to access open data from [Eurostat](http://ec.europa.eu/eurostat). Data search, download, manipulation and visualization.

### Installation and use

To install the CRAN release version, use:


```r
``` r
install.packages("eurostat")
```


For the latest github development version, use:


```r
``` r
install_github("ropengov/eurostat")
```



See the the [package homepage](http://ropengov.github.io/eurostat) with links to [function documentation](http://ropengov.github.io/eurostat/reference/index.html) and [tutorials](http://ropengov.github.io/eurostat/articles/index.html) as well as contact details. The [manuscript](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2015-RJournal/RJwrapper.pdf) submitted to R Journal provides a generic overview of the package functionality.
See the the [package homepage](http://ropengov.github.io/eurostat) with links to [function documentation](http://ropengov.github.io/eurostat/reference/index.html) and [tutorials](http://ropengov.github.io/eurostat/articles/index.html) as well as contact details. The [manuscript](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2017_RJournal_manuscript/RJwrapper.pdf) submitted to R Journal provides a generic overview of the package functionality.

<!--
* [Eurostat R Cheat Sheet](https://github.com/rOpenGov/eurostat/blob/master/vignettes/cheatsheet/eurostat_cheatsheet.pdf)
* [Package vignette](https://github.com/rOpenGov/eurostat/blob/master/vignettes/eurostat_tutorial.md) for installation and standard use
* Blog posts ([package release](https://rpubs.com/muuankarski/27120) / [case studies](http://ropengov.github.io/r/2015/05/01/eurostat-package-examples/))
* Journal manuscript ([markdown](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2015-RJournal/lahti-huovari-kainu-biecek.md) / [pdf](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2015-RJournal/RJwrapper.pdf)) with reproducible examples
* Journal manuscript ([markdown](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2017_RJournal_manuscript/lahti-huovari-kainu-biecek.md) / [pdf](https://github.com/rOpenGov/eurostat/blob/master/vignettes/2017_RJournal_manuscript/RJwrapper.pdf)) with reproducible examples
-->

### Contribute

Contributions are very welcome:

* [Use issue tracker](https://github.com/ropengov/eurostat/issues) for feedback and bug reports.
* [Send pull requests](https://github.com/ropengov/eurostat/)
* [Star us on the Github page](https://github.com/ropengov/eurostat)
* [Join the discussion in Gitter](https://gitter.im/rOpenGov/eurostat)
- [Use issue tracker](https://github.com/ropengov/eurostat/issues) for feedback and bug reports.
- [Send pull requests](https://github.com/ropengov/eurostat/)
- [Star us on the Github page](https://github.com/ropengov/eurostat)
- [Join the discussion in Gitter](https://gitter.im/rOpenGov/eurostat)

### Acknowledgements

**Kindly cite this work** as follows: [Leo Lahti](https://github.com/antagomir), Przemyslaw Biecek, Markus Kainu and Janne Huovari (2017). eurostat: Tools for Eurostat Open Data. R package version 2.3.20001. URL: [http://ropengov.github.io/eurostat](http://ropengov.github.io/eurostat)

We are greatful to all
[contributors](https://github.com/rOpenGov/eurostat/graphs/contributors),
including Joona Lehtomäki, Francois Briatte, and Oliver Reiter, and for the [Eurostat](http://ec.europa.eu/eurostat/) open data portal! This project is part of [rOpenGov](http://ropengov.github.io).



**Kindly cite this work** as follows: [Leo Lahti](https://github.com/antagomir), Przemyslaw Biecek, Markus Kainu and Janne Huovari. Retrieval and analysis of Eurostat open data with the eurostat package. Accepted for publication in R Journal 2017. R package version 3.1.1. URL: <http://ropengov.github.io/eurostat>

We are greatful to all [contributors](https://github.com/rOpenGov/eurostat/graphs/contributors), including Joona Lehtomäki, Francois Briatte, and Oliver Reiter, and for the [Eurostat](http://ec.europa.eu/eurostat/) open data portal! This project is part of [rOpenGov](http://ropengov.github.io).

### Disclaimer

This package is in no way officially related to or endorsed by Eurostat.



22 changes: 11 additions & 11 deletions docs/articles/2015-RJournal/RJwrapper.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) (preloaded format=pdflatex 2016.11.22) 14 MAR 2017 18:25
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) (preloaded format=pdflatex 2016.11.22) 15 MAR 2017 10:20
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
Expand Down Expand Up @@ -1454,12 +1454,12 @@ File: 2015-manu-bmi-1.png Graphic file (type png)
Package pdftex.def Info: 2015-manu-bmi-1.png used on input line 245.
(pdftex.def) Requested size: 199.16928pt x 174.26978pt.

<2015-manu-energy-1.png, id=210, 578.16pt x 578.16pt>
File: 2015-manu-energy-1.png Graphic file (type png)
<2015-manu-energy-2.pdf, id=210, 322.04817pt x 316.16017pt>
File: 2015-manu-energy-2.pdf Graphic file (type pdf)

<use 2015-manu-energy-1.png>
Package pdftex.def Info: 2015-manu-energy-1.png used on input line 246.
(pdftex.def) Requested size: 199.16928pt x 199.16547pt.
<use 2015-manu-energy-2.pdf>
Package pdftex.def Info: 2015-manu-energy-2.pdf used on input line 246.
(pdftex.def) Requested size: 199.16928pt x 195.5252pt.

Overfull \hbox (14.49998pt too wide) in paragraph at lines 244--248
[]
Expand All @@ -1476,8 +1476,8 @@ Package pdftex.def Info: 2015-manu-mapexample-1.png used on input line 312.
(pdftex.def) Requested size: 318.67207pt x 283.26558pt.
[4 </home/lei/Rpackages/eurostat/vignettes/2015-RJournal/2015-manu-bmi-1.png (
PNG copy)> </home/lei/Rpackages/eurostat/vignettes/2015-RJournal/2015-manu-ener
gy-1.png (PNG copy)>] [5 </home/lei/Rpackages/eurostat/vignettes/2015-RJournal/
2015-manu-mapexample-1.png (PNG copy)>]
gy-2.pdf>] [5 </home/lei/Rpackages/eurostat/vignettes/2015-RJournal/2015-manu-m
apexample-1.png (PNG copy)>]
(/home/lei/Rpackages/eurostat/vignettes/2015-RJournal/RJwrapper.bbl
(/home/lei/Rpackages/eurostat/vignettes/2015-RJournal/RJwrapper.brf)
\tf@brf=\write6
Expand Down Expand Up @@ -1545,10 +1545,10 @@ f-dist/fonts/type1/urw/palatino/uplb8a.pfb></usr/share/texlive/texmf-dist/fonts
/type1/urw/palatino/uplr8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/p
alatino/uplr8a.pfb></usr/share/texlive/texmf-dist/fonts/type1/urw/palatino/uplr
i8a.pfb>
Output written on RJwrapper.pdf (9 pages, 555145 bytes).
Output written on RJwrapper.pdf (9 pages, 566913 bytes).
PDF statistics:
434 PDF objects out of 1000 (max. 8388607)
406 compressed objects within 5 object streams
455 PDF objects out of 1000 (max. 8388607)
418 compressed objects within 5 object streams
76 named destinations out of 1000 (max. 500000)
45673 words of extra memory for PDF output out of 51595 (max. 10000000)

Binary file modified docs/articles/2015-RJournal/RJwrapper.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/articles/2015-RJournal/lahti-huovari-kainu-biecek.html

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

Loading

0 comments on commit a0ae15b

Please sign in to comment.