diff --git a/.buildlibrary b/.buildlibrary index 861104f..07efb84 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '5951673' +ValidationKey: '5972050' AcceptedWarnings: - 'Warning: package ''.*'' was built under R version' - 'Warning: namespace ''.*'' is not available and has been replaced' diff --git a/CITATION.cff b/CITATION.cff index d522a33..1d89397 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,8 +2,8 @@ cff-version: 1.2.0 message: If you use this software, please cite it using the metadata from this file. type: software title: 'gms: ''GAMS'' Modularization Support Package' -version: 0.30.1 -date-released: '2024-02-20' +version: 0.30.2 +date-released: '2024-02-22' abstract: A collection of tools to create, use and maintain modularized model code written in the modeling language 'GAMS' (). Out-of-the-box 'GAMS' does not come with support for modularized model code. This package provides diff --git a/DESCRIPTION b/DESCRIPTION index aef8e5d..f8fa771 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: gms Type: Package Title: 'GAMS' Modularization Support Package -Version: 0.30.1 -Date: 2024-02-20 +Version: 0.30.2 +Date: 2024-02-22 Authors@R: c(person("Jan Philipp", "Dietrich", email = "dietrich@pik-potsdam.de", role = c("aut","cre")), person("David", "Klein", role = "aut"), person("Anastasis", "Giannousakis", role = "aut"), diff --git a/NAMESPACE b/NAMESPACE index 8e34f97..935d5a4 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -17,6 +17,7 @@ export(download_unpack) export(fulldataOutput) export(getLine) export(getModules) +export(getfiledestinations) export(interfaceplot) export(is.modularGAMS) export(is_model_locked) diff --git a/R/getfiledestinations.R b/R/getfiledestinations.R index b525592..f014436 100644 --- a/R/getfiledestinations.R +++ b/R/getfiledestinations.R @@ -4,6 +4,7 @@ #' top-level directories listed in `.gitignore`. #' #' @md +#' @export #' #' @author Jan Philipp Dietrich, David Klein diff --git a/README.md b/README.md index 87e8d35..2271421 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 'GAMS' Modularization Support Package -R package **gms**, version **0.30.1** +R package **gms**, version **0.30.2** [![CRAN status](https://www.r-pkg.org/badges/version/gms)](https://cran.r-project.org/package=gms) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4390032.svg)](https://doi.org/10.5281/zenodo.4390032) [![R build status](https://github.com/pik-piam/gms/workflows/check/badge.svg)](https://github.com/pik-piam/gms/actions) [![codecov](https://codecov.io/gh/pik-piam/gms/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/gms) [![r-universe](https://pik-piam.r-universe.dev/badges/gms)](https://pik-piam.r-universe.dev/builds) @@ -43,7 +43,7 @@ In case of questions / problems please contact Jan Philipp Dietrich . +Dietrich J, Klein D, Giannousakis A, Beier F, Koch J, Baumstark L, Pflüger M, Richters O (2024). _gms: 'GAMS' Modularization Support Package_. doi: 10.5281/zenodo.4390032 (URL: https://doi.org/10.5281/zenodo.4390032), R package version 0.30.2, . A BibTeX entry for LaTeX users is @@ -52,7 +52,7 @@ A BibTeX entry for LaTeX users is title = {gms: 'GAMS' Modularization Support Package}, author = {Jan Philipp Dietrich and David Klein and Anastasis Giannousakis and Felicitas Beier and Johannes Koch and Lavinia Baumstark and Mika Pflüger and Oliver Richters}, year = {2024}, - note = {R package version 0.30.1}, + note = {R package version 0.30.2}, doi = {10.5281/zenodo.4390032}, url = {https://github.com/pik-piam/gms}, }