Skip to content

Commit

Permalink
Preparing for release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
antagomir committed Mar 15, 2017
1 parent a0ae15b commit 73e13b2
Show file tree
Hide file tree
Showing 68 changed files with 142 additions and 289 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ 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")),
person("Leo", "Lahti", email = "leo.lahti@iki.fi", role = c("aut", "cre")),
person("Przemyslaw" , "Biecek", role = "aut"),
person("Markus", "Kainu", role = "aut"),
person("Janne", "Huovari", role = "aut"),
person("Joona", "Lehtomaki", role = "ctb"),
person("Francois", "Briatte", role = "ctb"),
person("Oliver", "Reiter", role = "ctb"))
Maintainer: Leo Lahti <louhos@googlegroups.com>
Maintainer: Leo Lahti <leo.lahti@iki.fi>
MailingList: rOpenGov <ropengov-forum@googlegroups.com>
Description: Tools to download data from the Eurostat database
<http://ec.europa.eu/eurostat> together with search and
Expand Down Expand Up @@ -44,7 +44,7 @@ Suggests:
rvest,
testthat
LazyData: true
URL: https://github.com/ropengov/eurostat
URL: https://ropengov.github.io/eurostat
BugReports: https://github.com/ropengov/eurostat/issues
VignetteBuilder: knitr
NeedsCompilation: no
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

## Minor features

