Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hturner created a comment on an issue on r-devel/r-dev-day
Thanks for picking this up George - the later patch was the one that I tested, I just linked to the wrong one in my last comment. Good idea to copy the latest patch here to avoid confusion!
hturner created a comment on an issue on r-devel/r-dev-day
@Nerwosolek the patch was submitted by @georgestagg in [this comment](https://github.com/r-devel/r-project-sprint-2023/issues/43#issuecomment-1701701884) on the R Project Sprint 2023 repo.
hturner created a comment on an issue on r-devel/r-dev-day
Patch updated following Martin Maechler's feedback, tested on the PR and now submitted to Bugzilla.
hturner created a comment on a pull request on r-devel/r-svn
Also, it still drops to simpler format if possible ```r z <- as.POSIXlt(c("2009-08-03 12:01:59.000", "2009-08-03 12:01:59.000")) options(digits.secs = 4) format(z, format = "%Y-%m-%d %H:%M:...
hturner created a comment on a pull request on r-devel/r-svn
I update the patch following Martin Maechler's review. With this patch: ```r x <- as.POSIXct("2009-08-03 12:01:59") + 0:3/10 # options(digits.secs) and digits are now consistent for the defa...
hturner pushed 1 commit to issue/17350 eddelbuettel/r-svn
- reinstate np loop but use truncation 60c64de
hturner pushed 4 commits to issue/17350 eddelbuettel/r-svn
- document recent tweaks git-svn-id: https://svn.r-project.org/R/trunk@87348 00db46b3-68df-0310-9c12-caf00c1e9a41 2656741
- Check formal validity of language tags in DESCRIPTION Language field (PR#18818). git-svn-id: https://svn.r-project.o... 3560b60
- forgotten update for r81968: `digits` is used git-svn-id: https://svn.r-project.org/R/trunk@87350 00db46b3-68df-0310... 489066b
- Merge branch 'main' into issue/17350 9c68536