Ecosyste.ms: Timeline

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

r-devel/r-svn

rforge pushed 1 commit to trunk r-devel/r-svn
  • Adjust adding urls in simultaneous download. git-svn-id: https://svn.r-project.org/R/trunk@87364 00db46b3-68df-0310... 14df023

View on GitHub

rforge pushed 1 commit to main r-devel/r-svn
  • print.POSIX*t(.., digits = *) passed to format...() git-svn-id: https://svn.r-project.org/R/trunk@87363 00db46b3-68d... 36b2f1f

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • print.POSIX*t(.., digits = *) passed to format...() git-svn-id: https://svn.r-project.org/R/trunk@87363 00db46b3-68d... 2c53fff

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • move C-level API materical to a new section git-svn-id: https://svn.r-project.org/R/trunk@87362 00db46b3-68df-0310-9... 79a13b4

View on GitHub

rforge pushed 1 commit to main r-devel/r-svn
  • Reduce the number of concurrent connections to a single server when downloading files. git-svn-id: https://svn.r-pr... beb9631

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • Reduce the number of concurrent connections to a single server when downloading files. git-svn-id: https://svn.r-pr... 2bad4ed

View on GitHub

rforge pushed 1 commit to main r-devel/r-svn
  • get rid of internal vs system tzone diff git-svn-id: https://svn.r-project.org/R/trunk@87359 00db46b3-68df-0310-9c12... 903fce3

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • get rid of internal vs system tzone diff git-svn-id: https://svn.r-project.org/R/trunk@87359 00db46b3-68df-0310-9c12... d9d6d33

View on GitHub

luciorq created a review comment on a pull request on r-devel/r-svn
Your suggestion is implemented as of e0f6a85

View on GitHub

luciorq created a review on a pull request on r-devel/r-svn

View on GitHub

rforge pushed 1 commit to main r-devel/r-svn
  • mention \dontdiff{} git-svn-id: https://svn.r-project.org/R/trunk@87358 00db46b3-68df-0310-9c12-caf00c1e9a41 4222b9a

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • mention \dontdiff{} git-svn-id: https://svn.r-project.org/R/trunk@87358 00db46b3-68df-0310-9c12-caf00c1e9a41 6b6e357

View on GitHub

luciorq created a review comment on a pull request on r-devel/r-svn
Thank you for pointing that out

View on GitHub

luciorq created a review on a pull request on r-devel/r-svn

View on GitHub

rforge pushed 1 commit to main r-devel/r-svn
  • mv new strict checks from *5 to *3 git-svn-id: https://svn.r-project.org/R/trunk@87357 00db46b3-68df-0310-9c12-caf00... aef5726

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • mv new strict checks from *5 to *3 git-svn-id: https://svn.r-project.org/R/trunk@87357 00db46b3-68df-0310-9c12-caf00... 382161f

View on GitHub

rforge pushed 1 commit to main r-devel/r-svn
  • Fix link. git-svn-id: https://svn.r-project.org/R/trunk@87355 00db46b3-68df-0310-9c12-caf00c1e9a41 079a1fa

View on GitHub

rforge pushed 1 commit to main r-devel/r-svn
  • fix format.POSIXlt() for fractional secs git-svn-id: https://svn.r-project.org/R/trunk@87354 00db46b3-68df-0310-9c12... ed0d98b

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • cosmetic `...` speedup; fix indentation (84928) git-svn-id: https://svn.r-project.org/R/trunk@87353 00db46b3-68df-03... 8271f86

View on GitHub

rforge pushed 1 commit to main r-devel/r-svn
  • Better argument names. git-svn-id: https://svn.r-project.org/R/trunk@87352 00db46b3-68df-0310-9c12-caf00c1e9a41 609d977

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • Better argument names. git-svn-id: https://svn.r-project.org/R/trunk@87352 00db46b3-68df-0310-9c12-caf00c1e9a41 05b1e9f

View on GitHub

eddelbuettel created a comment on a pull request on r-devel/r-svn
Nice work! > \# true trailing zeros are dropped... I am actually not sure I like this. Assume a situation where you have 'random' time measurements in a mix of 'full' and 'fractional' second...

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

rforge pushed 1 commit to main r-devel/r-svn
  • forgotten update for r81968: `digits` is used git-svn-id: https://svn.r-project.org/R/trunk@87350 00db46b3-68df-0310... 489066b

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • forgotten update for r81968: `digits` is used git-svn-id: https://svn.r-project.org/R/trunk@87350 00db46b3-68df-0310... 0849605

View on GitHub

rforge pushed 1 commit to main r-devel/r-svn
  • Check formal validity of language tags in DESCRIPTION Language field (PR#18818). git-svn-id: https://svn.r-project.o... 3560b60

View on GitHub

rforge pushed 1 commit to trunk r-devel/r-svn
  • Check formal validity of language tags in DESCRIPTION Language field (PR#18818). git-svn-id: https://svn.r-project.o... 8d76a8f

View on GitHub

luciorq opened a pull request on r-devel/r-svn
Update checkS3methods to ignore deprecated/defunct functions - R Dev Day issue 76
Context: [r-devel/r-dev-day#76](https://github.com/r-devel/r-dev-day/issues/76) Also related: [r-devel/cran-cookbook/discussions/53](https://github.com/r-devel/cran-cookbook/discussions/53) T...
luciorq forked r-devel/r-svn

luciorq/r-svn

Load more