diff --git a/DESCRIPTION b/DESCRIPTION index 76bf286..ca3516b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: utaengine Title: Routing and aggregation engine for 'Urban Transport Analyst' -Version: 0.1.0.163 +Version: 0.1.0.164 Authors@R: person(given = "Mark", family = "Padgham", diff --git a/R/uta-batch.R b/R/uta-batch.R index 19cf551..8b9d983 100644 --- a/R/uta-batch.R +++ b/R/uta-batch.R @@ -322,6 +322,7 @@ uta_export <- function (city, results_path, soc = NULL, dlim = 10) { } else { soc <- res + extra_vars <- c (extra_vars, c ("osm_id", "x", "y")) } vars2keep <- c ( diff --git a/codemeta.json b/codemeta.json index 9ceb485..a13e4b8 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "codeRepository": "https://github.com/UrbanAnalyst/uta-engine", "issueTracker": "https://github.com/UrbanAnalyst/uta-engine/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.1.0.163", + "version": "0.1.0.164", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R",