1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
3
4<dictionary title="RStudio">
5    <suite name="RStudio Suite" code="MApN" description="RStudio Scripts">
6        <command name="cmd" code="rcommand" description="Evaluate R code.">
7            <cocoa class="evaluateRCmdCommand"/>
8            <direct-parameter description="R code to evaluate.">
9                <type type="text"/>
10            </direct-parameter>
11        </command>
12    </suite>
13</dictionary>
14