<?xml version="1.0"?>
<module xmlns="http://www.openapi.org/2014/" version="0.1">
  <platform name="R"/>
  <description><![CDATA[This module reads a CSV file and produces a scatterplot in an SVG file called 'birthrate-R.svg'.  It assumes that the CSV file contains two columns of data: year in the first column (plotted on the x-axis) and birthrate in the second column (plotted on the y-axis).]]></description>
  <input name="brfile" type="external"/>
  <output name="brsvg" type="external" ref="birthrate-R.svg"/>
  <source ref="src/birthrate-plot.R"><![CDATA[]]></source>
</module>
