Re: [Rd] Bug: C-level and _set_rl_word_breaks

2013-01-31 Thread Duncan Murdoch
On 13-01-30 9:48 PM, Laurent Gautier wrote: Hi, I filed a bug report in the tracker (id #15169) a short while ago, along with a patch, but I came back to it to see that there is relatively little movement or participation on the tracker so I thought I'd pitch it here (patch attached). The

Re: [Rd] Bug: C-level and _set_rl_word_breaks

2013-01-31 Thread Laurent Gautier
On 2013-01-31 21:09, Duncan Murdoch wrote: On 13-01-30 9:48 PM, Laurent Gautier wrote: Hi, I filed a bug report in the tracker (id #15169) a short while ago, along with a patch, but I came back to it to see that there is relatively little movement or participation on the tracker so I thought

[Rd] CRAN task views: markdown? better .CSS?

2013-01-31 Thread Michael Friendly
CRAN task views are useful, but they seem difficult to write and maintain because the XML format is rather limited (no sectioning) and the packagelist must be maintained manually. They are also difficult to read because the generated html and .css used are extremely basic, giving an overly

Re: [Rd] CRAN task views: markdown? better .CSS?

2013-01-31 Thread Yihui Xie
See this page by Barry Rowlingson: https://stat.ethz.ch/pipermail/r-devel/2012-February/063338.html Given that CRAN maintainers do not even use JavaScript, I bet CSS does not matter either; plain text is plain good. Regards, Yihui -- Yihui Xie xieyi...@gmail.com Phone: 515-294-2465 Web:

Re: [Rd] CRAN task views: markdown? better .CSS?

2013-01-31 Thread Barry Rowlingson
On Thu, Jan 31, 2013 at 4:28 PM, Yihui Xie x...@yihui.name wrote: See this page by Barry Rowlingson: https://stat.ethz.ch/pipermail/r-devel/2012-February/063338.html Sadly that page is just the lipstick on a pig. Underneath, its still a pig. Given that CRAN maintainers do not even use

Re: [Rd] CRAN task views: markdown? better .CSS?

2013-01-31 Thread Achim Zeileis
Michael: CRAN task views are useful, but they seem difficult to write and maintain because the XML format is rather limited (no sectioning) What type of sectioning would you like to have? In the HTML part, you can use the usual structuring tools like h*, p, etc. It's not and the

Re: [Rd] CRAN task views: markdown? better .CSS?

2013-01-31 Thread Achim Zeileis
On Thu, 31 Jan 2013, Yihui Xie wrote: See this page by Barry Rowlingson: https://stat.ethz.ch/pipermail/r-devel/2012-February/063338.html Given that CRAN maintainers do not even use JavaScript, I bet CSS does not matter either; You lose - see help(ctv2html, package = ctv). Have I won

Re: [Rd] CRAN task views: markdown? better .CSS?

2013-01-31 Thread Michael Friendly
On 1/31/2013 12:01 PM, Achim Zeileis wrote: Michael: CRAN task views are useful, but they seem difficult to write and maintain because the XML format is rather limited (no sectioning) What type of sectioning would you like to have? In the HTML part, you can use the usual structuring tools