* Changed maintainer email address from louhos to leo
* Added ./docs/ (automated package website generated with pkgdown)
* Expanded unit tests
* Gitter badge added to README
Expand Down
1 change: 1 addition & 0 deletions R/clean_eurostat_cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#' @param cache_dir A path to cache directory. If \code{NULL} (default)
#' tries to clean default temporary cache directory.
#' @export
#' @author Przemyslaw Biecek, Leo Lahti, Janne Huovari and Markus Kainu \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
#' @examples clean_eurostat_cache()
clean_eurostat_cache <- function(cache_dir = NULL){
if (is.null(cache_dir)){
Expand Down
1 change: 1 addition & 0 deletions R/dic_order.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#' \code{\link{get_eurostat_dic}}.
#' @param type a type of the x. Could be \code{code} or \code{label}.
#' @export
#' @author Przemyslaw Biecek, Leo Lahti, Janne Huovari and Markus Kainu \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
#' @return A numeric vector of orders.
dic_order <- function(x, dic, type) {
if (!is_tibble(dic)) dic <- get_eurostat_dic(dic)
Expand Down
6 changes: 3 additions & 3 deletions R/eurostat-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' Package: \tab eurostat\cr
#' Type: \tab Package\cr
#' Version: \tab See sessionInfo() or DESCRIPTION file\cr
#' Date: \tab 2014-2016\cr
#' Date: \tab 2014-2017\cr
#' License: \tab BSD_2_clause + LICENSE\cr
#' LazyLoad: \tab yes\cr
#' }
Expand All @@ -16,10 +16,10 @@
#' @docType package
#' @title R Tools for Eurostat open data
#'
#' @author Leo Lahti, Janne Huovari, Markus Kainu, Przemyslaw Biecek \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
#' @author Leo Lahti, Janne Huovari, Markus Kainu, Przemyslaw Biecek \email{ropengov-forum@@googlegroups.com} \url{https://ropengov.github.io/eurostat}
#' @references
#' See citation("eurostat")
#' \url{http://github.com/ropengov/eurostat}
#' \url{https://ropengov.github.io/eurostat}
#' @examples library(eurostat)
#' @keywords package
NULL
2 changes: 1 addition & 1 deletion R/eurostat_url.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param ... Arguments to be passed
#' @return url
#' @references see citation("eurostat").
#' @author Leo Lahti \email{ropengov-forum@@googlegroups.com}
#' @author Leo Lahti \email{leo.lahti@iki.fi}
#' @keywords internal
eurostat_url <- function(...) {
"http://ec.europa.eu/eurostat/"
Expand Down
2 changes: 1 addition & 1 deletion R/eurotime2date.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' the date is the last date of the period.
#' @export
#' @return an object of class \code{\link{Date}}.
#' @author Janne Huovari \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
#' @author Janne Huovari \email{janne.huovari@@ptt.fi}
#' @examples \dontrun{
#' lp <- get_eurostat("namq_aux_lp", time_format = "raw")
#' lp$time <- eurotime2date(x = lp$time)
Expand Down
3 changes: 1 addition & 2 deletions R/eurotime2num.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
#' @param x a charter string with time information in Eurostat time format.
#' @export
#' @return see \code{\link{as.numeric}}.
#' @author Janne Huovari \email{ropengov-forum@@googlegroups.com}
#' \url{http://github.com/ropengov/eurostat}
#' @author Janne Huovari \email{janne.huovari@@ptt.fi}
#' @examples \dontrun{
#' lp <- get_eurostat("namq_aux_lp", time_format = "raw")
#' lp$time <- eurotime2num(x = lp$time)
Expand Down
1 change: 1 addition & 0 deletions R/get_eurostat.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#' can be removed. Default is \code{FALSE}.
#' @param ... further argument for \code{\link{get_eurostat_json}}.
#' @export
#' @author Przemyslaw Biecek, Leo Lahti, Janne Huovari and Markus Kainu \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
#' @details Data sets are downloaded from
#' \href{http://ec.europa.eu/eurostat/estat-navtree-portlet-prod/BulkDownloadListing}{the Eurostat bulk download facility} or from The Eurostat Web Services
#' \href{http://ec.europa.eu/eurostat/web/json-and-unicode-web-services}{JSON API}.
Expand Down
1 change: 1 addition & 0 deletions R/get_eurostat_json.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#'
#' @return A dataset as a data_frame.
#' @export
#' @author Przemyslaw Biecek, Leo Lahti, Janne Huovari and Markus Kainu \email{ropengov-forum@@googlegroups.com} \url{http://github.com/ropengov/eurostat}
#' @examples
#' \dontrun{
#' tmp <- get_eurostat_json("cdh_e_fos")
Expand Down
Binary file modified docs/articles/2017_RJournal_manuscript/2017-manu-bmi-1.pdf
Binary file not shown.
Binary file modified docs/articles/2017_RJournal_manuscript/2017-manu-energy-1.pdf
Binary file not shown.
Binary file not shown.
Binary file modified docs/articles/2017_RJournal_manuscript/2017-manu-roadacc-1.pdf
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/articles/2017_RJournal_manuscript/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) 15 MAR 2017 16:37
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) (preloaded format=pdflatex 2016.11.22) 15 MAR 2017 16:46
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
Expand Down Expand Up @@ -1498,11 +1498,11 @@ Package rerunfilecheck Info: File `RJwrapper.brf' has not changed.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 24.
)
Here is how much of TeX's memory you used:
22162 strings out of 494358
394635 string characters out of 6164526
22159 strings out of 494358
394608 string characters out of 6164526
494649 words of memory out of 5000000
24792 multiletter control sequences out of 15000+600000
52933 words of font info for 210 fonts, out of 8000000 for 9000
52774 words of font info for 208 fonts, out of 8000000 for 9000
350 hyphenation exceptions out of 8191
62i,12n,56p,1484b,620s stack positions out of 5000i,500n,10000p,200000b,80000s
pdfTeX warning (dest): name{Hfootnote.10} has been referenced but does not ex
Expand Down Expand Up @@ -1542,7 +1542,7 @@ 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, 252667 bytes).
Output written on RJwrapper.pdf (9 pages, 252631 bytes).
PDF statistics:
448 PDF objects out of 1000 (max. 8388607)
412 compressed objects within 5 object streams
Expand Down
Binary file modified docs/articles/2017_RJournal_manuscript/RJwrapper.pdf
Binary file not shown.

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

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -341,12 +341,7 @@ \section{Discussion}

\section*{Acknowledgements}

We are grateful to all package contributors, including Joona
Lehtom{\"a}ki, Oliver Reiter and Fran\c{c}ois Briatte and to Eurostat
for maintaining the open data service. This work is in no way
officially related to or endorsed by Eurostat. The work has been
partially funded by Academy of Finland (decisions 295741, 307127), and
is part of rOpenGov\footnote{\url{https://github.ropengov.io}}.
We are grateful to all package contributors, including Fran\c{c}ois Briatte, Joona Lehtom{\"a}ki, Oliver Reiter, and Wietse Dol, and to Eurostat for maintaining the open data service. This work is in no way officially related to or endorsed by Eurostat. The work has been partially funded by Academy of Finland (decisions 295741, 307127), and is part of rOpenGov\footnote{\url{https://github.ropengov.io}}.


\bibliography{lahti-huovari-kainu-biecek}
Expand Down
9 changes: 1 addition & 8 deletions docs/articles/blogposts.html

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

9 changes: 1 addition & 8 deletions docs/articles/cheatsheet.html

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

41 changes: 15 additions & 26 deletions docs/articles/eurostat_tutorial.html

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

Loading

0 comments on commit 73e13b2

Please sign in to comment.