Warning, /education/cantor/src/backends/R/rserver/rserver.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="https://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="https://www.kde.org/standards/kcfg/1.0
0005                           https://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name="cantorrc" />
0007   <group name="RBackend">
0008     <entry name="localDoc" type="Url">
0009         <label>Url to the local R documentation</label>
0010     </entry>
0011     <entry name="integratePlots" type="Bool">
0012       <label>Integrate Plots into the Worksheet</label>
0013       <default>true</default>
0014     </entry>
0015     <entry name="variableManagement" type="Bool">
0016       <label>Enable Variable Management</label>
0017       <default>true</default>
0018     </entry>
0019     <entry name="autorunScripts" type="StringList">
0020       <label>List of scripts to autorun at the beginning of session</label>
0021     </entry>
0022     <entry name="inlinePlotFormat" type="Enum">
0023       <choices>
0024         <choice name="pdf"/>
0025         <choice name="svg"/>
0026         <choice name="png"/>
0027       </choices>
0028       <default>2</default>
0029     </entry>
0030     <entry name="plotWidth" type="Double">
0031       <label>Default plot width</label>
0032       <default>12.0</default>
0033     </entry>
0034     <entry name="plotHeight" type="Double">
0035       <label>Default plot height</label>
0036       <default>8.0</default>
0037     </entry>
0038   </group>
0039 </kcfg>