search for: r72542

Displaying 8 results from an estimated 8 matches for "r72542".

Did you mean: 372542
2017 Apr 19
5
R 3.4 has broken C++11 support
...ts: $ gcc --version | head -n1 gcc (GCC) 6.3.1 20170306 Could wrong ./configure options be at fault here? See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 My sessionInfo(): $ R-devel --slave -e 'sessionInfo()' | head -n3 R Under development (unstable) (2017-04-18 r72542) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Arch Linux Thanks, Philipp Helmholtz Zentrum Muenchen Deutsches Forschungszentrum fuer Gesundheit und Umwelt (GmbH) Ingolstaedter Landstr. 1 85764 Neuherberg www.helmholtz-muenchen.de Aufsichtsratsvorsitzende: MinDir'in Baerbel Brumme-B...
2017 Apr 19
2
Crash after (wrongly) applying product operator on S4 object that derives from list
...) { value <- callGeneric(e1, e2 at .Data) if (length(value) == length(e2)) { e2 at .Data <- value e2 } else value } > is(ma, "vector") [1] TRUE I got that in a fresh session of > sessionInfo() R Under development (unstable) (2017-04-18 r72542) Platform: x86_64-apple-darwin16.5.0 (64-bit) Running under: macOS Sierra 10.12.4 Best wishes Wolfgang 19.4.17 10:01, Hilmar Berger scripsit: > Hi, > > following up on my own question, I found smaller example that does not > require LIMMA: > > setClass("FOOCLASS", >...
2017 Apr 19
0
R 3.4 has broken C++11 support
...| head -n1 | gcc (GCC) 6.3.1 20170306 | | Could wrong ./configure options be at fault here? See: | | https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 | | My sessionInfo(): | | $ R-devel --slave -e 'sessionInfo()' | head -n3 | R Under development (unstable) (2017-04-18 r72542) | Platform: x86_64-pc-linux-gnu (64-bit) | Running under: Arch Linux Maybe you can share with us how you configure the build of R-devel? I tend to locally build every week or so and I have the following on Ubuntu 16.10: CXX = ccache g++ CXXCPP = $(CXX) -E CXXFLAGS = -ggdb -pipe -Wall -pe...
2017 Apr 19
0
R 3.4 has broken C++11 support
...gcc --version | head -n1 gcc (GCC) 6.3.1 20170306 Could wrong ./configure options be at fault here? See: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40 My sessionInfo(): $ R-devel --slave -e 'sessionInfo()' | head -n3 R Under development (unstable) (2017-04-18 r72542) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Arch Linux Thanks, Philipp Helmholtz Zentrum Muenchen Deutsches Forschungszentrum fuer Gesundheit und Umwelt (GmbH) Ingolstaedter Landstr. 1 85764 Neuherberg www.helmholtz-muenchen.de Aufsichtsratsvorsitzende: MinDir'in Baerbel Bru...
2017 Apr 19
0
R 3.4 has broken C++11 support
...170306? > > Could wrong ./configure options be at fault here? See:? > > https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=r-devel#n40? > > My sessionInfo():? > > $ R-devel --slave -e 'sessionInfo()' | head -n3? > R Under development (unstable) (2017-04-18 r72542)? > Platform: x86_64-pc-linux-gnu (64-bit)? > Running under: Arch Linux? > > Thanks, Philipp? > > ? > > Helmholtz Zentrum Muenchen > Deutsches Forschungszentrum fuer Gesundheit und Umwelt (GmbH) > Ingolstaedter Landstr. 1 > 85764 Neuherberg > www.helmholtz-mue...
2017 Apr 19
0
Crash after (wrongly) applying product operator on S4 object that derives from list
...gth(e2)) { > e2 at .Data <- value > e2 > } > else value > } > > > >> is(ma, "vector") > > [1] TRUE > > I got that in a fresh session of >> >> sessionInfo() > > R Under development (unstable) (2017-04-18 r72542) > Platform: x86_64-apple-darwin16.5.0 (64-bit) > Running under: macOS Sierra 10.12.4 > > Best wishes > Wolfgang > > 19.4.17 10:01, Hilmar Berger scripsit: >> >> Hi, >> >> following up on my own question, I found smaller example that does not >> re...
2017 Apr 18
3
R 3.4 has broken C++11 support
Hi, This commit (I?m using the mirror to have a working link) broke C++11 compilation. Before (and still now, according to the comments in the configure script), it?s sufficient to just have ?SystemRequirements: C++11? in the DESCRIPTION file. But now ?R CMD install? fails with ?C++11 standard requested but CXX11 is not defined?, which is, according to the documentation , a lie. I can?t
2017 Apr 18
3
Crash after (wrongly) applying product operator on object from LIMMA package
Hi, this is a problem that occurs in the presence of two libraries (limma, xlsx) and leads to a crash of R. The problematic code is the wrong application of sweep or the product ("*") function on an LIMMA MAList object. To my knowledge, limma does not define a "*" method for MAList objects. If only LIMMA is loaded but not package xlsx, the code does not crash but rather