The R Project SVN R-packages

Rev

Blame | Last modification | View Log | Download | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="21507" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
    <dependencies>
        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="21507"/>
        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
    </dependencies>
    <objects>
        <customObject id="-2" userLabel="File's Owner" customClass="MiscPrefPane">
            <connections>
                <outlet property="cbRAquaPath" destination="25" id="31"/>
                <outlet property="cleanupHistoryEntries" destination="96" id="100"/>
                <outlet property="defaultMirror" destination="108" id="113"/>
                <outlet property="editOrSource" destination="20" id="22"/>
                <outlet property="enforceInitialWorkingDirectory" destination="88" id="92"/>
                <outlet property="historyFileNamePath" destination="63" id="65"/>
                <outlet property="historyFileNamePathText" destination="46" id="59"/>
                <outlet property="importOnStartup" destination="82" id="84"/>
                <outlet property="mainView" destination="5" id="11"/>
                <outlet property="maxHistoryEntries" destination="95" id="98"/>
                <outlet property="removeDuplicateHistoryEntries" destination="93" id="99"/>
                <outlet property="saveOnExit" destination="119" id="127"/>
                <outlet property="setToDefault" destination="52" id="61"/>
                <outlet property="stripCommentsFromHistoryEntries" destination="97" id="101"/>
                <outlet property="workingDir" destination="41" id="42"/>
            </connections>
        </customObject>
        <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
        <customView id="5" userLabel="View">
            <rect key="frame" x="0.0" y="0.0" width="507" height="652"/>
            <autoresizingMask key="autoresizingMask"/>
            <subviews>
                <box title="Guardar espacio de trabajo al salir de R" id="115">
                    <rect key="frame" x="17" y="16" width="473" height="53"/>
                    <autoresizingMask key="autoresizingMask"/>
                    <view key="contentView" id="oZJ-y8-GTm">
                        <rect key="frame" x="4" y="5" width="465" height="33"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="119">
                                <rect key="frame" x="18" y="9" width="437" height="18"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                <size key="cellSize" width="143" height="18"/>
                                <size key="intercellSpacing" width="4" height="2"/>
                                <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="151">
                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <cells>
                                    <column>
                                        <buttonCell type="radio" title="Preguntar" imagePosition="left" alignment="left" state="on" inset="2" id="123">
                                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                            <font key="font" metaFont="system"/>
                                        </buttonCell>
                                    </column>
                                    <column>
                                        <buttonCell type="radio" title="No" imagePosition="left" alignment="left" tag="1" inset="2" id="124">
                                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                            <font key="font" metaFont="system"/>
                                        </buttonCell>
                                    </column>
                                    <column>
                                        <buttonCell type="radio" title="Si" imagePosition="left" alignment="left" tag="2" inset="2" id="125">
                                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                            <font key="font" metaFont="system"/>
                                        </buttonCell>
                                    </column>
                                </cells>
                                <connections>
                                    <action selector="saveOnExit:" target="-2" id="126"/>
                                </connections>
                            </matrix>
                        </subviews>
                    </view>
                </box>
                <box title="Espejo CRAN predeterminado" id="106">
                    <rect key="frame" x="17" y="315" width="473" height="79"/>
                    <autoresizingMask key="autoresizingMask"/>
                    <view key="contentView" id="dLD-zU-tvu">
                        <rect key="frame" x="4" y="5" width="465" height="59"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <textField toolTip="URL de la URL predeterminada a CRAN. Si se deja vacío, se le preguntará al usuario." verticalHuggingPriority="750" tag="10" allowsCharacterPickerTouchBarItem="YES" id="108">
                                <rect key="frame" x="74" y="20" width="247" height="22"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" tag="10" drawsBackground="YES" id="147">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                                <connections>
                                    <action selector="changeMirrorURL:" target="-2" id="112"/>
                                </connections>
                            </textField>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="109">
                                <rect key="frame" x="17" y="24" width="52" height="17"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="URL:" id="148">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <button verticalHuggingPriority="750" id="110">
                                <rect key="frame" x="335" y="12" width="108" height="32"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <buttonCell key="cell" type="push" title="Seleccionar" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="149">
                                    <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <connections>
                                    <action selector="selectMirror:" target="-2" id="111"/>
                                </connections>
                            </button>
                        </subviews>
                    </view>
                </box>
                <box title="Historial" id="44">
                    <rect key="frame" x="17" y="73" width="473" height="238"/>
                    <autoresizingMask key="autoresizingMask"/>
                    <view key="contentView" id="aRq-nD-La4">
                        <rect key="frame" x="4" y="5" width="465" height="218"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="46">
                                <rect key="frame" x="17" y="151" width="120" height="17"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Archivo de historial de R:" id="137">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <button verticalHuggingPriority="750" id="52">
                                <rect key="frame" x="334" y="141" width="103" height="32"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <buttonCell key="cell" type="push" title="Predeterminado" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="138">
                                    <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <connections>
                                    <action selector="changeHistoryFileNamePathToDefault:" target="-2" id="55"/>
                                </connections>
                            </button>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="63">
                                <rect key="frame" x="142" y="150" width="179" height="22"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" title=".Rhistory" drawsBackground="YES" id="139">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                                <connections>
                                    <action selector="changeHistoryFileNamePath:" target="-2" id="66"/>
                                </connections>
                            </textField>
                            <button id="82">
                                <rect key="frame" x="18" y="187" width="415" height="18"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <buttonCell key="cell" type="check" title="Leer el archivo de historial al inicio" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="140">
                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <connections>
                                    <action selector="changeImportOnStartup:" target="-2" id="83"/>
                                </connections>
                            </button>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="87">
                                <rect key="frame" x="17" y="107" width="417" height="24"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Nota: Utilice una ruta fija para utilizar siempre el mismo archivo de historial, por ejemplo, ~/.Rhistory" id="141">
                                    <font key="font" metaFont="miniSystem"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <button id="93">
                                <rect key="frame" x="18" y="63" width="415" height="18"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <buttonCell key="cell" type="check" title="Eliminar entradas duplicadas en el historial" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="142">
                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <connections>
                                    <action selector="changeRemoveDuplicateHistoryEntries:" target="-2" id="103"/>
                                </connections>
                            </button>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="94">
                                <rect key="frame" x="17" y="87" width="329" height="17"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Número máximo de entradas en el historial:" id="143">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="95">
                                <rect key="frame" x="340" y="83" width="91" height="22"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" title="250" drawsBackground="YES" id="144">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                                <connections>
                                    <action selector="changeMaxHistoryEntries:" target="-2" id="102"/>
                                </connections>
                            </textField>
                            <button id="96">
                                <rect key="frame" x="18" y="39" width="415" height="18"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <buttonCell key="cell" type="check" title="Limpiar las entradas del historial" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="145">
                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <connections>
                                    <action selector="changeCleanupHistoryEntries:" target="-2" id="104"/>
                                </connections>
                            </button>
                            <button id="97">
                                <rect key="frame" x="18" y="16" width="415" height="18"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <buttonCell key="cell" type="check" title="Eliminar comentarios en las entradas del historial" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="146">
                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <connections>
                                    <action selector="changeStripCommentsFromHistoryEntries:" target="-2" id="105"/>
                                </connections>
                            </button>
                        </subviews>
                    </view>
                </box>
                <box title="Directorio de trabajo inicial" id="34">
                    <rect key="frame" x="17" y="398" width="473" height="133"/>
                    <autoresizingMask key="autoresizingMask"/>
                    <view key="contentView" id="KAL-7d-CLf">
                        <rect key="frame" x="4" y="5" width="465" height="113"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="36">
                                <rect key="frame" x="17" y="81" width="107" height="17"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="Directorio:" id="132">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <button verticalHuggingPriority="750" id="37">
                                <rect key="frame" x="341" y="72" width="100" height="32"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <buttonCell key="cell" type="push" title="Cambiar" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="133">
                                    <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <connections>
                                    <action selector="chooseWorkingDir:" target="-2" id="39"/>
                                </connections>
                            </button>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="41">
                                <rect key="frame" x="126" y="82" width="216" height="17"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="~" id="134">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="86">
                                <rect key="frame" x="17" y="0.0" width="435" height="52"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" id="135">
                                    <font key="font" metaFont="miniSystem"/>
                                    <string key="title">Nota: Para hacer cumplir la normativa, seleccione "Aplicar siempre". De lo contrario, se utiliza para establecer el directorio de trabajo si no se especifica cuando se inicia R.app, por ejemplo, haciendo doble clic en el icono de R. Arrastrar y soltar un archivo o un directorio en el icono de R o usar 'open -a R.app &lt;directorio-o-archivo&gt;' anulará esta configuración si no se aplica.</string>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <button id="88">
                                <rect key="frame" x="18" y="58" width="335" height="18"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <buttonCell key="cell" type="check" title="Aplicar siempre" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="136">
                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <connections>
                                    <action selector="changeEnforceInitialWorkingDirectory:" target="-2" id="91"/>
                                </connections>
                            </button>
                        </subviews>
                    </view>
                </box>
                <box title="Rutas de biblioteca predeterminadas" id="23">
                    <rect key="frame" x="254" y="534" width="236" height="113"/>
                    <autoresizingMask key="autoresizingMask"/>
                    <view key="contentView" id="m4c-EA-Cwk">
                        <rect key="frame" x="4" y="5" width="228" height="93"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <button id="25">
                                <rect key="frame" x="18" y="59" width="205" height="19"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <buttonCell key="cell" type="check" title="Agregar ~/Library/R…" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="129">
                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <connections>
                                    <action selector="changeLibPaths:" target="-2" id="30"/>
                                </connections>
                            </button>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="29">
                                <rect key="frame" x="266" y="89" width="154" height="18"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="left" title="(era el valor predeterminado en RAqua)" id="130">
                                    <font key="font" metaFont="system"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                            <textField verticalHuggingPriority="750" allowsCharacterPickerTouchBarItem="YES" id="32">
                                <rect key="frame" x="17" y="8" width="180" height="40"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <textFieldCell key="cell" controlSize="mini" sendsActionOnEndEditing="YES" alignment="left" title="Nota: Este cambio solo es efectivo después de reiniciar R.app" id="131">
                                    <font key="font" metaFont="miniSystem"/>
                                    <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
                                    <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                </textFieldCell>
                            </textField>
                        </subviews>
                    </view>
                </box>
                <box title="Acción de arrastrar y soltar durante el inicio de R" id="17">
                    <rect key="frame" x="17" y="534" width="230" height="113"/>
                    <autoresizingMask key="autoresizingMask"/>
                    <view key="contentView" id="dRT-98-H8h">
                        <rect key="frame" x="4" y="5" width="222" height="93"/>
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                        <subviews>
                            <matrix verticalHuggingPriority="750" allowsEmptySelection="NO" autosizesCells="NO" id="20">
                                <rect key="frame" x="18" y="9" width="199" height="77"/>
                                <autoresizingMask key="autoresizingMask"/>
                                <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
                                <size key="cellSize" width="199" height="37"/>
                                <size key="intercellSpacing" width="4" height="2"/>
                                <buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="150">
                                    <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                    <font key="font" metaFont="system"/>
                                </buttonCell>
                                <cells>
                                    <column>
                                        <buttonCell type="radio" title="Abrir archivo en editor" imagePosition="left" alignment="left" inset="2" id="18">
                                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                            <font key="font" metaFont="system"/>
                                        </buttonCell>
                                        <buttonCell type="radio" title="Cargar archivo de entrada" imagePosition="left" alignment="left" state="on" tag="1" inset="2" id="19">
                                            <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                            <font key="font" metaFont="system"/>
                                        </buttonCell>
                                    </column>
                                </cells>
                                <connections>
                                    <action selector="changeEditOrSource:" target="-2" id="21"/>
                                </connections>
                            </matrix>
                        </subviews>
                    </view>
                </box>
            </subviews>
        </customView>
    </objects>
</document>