[Rd] Unlisting Nested Lists of Factors

2014-07-20 Thread Dario Strbenac
Hello, I rediscovered an old bug https://bugs.r-project.org/bugzilla/show_bug.cgi?id=12572 It was reported six years ago, but hasn't been accepted or rejected. Is there a plan to address it soon ? > sessionInfo() R version 3.1.1 (2014-07-10) Platform: x86_64-unknown-linux-gnu (64-bit) ---

Re: [Rd] patch about mingwbuild 4.9.1

2014-07-20 Thread Yu Gong
thanks for you answer, I didn't realize mingw-w64 already change default code model.  I found one more file also need change,otherwise package build will fail. the file is  share/make/winshlib.mk .   $(NM) $^ | $(SED) -n $(SYMPAT)|$(SED) -n '/.refptr./d'   | $(SED) -n 's/.refptr*//g'   >>

Re: [Rd] patch about mingwbuild 4.9.1

2014-07-20 Thread Prof Brian Ripley
I think you used the wrong code model: these come from defaulting to the medium-code model intended for x64 Cygwin -- see https://gcc.gnu.org/ml/gcc-patches/2013-03/msg00858.html . Also, please follow the posting guide and do not send HTML: your message arrived rather garbled. I've added a m