Skip to content

Commit

Permalink
Merge pull request #160 from rOpenGov/revert-158-master
Browse files Browse the repository at this point in the history
Revert "Regional data products"
  • Loading branch information
antaldaniel committed Jan 27, 2020
2 parents ae28ea1 + d85a7dd commit 292b120
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 470 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: eurostat
Type: Package
Title: Tools for Eurostat Open Data
Date: 2020-01-20
Version: 3.5.20001
Version: 3.5.2
Encoding: UTF-8
Authors@R: c(
person("Leo", "Lahti", email = "leo.lahti@iki.fi", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5537-637X")),
Expand Down
76 changes: 0 additions & 76 deletions R/check_nuts2013.R

This file was deleted.

19 changes: 0 additions & 19 deletions R/data_nuts_correspondence.R

This file was deleted.

18 changes: 0 additions & 18 deletions R/data_regional_changes_2016.R

This file was deleted.

2 changes: 1 addition & 1 deletion R/get_eurostat_json.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ eurostat_json_url <- function(id, filters, lang){
# prepare url
url_list <- list(scheme = "http",
hostname = "ec.europa.eu",
path = file.path("eurostat/wdds/rest/data/v2.1/json",
path = file.path("eurostat/wdds/rest/data/v1.1/json",
lang[1], id),
query = filters2)
class(url_list) <- "url"
Expand Down

0 comments on commit 292b120

Please sign in to comment.