[Rd] 答复: patch about timezone name of China Standard Time on windows

2023-01-08 Thread gong yu
�� 5:56 �ռ���: gong yu : r-devel@r-project.org : Re: [Rd] patch about timezone name of China Standard Time on windows > On 7/01/2023, at 1:17 PM, gong yu wrote: > > understand your concerns. > for registerTZ.c itself , IMHO , the most important part is the definition o

[Rd] 答复: patch about timezone name of China Standard Time on windows

2023-01-06 Thread gong yu
��: Simon Urbanek ʱ��: 2023��1��7�� 6:36 �ռ���: gong yu : Ivan Krylov ; r-devel@r-project.org : Re: [Rd] patch about timezone name of China Standard Time on windows Just a quick comment here - this is not as easy as it sounds, because the code is in the

[Rd] 回复: patch about timezone name of China Standard Time on windows

2023-01-06 Thread gong yu
: Ivan Krylov ʱ��: 2023��1��6�� 15:26 �ռ���: gong yu : r-devel@r-project.org : Re: [Rd] patch about timezone name of China Standard Time on windows Hello Yu Gong! I'm not an R developer, but I hope I'll be able to help you with my advice. On Fri, 6 Jan 2023 04:24:43 +0

[Rd] patch about timezone name of China Standard Time on windows

2023-01-05 Thread gong yu
Last week ,I report a issuse about timezone name about" China Standard Time", R on windows will report to Asia/Taipei , but it should be Asia/Shanghai, Since still now no feedback (maybe because for my poor english). So resubmit a patch about this . Change it from Asia/Taipei to Asia/Shanghai

[Rd] 回复: R 4.2.2 on Haiku

2023-01-03 Thread gong yu
thank you very much, use R on haiku-os several times before. the OS is fast and eye-candy, just release beta 4 before new year. when use R on haiku-os, some package will compiled failed(cairo for example) ,but most package work seamlessly. btw, about R on haiku-os , Maybe you could create a git

[Rd] Sys.timezone() return wrong result on windows 10

2022-12-26 Thread gong yu
Dear R core team: Sys.timezone() return wrong result on windows 10 (simple chinese version), it return Asia/Taipei ,but The time zone is " China Standard Time (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi" . after some digging , the code related this issue at r\src\extra\tzone\registryT

[Rd] problems of new cairo device on win32

2011-04-28 Thread Gong Yu
yesterday i send two email about these problems, but I found the attached patch is removed, so i post again. issue 1 : the new cairo device depend on gtk2, but gtk for windows is buggy, and cairo can be built without gtk2, so I propose build cairo without gtk2 using MinGW, so we can reduce th

[Rd] cairo device on win32 without gtk2

2011-04-28 Thread Gong Yu
now cairo device work on win32, but it depends gtk2 for windows and have CJK problem. so I change a litte bit to avoid these two problem. to apply these two patch, you should build pixman and cairo without gtk2 using mingw from source. Yu Gong__ R

[Rd] patch about recent cairo device on win32

2011-04-28 Thread Gong Yu
dear all: now I am happy with cairo on win32, but it depends gtk2 for windows and have CJK problem. so I change a litte bit to avoid this two problem. to apply those two patch, you should build pixman and cairo without gtk2 using mingw from source. Yu Gong__

[Rd] patch about compile R with clang

2010-02-22 Thread Gong Yu
clang is compiler http://clang.llvm.org, it is fast and better c compiler then gcc, yesterday i use clang and gfortran compile R. The only two change in source code is : 1. the configure file (in confiure when test include wctype.h,gcc can compile but clang need include both wchar.h wctype.h),so

Re: [Rd] I have finished compiling of R 64 bit on 64 bit Windows use MINGW64

2010-01-06 Thread Gong Yu
=.o) crc32_x86.o crc64_x86.o else OBJECTS = $(SOURCES:.c=.o) crc32_fast.o crc64_fast.o endif because gcc64 can't compile crc32_x86.s crc64_x86.s,but gcc 32 can , so gcc64 must compile the crc32_fast.c crc64_fast.c best wishs Gong Yu __ R-de

Re: [Rd] I have finished compiling of R 64 bit on 64 bit Windows use MINGW64

2010-01-06 Thread Gong Yu
elete the main function) 7. change the R\share\make\var.mk,(comment out the tcltk) 8. may be more files, but I can't recall now,so if there have an error then you can tell me,i will try figure it out - Original Message From: Uwe Ligges To: Gong Yu Cc: Prof Brian Ripley ; r

[Rd] the source code and tool-chain for R64-win64 uploaded

2010-01-05 Thread Gong Yu
f you have any question about gcc ,pls write a mail to the webmaster of equation.com ) best wishs. Gong Yu 2010/1/6 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] I have finished compiling of R 64 bit on 64 bit Windows use MINGW64

2010-01-04 Thread Gong Yu
it's done,Uploaded, filename is R-64Bit-for-Win64.rar thanks,xie --- On Tue, 1/5/10, Yihui Xie wrote: > From: Yihui Xie > Subject: Re: [Rd] I have finished compiling of R 64 bit on 64 bit Windows use > MINGW64 > To: "Gong Yu" > Cc: "Uwe Ligges&qu

Re: [Rd] I have finished compiling of R 64 bit on 64 bit Windows use MINGW64

2010-01-04 Thread Gong Yu
d the R 64 bin file ,the tool-chain i used, then the whole R source (because there still some problems in the sources ,so it maybe a few day later) Best wishes, Gong Yu --- On Mon, 1/4/10, Uwe Ligges wrote: > From: Uwe Ligges > Subject: Re: [Rd] I have finished compiling of R 64 bi