Skip to content

Commit

Permalink
Merge pull request #2 from rOpenGov/devel
Browse files Browse the repository at this point in the history
Regional data - metadata files
  • Loading branch information
antaldaniel authored Jan 27, 2020
2 parents efed898 + 5baa23c commit 6b8c5a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2
Version: 3.5.20001
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
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/v1.1/json",
path = file.path("eurostat/wdds/rest/data/v2.1/json",
lang[1], id),
query = filters2)
class(url_list) <- "url"
Expand Down
4 changes: 2 additions & 2 deletions inst/extras/build.cran.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#/usr/bin/R CMD BATCH document.R
~/bin/R-3.6.2/bin/R CMD build ../../ --no-build-vignettes
~/bin/R-3.6.2/bin/R CMD check --as-cran eurostat_3.5.1.tar.gz --no-build-vignettes
~/bin/R-3.6.2/bin/R CMD INSTALL eurostat_3.5.1.tar.gz
~/bin/R-3.6.2/bin/R CMD check --as-cran eurostat_3.5.20001.tar.gz --no-build-vignettes
~/bin/R-3.6.2/bin/R CMD INSTALL eurostat_3.5.20001.tar.gz

0 comments on commit 6b8c5a4

Please sign in to comment.