json2aRgs: Parse Parameters Inside a Docker Container

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](<https://github.com/hydrocode-de/tool-runner>). A template for a containerized R tool, which can be used as a basis for developing new tools, is available at the following URL: <https://github.com/VForWaTer/tool_template_r>.

Version: 0.3.0
Depends: R (≥ 3.6.0)
Imports: jsonlite, yaml, tools
Suggests: testthat (≥ 3.0.0)
Published: 2022-11-25
Author: Alexander Dolich [cre, aut], Mirko Mälicke [aut]
Maintainer: Alexander Dolich <alexander.dolich at kit.edu>
BugReports: https://github.com/VForWaTer/json2aRgs/issues
License: GPL-3
URL: https://github.com/VForWaTer/json2aRgs
NeedsCompilation: no
Language: en-US
Materials: README NEWS
CRAN checks: json2aRgs results

Documentation:

Reference manual: json2aRgs.pdf

Downloads:

Package source: json2aRgs_0.3.0.tar.gz
Windows binaries: r-devel: json2aRgs_0.3.0.zip, r-release: json2aRgs_0.3.0.zip, r-oldrel: json2aRgs_0.3.0.zip
macOS binaries: r-release (arm64): json2aRgs_0.3.0.tgz, r-oldrel (arm64): json2aRgs_0.3.0.tgz, r-release (x86_64): json2aRgs_0.3.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=json2aRgs to link to this page.