Re: [R] Installation of package "rio" broken

2016-06-14 Thread Uwe Ligges
On 14.06.2016 21:01, Ista Zahn wrote: On Tue, Jun 14, 2016 at 3:19 PM, wrote: Hi all, today I wanted to install package "rio". As it depends on package "feather" which is only available as source I have chosen to install "rio" from source. The installations fails with

Re: [R] Installation of package "rio" broken

2016-06-14 Thread Ista Zahn
On Tue, Jun 14, 2016 at 3:19 PM, wrote: > Hi all, > > today I wanted to install package "rio". As it depends on package "feather" > which is only available as source I have chosen to install "rio" from source. > The installations fails with the following messages: "feather"

Re: [R] Installation of package "rio" broken

2016-06-14 Thread William Dunlap via R-help
Your log showed that g++ was given the flag -std=c++0x. It should be -std=c++11 so the 'using typename = blahblah' syntax works. Either your feather/src/Makevars is missing the line CXX_STD=CXX11 or your version of R is lacking support for CXX_STD. > g++ -m32 -std=c++0x

[R] Installation of package "rio" broken

2016-06-14 Thread G . Maubach
Hi all, today I wanted to install package "rio". As it depends on package "feather" which is only available as source I have chosen to install "rio" from source. The installations fails with the following messages: -- cut -- * installing *source* package 'feather' ... ** Paket 'feather'