search for: r70319

Displaying 5 results from an estimated 5 matches for "r70319".

Did you mean: 370319
2016 Mar 11
2
Regression in strptime
This is definitely obscure but we had a unit test that called .Internal(strptime, "1942/01/01", %Y/%m/%d") with timezone (TZ) set to CET. In R-3.1.3 that returned "1942-01-01 CEST" which, paradoxically, is correct as they evidently did strange things in Germany during the war period. Java also returns the same. However, R-3.2.4 returns "1942-01-01 CET".
2016 Mar 12
2
Regression in strptime
...; which, paradoxically, is correct as they evidently did strange things in Germany during the war period. Java also returns the same. However, R-3.2.4 returns "1942-01-01 CET". > Did you mean: > > pd$ r-release-branch/BUILD-dist/bin/R > > R version 3.2.4 Patched (2016-03-10 r70319) -- "Very Secure Dishes" > Copyright (C) 2016 The R Foundation for Statistical Computing > Platform: x86_64-apple-darwin13.4.0/x86_64 (64-bit) > [...] >> strptime("1942/01/01", "%Y/%m/%d", tz="CET") > [1] "1942-01-01 CEST" > &gt...
2016 Mar 12
0
Regression in strptime
...t;1942-01-01 CEST" which, paradoxically, is correct as they evidently did strange things in Germany during the war period. Java also returns the same. However, R-3.2.4 returns "1942-01-01 CET". Did you mean: pd$ r-release-branch/BUILD-dist/bin/R R version 3.2.4 Patched (2016-03-10 r70319) -- "Very Secure Dishes" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin13.4.0/x86_64 (64-bit) [...] > strptime("1942/01/01", "%Y/%m/%d", tz="CET") [1] "1942-01-01 CEST" But then as you see, it does ha...
2016 Mar 15
4
Regression in strptime
...ge things in Germany during the war period. Java also returns the same. However, R-3.2.4 returns "1942-01-01 CET". >>> Did you mean: >>> >>> pd$ r-release-branch/BUILD-dist/bin/R >>> >>> R version 3.2.4 Patched (2016-03-10 r70319) -- "Very Secure Dishes" >>> Copyright (C) 2016 The R Foundation for Statistical Computing >>> Platform: x86_64-apple-darwin13.4.0/x86_64 (64-bit) >>> [...] >>>> strptime("1942/01/01", "%Y/%m/%d", tz="CET&quot...
2016 Mar 12
0
Regression in strptime
..., is correct as they evidently did strange things in Germany during the war period. Java also returns the same. However, R-3.2.4 returns "1942-01-01 CET". >> Did you mean: >> >> pd$ r-release-branch/BUILD-dist/bin/R >> >> R version 3.2.4 Patched (2016-03-10 r70319) -- "Very Secure Dishes" >> Copyright (C) 2016 The R Foundation for Statistical Computing >> Platform: x86_64-apple-darwin13.4.0/x86_64 (64-bit) >> [...] >>> strptime("1942/01/01", "%Y/%m/%d", tz="CET") >> [1] "1942-01-01...