-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: json2aRgs
Type: Package
Title: Parse Parameters Inside a Docker Container
Version: 0.4.0
Authors@R: c(
person("Alexander", "Dolich", email = "[email protected]", role = c("cre","aut")),
person("Mirko", "Mälicke", email = "[email protected]", role = "aut"))
Description: The functions get_parameters() and get_data() are intended to be used within a docker container with a certain file structure to read keyword arguments from the file /in/input.json automagically. The file /src/tool.yaml 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: <https://github.com/VForWaTer/tool_template_r>.
License: GPL-3
URL: https://github.com/VForWaTer/json2aRgs
BugReports: https://github.com/VForWaTer/json2aRgs/issues
Depends:
R (>= 3.6.0)
Imports:
jsonlite,
yaml,
tools
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3