Skip to content
Prev 245979 / 398503 Next

icon for an R package

On Dec 29, 2010, at 11:32 AM, Michael Friendly wrote:

            
Michael,

Are you referring to an icon that would be displayed for an R package when browsing in a file manager, such as Nautilus, Konqueror or Finder?

If so, those icons are typically associated with a file using MIME types and are based upon the file type in question having a unique extension and perhaps being associated with a particular application that is installed.

Since R packages are either .zip files or tar archive files (.tar.gz or .tgz), they will use the default theme icons for the OS/File Manager in use for those extensions, possibly for the archiving application associated with those file types.

I don't know of any way off-hand, to differentiate R packages from other files that have the same extensions and therefore have a unique icon displayed in the respective file manager application.

Regards,

Marc Schwartz