comparison macros.xml @ 10:0e7290688b50 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 843a94f53c808d098def353b0bc5f7f554d9e1af
author iuc
date Fri, 09 Dec 2022 22:40:55 +0000
parents 9c52a8130729
children 17b666467c32
comparison
equal deleted inserted replaced
9:9c52a8130729 10:0e7290688b50
10 <xml name="bio_tools"> 10 <xml name="bio_tools">
11 <xrefs> 11 <xrefs>
12 <xref type="bio.tools">ggplot2</xref> 12 <xref type="bio.tools">ggplot2</xref>
13 </xrefs> 13 </xrefs>
14 </xml> 14 </xml>
15 <token name="@TOOL_VERSION@">3.3.5</token> 15 <token name="@TOOL_VERSION@">3.4.0</token>
16 <token name="@VERSION_SUFFIX@">2</token> 16 <token name="@VERSION_SUFFIX@">0</token>
17
18 17
19 <token name="@R_INIT@"><![CDATA[ 18 <token name="@R_INIT@"><![CDATA[
20 ## Setup R error handling to go to stderr 19 ## Setup R error handling to go to stderr
21 options(show.error.messages=F, error=function(){cat(geterrmessage(), file=stderr()); q("no",1,F)}) 20 options(show.error.messages=F, error=function(){cat(geterrmessage(), file=stderr()); q("no",1,F)})
22 21