This file is indexed.

/usr/share/gedit/plugins/RCtrl/Wizards/update_packages.xml is in gedit-r-plugin 0.7.1.1-Gtk3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!-- Define a rwizard -->
<rwizard name="updatepackages" description="Update packages from a CRAN mirror" 
         menu="/Package management" icon="update_packages.png">
    <about 
        name="Update packages"
        version="0.1"
        copyright="(c) 2010 Dan Dediu"
        comments="Update packages from a CRAN mirror"
        license="GLPv3"
        website="http://rgedit.sourceforge.net/"
        authors="Dan Dediu &lt;ddediu@hotmail.com&gt;" 
        documenters=""
        artists=""
        translator_credits=""
        logo_icon_name="update_packages.png"/>
        
    <help rhelp="?update.packages"/>

    <vars/>  

    <!-- The actual R code template: only strange thing is the placeholders call using ${PLACEHOLDER_NAME} -->
    <!-- ATTENTION! in the R code template you must use XML substitution codes (e.g., "<" must be given as "&lt;")! -->
    <template> 
update.packages(ask='graphics')
    </template> 

</rwizard>