# HG changeset patch
# User richard-burhans
# Date 1746815207 0
# Node ID fdad714d7caf97e2b119f799f166e97cda335b57
# Parent 40a03830a38c627e3dc293470a00f82571436fe8
planemo upload for repository https://github.com/vgl-hub/rdeval commit 4cc1663a537f4923c95e13f38abaa0c660cc657f
diff -r 40a03830a38c -r fdad714d7caf macros.xml
--- a/macros.xml Mon May 05 21:01:33 2025 +0000
+++ b/macros.xml Fri May 09 18:26:47 2025 +0000
@@ -5,7 +5,7 @@
0.0.7
- 2
+ 4
23.02
diff -r 40a03830a38c -r fdad714d7caf rdeval_report.xml
--- a/rdeval_report.xml Mon May 05 21:01:33 2025 +0000
+++ b/rdeval_report.xml Fri May 09 18:26:47 2025 +0000
@@ -17,38 +17,21 @@
#end for
#set $r_vector = "c(" + ",".join(input_file_list) + ")"
#set $interactive_value = "FALSE"
- #if $output_format.format_selector == "html" and $output_format.interactive
+ #if $interactive
#set $interactive_value = "TRUE"
#end if
- R -e "rmarkdown::render('figures.Rmd', output_file='$outfile', output_format='${output_format.format_selector}_document', params=list(input_files=$r_vector, interactive='$interactive_value'))"
+ R -e "rmarkdown::render('figures.Rmd', output_file='$outfile', output_format='html_document', params=list(input_files=$r_vector, interactive='$interactive_value'))"
]]>
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
+
-
-
-
-