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

2023-01-08 Thread gong yu
Search and read some information about windows timezone to Linux timezone mapping this week. And found an .net library implement this, https://github.com/mattjohnsonpint/TimeZoneConverter . Question is how to use it? ��: Simon Urbanek ʱ��: 2023��1��9��

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

2023-01-08 Thread Simon Urbanek
> 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 of > tztable[] . which come form > http://unicode.org/cldr/data/diff/supplemental/windows_tzid.html ,but it > can’t access now, the lasted v

Re: [Rd] Not documenting a function and not getting a check error?

2023-01-08 Thread Kurt Hornik
> Duncan Murdoch writes: > On 06/01/2023 5:25 a.m., Kevin Coombes wrote: >> I am fairly certain that the check for documentation is really just a >> check for the presence of the function name in an "alias" line. > Yes, that's what the test does, and that's fine. The problem is with > the

Re: [Rd] Looking for R for Windows (rversion: 4.2.2) in base/old/%rversion%/R-%rversion%-win.exe

2023-01-08 Thread Peter Dalgaard
Dunno what happened there, and Win binaries are generally "not my table". However, 4.2.2 is not old, so possibly should not be on that list at all. It is the current version, so can be obtained via the "here" link at the top of the page (i.e. https://cran.r-project.org/bin/windows/base/) -pd >