Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

hturner

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!

View on GitHub

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.

View on GitHub

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.

View on GitHub

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:...

View on GitHub

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...

View on GitHub

hturner pushed 1 commit to issue/17350 eddelbuettel/r-svn
  • reinstate np loop but use truncation 60c64de

View on GitHub

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

View on GitHub

hturner created a comment on an issue on snarfed/bridgy-fed
Brilliant, thanks everyone. I can confirm that both accounts now appear in the Bluesky search, so that issue is fixed as well.

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
Let's talk it through in the Dev Day session and see if we can get on the same page!

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
I do not provide a format string in the second call to format in Example 1.

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
**Example 0** This is what I meant by my earlier comment > However, in our example, the code is not working correctly, because it is dropping non-zero digits. ``` r options(digits.secs = ...

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
Okay, the trailing zeros behaviour isn't quite what I expected in R-release. **Example 1** ``` r y <- as.POSIXlt(c("2009-08-03 12:01:59.0001", "2009-08-03 12:01:59.1001", ...

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
I don't think we need to touch the C code. I'll try to come up with some examples in time for the Dev Day session.

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
I think your first patch is closer to what we want here. We want to avoid rounding, because as noted by @mmaechler in [comment 7](https://bugs.r-project.org/show_bug.cgi?id=17350#c7) of the bug ...

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
Ah okay, I missed that those results were with your patch.

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
I'm getting different results from you @eddelbuettel. Here with `R --vanilla` to be safe: ``` r R.Version()$version.string #> [1] "R version 4.4.2 (2024-10-31)" R.Version()$platform #> [1] "a...

View on GitHub

hturner opened an issue on snarfed/bridgy-fed
Photo and bio not synced to Bluesky on certain accounts
I have used Bridgy Fed to bridge my [personal account](https://fed.brid.gy/ap/@[email protected]) and the organization accounts for [R_Contributors](https://fed.brid.gy/ap/@R_Contributors@h...
hturner created a comment on an issue on r-devel/r-dev-day
Some minor changes to the above steps: * Test code is in `src/library/grid/tests/masks.R` * Need to use `quartz(type = "png", bg = "white")` otherwise the test plots overplot each other * Need...

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
Another couple of issues to highlight: * https://github.com/r-devel/translations-dashboard/issues/46 * https://github.com/r-devel/translations-dashboard/issues/47

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
Now fixed!

View on GitHub

hturner closed an issue on r-devel/r-dev-day
rdevday-en page link to 'labeled' issues may lack quotes
The [rdevday-en page](https://latinr.org/en/cronograma/r-dev-day/rdevday-en.html) has > Tasks will be prepared as [issues on this repository with label LatinR2024](https://github.com/r-devel/r-d...
hturner opened an issue on r-devel/r-dev-day
Bug 17350 - Formatting fractions of a second for POSIXt
The original report for [Bug 17350](https://bugs.r-project.org/show_bug.cgi?id=17350) queried whether fractions of a second for a POSIXct were displayed correctly when printed. The discussion start...
hturner pushed 0 commits to main hturner/web-LatinR2024

View on GitHub

hturner created a branch on hturner/web-LatinR2024

fix-links - Sitio web LatinR2024

hturner forked LatinR/web-LatinR2024

hturner/web-LatinR2024

hturner opened an issue on r-devel/r-dev-day
R Dev Guide: Document bulk automatic translation
This task is to address issue https://github.com/r-devel/rdevguide/issues/190 on the R Dev Guide repo, by adding a subsection to the guide documenting a process for bulk automatic translation via W...
hturner opened an issue on r-devel/rdevguide
Document bulk automatic translation
At R Dev Day @ SIP2024, @GabiLimaMarin tested out a workflow for bulk automatic translation with Weblate: https://github.com/r-devel/r-dev-day/issues/66. It would be good to document this workf...
hturner pushed 1 commit to main r-devel/translations-dashboard

View on GitHub

hturner pushed 1 commit to main r-devel/r-dev-day
  • minor updates to RSECon24 report b60bf0e

View on GitHub

hturner pushed 2 commits to main r-devel/rcwg
  • update meeting info 34318a4
  • Merge branch 'main' of github.com:r-devel/rcwg d13a8e7

View on GitHub

Load more