Bug 1782 - add mime type for R scripts
Summary: add mime type for R scripts
Status: RESOLVED INVALID
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: high normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-04 09:33 UTC by Vaidotas Zemlys
Modified: 2008-06-11 09:58 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
mimetype for R scripts (338 bytes, patch)
2004-11-04 09:34 UTC, Vaidotas Zemlys
Details | Splinter Review

Description Vaidotas Zemlys 2004-11-04 09:33:09 UTC
R (www.r-project.org) is a language and environment for statistical computing
and graphics. File attached adds mimetype for R script files.
Comment 1 Vaidotas Zemlys 2004-11-04 09:34:01 UTC
Created attachment 1220 [details] [review]
mimetype for R scripts

mimetype for R scripts
Comment 2 Christophe Fergeau 2004-11-04 09:36:44 UTC
Maybe the R tarball could take care of installing this mime type by itself ?
Comment 3 Vaidotas Zemlys 2004-11-04 09:52:40 UTC
(In reply to comment #2)
> Maybe the R tarball could take care of installing this mime type by itself ?

I do not belong to R core team, so I do not know. I will file the bug to R and
tell how it goes.
Comment 4 Christian - Manny Calavera - Neumair 2005-10-30 01:52:13 UTC
Any news? Querying the R bug tracking system for "shared-mime-info" didn't match
anything.
Comment 5 Vaidotas Zemlys 2005-11-03 00:42:03 UTC
I wrote an email to the R developers list, since nobody replied, I dropped the
whole thing. After your letter, I filed the bug, hopefully now, someone will reply.
Comment 6 Christian - Manny Calavera - Neumair 2005-12-02 08:53:35 UTC
Thanks for filing it. Just for the reference, it's available under:
http://bugs.r-project.org/cgi-bin/R/wishlist?id=8278

From what I can see, the developers are not against inclusion but the patch
against R still has to be revised.
Comment 7 Bastien Nocera 2006-07-09 03:21:55 UTC
Comment on attachment 1220 [details] [review]
mimetype for R scripts

><?xml version="1.0" encoding="utf-8"?>

Don't make a separate file out of those types, they should be integrated in
freedesktop.org.xml.in

><mime-type type="text/x-R">
>  <comment>R script</comment>
>  <comment xml:lang="de">R-Skript</comment>

don't put the lang in here, but mark those as translatable (_comment instead of
comment)

>  <comment xml:lang="el">Πρόγραμμα εντολών R</comment>
>  <comment xml:lang="fi">R-skripti</comment>
>  <comment xml:lang="no">R-skript</comment>
>  <glob pattern="*.R"/>

Is there a magic that could be used to detect those files?

></mime-type>
Comment 8 Jack Tanner 2007-07-09 09:13:11 UTC
The last change to this bug was exactly a year ago. Ping?
Comment 9 Bastien Nocera 2008-06-11 09:58:33 UTC
No updates since 2005, closing.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.