Re: [Rd] is R syntax closed?

2015-09-19 Thread Mark van der Loo
> comment, some marker for 'command doesn't end at this line' etc. That is not necessary since R supports multi-line commands without the need for marking continuation. > R syntax done and any extensions are forbidden? R is maintained and extended by the R code team[1] who decide on the GNU R

Re: [R-pkg-devel] Writing a portable package that imports functions only available on Windows

2015-09-19 Thread Duncan Murdoch
On 19/09/2015 6:07 AM, Richard Cotton wrote: > I have a package that uses win.version from the utils package. > > I've made my R code safe to use across platforms, I check that the OS is > Windows before calling win.version. > > The NAMESPACE file contains the line > >

Re: [Bioc-devel] SummarizedExperiment with alternate back end

2015-09-19 Thread Vincent Carey
On Fri, Sep 18, 2015 at 8:36 PM, Kasper Daniel Hansen < kasperdanielhan...@gmail.com> wrote: > Interesting, thanks for the pointer. > > In light of the existing (and future) work on this, may I suggest an eSet > like class, but build using the technologies in SummarizedExperiment. Ie. > a

Re: [Bioc-devel] SummarizedExperiment with alternate back end

2015-09-19 Thread Benilton Carvalho
A long time ago, I created this (on top of rhdf5), which I often use when I need to use hdf5 files: https://github.com/benilton/rhdf5utils On Sat, Sep 19, 2015, 07:12 Morgan, Martin wrote: > Two less baked ideas are > > https://github.com/PaulPyl/h5array > >

Re: [R-pkg-devel] Writing a portable package that imports functions only available on Windows

2015-09-19 Thread Thierry Onkelinx
Have a look at the RODBC package. odbcConnectAcces() is only available on Windows. Op 19-sep.-2015 12:08 schreef "Richard Cotton" : > I have a package that uses win.version from the utils package. > > I've made my R code safe to use across platforms, I check that the OS is

[Rd] New version of the R parser in pqR

2015-09-19 Thread Radford Neal
I have rewritten the R parser in the new version of pqR that I recently released (pqR-2015-09-14, at pqR-project.org). The new version of the parser is much cleaner, is faster (sometimes quite substantially faster), has a better interface to the read-eval-print loop, and provides a better basis

Re: [Rd] is R syntax closed?

2015-09-19 Thread Ben Bolker
Mark van der Loo gmail.com> writes: > > > comment, some marker for 'command doesn't end at this line' etc. > > That is not necessary since R supports multi-line commands > without the need > for marking continuation. > > > R syntax done and any extensions are forbidden? > > R is maintained