diff --git a/DESCRIPTION b/DESCRIPTION index f4cbbdb..85a9f9e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,7 @@ Version: 0.3.0 Authors@R: c( person("Alexander", "Dolich", email = "alexander.dolich@kit.edu", role = c("cre","aut")), person("Mirko", "Mälicke", email = "mirko.maelicke@kit.edu", role = "aut")) -Description: The function get_parameters() is intended to be used within a docker container to read keyword arguments from a .json file automagically. A tool.yaml file contains specifications on these keyword arguments, which are then passed as input to containerized R tools in the [tool-runner framework](). A template for a containerized R tool, which can be used as a basis for developing new tools, is available at the following URL: . +Description: The function get_parameters() is intended to be used within a docker container to read keyword arguments from a .json file automagically. A tool.yaml file contains specifications on these keyword arguments, which are then passed as input to containerized R tools in the tool-runner framework (). A template for a containerized R tool, which can be used as a basis for developing new tools, is available at the following URL: . License: GPL-3 URL: https://github.com/VForWaTer/json2aRgs BugReports: https://github.com/VForWaTer/json2aRgs/issues diff --git a/README.Rmd b/README.Rmd index f5acb2a..5d281aa 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,6 +18,7 @@ knitr::opts_chunk$set( [![R-CMD-check](https://github.com/VForWaTer/json2aRgs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/VForWaTer/json2aRgs/actions/workflows/R-CMD-check.yaml) [![codecov](https://codecov.io/github/VForWaTer/json2aRgs/branch/main/graph/badge.svg?token=aHZ4sfqKGj)](https://codecov.io/github/VForWaTer/json2aRgs) +[![CRAN status](https://www.r-pkg.org/badges/version/json2aRgs)](https://CRAN.R-project.org/package=json2aRgs) ## Parse Parameters Inside a Docker Container (tool) diff --git a/README.md b/README.md index 7bb0e19..d8b5cb2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ [![R-CMD-check](https://github.com/VForWaTer/json2aRgs/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/VForWaTer/json2aRgs/actions/workflows/R-CMD-check.yaml) [![codecov](https://codecov.io/github/VForWaTer/json2aRgs/branch/main/graph/badge.svg?token=aHZ4sfqKGj)](https://codecov.io/github/VForWaTer/json2aRgs) +[![CRAN +status](https://www.r-pkg.org/badges/version/json2aRgs)](https://CRAN.R-project.org/package=json2aRgs) ## Parse Parameters Inside a Docker Container (tool)