Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
luciorq created a review comment on a pull request on r-devel/r-svn
Your suggestion is implemented as of e0f6a85
luciorq pushed 9 commits to r-dev-day/issue-76 luciorq/r-svn
- 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
- Better argument names. git-svn-id: https://svn.r-project.org/R/trunk@87352 00db46b3-68df-0310-9c12-caf00c1e9a41 609d977
- cosmetic `...` speedup; fix indentation (84928) git-svn-id: https://svn.r-project.org/R/trunk@87353 00db46b3-68df-03... 56ae399
- fix format.POSIXlt() for fractional secs git-svn-id: https://svn.r-project.org/R/trunk@87354 00db46b3-68df-0310-9c12... ed0d98b
- Fix link. git-svn-id: https://svn.r-project.org/R/trunk@87355 00db46b3-68df-0310-9c12-caf00c1e9a41 079a1fa
- 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
- mention \dontdiff{} git-svn-id: https://svn.r-project.org/R/trunk@87358 00db46b3-68df-0310-9c12-caf00c1e9a41 4222b9a
- Merge branch 'r-devel:main' into r-dev-day/issue-76 e0f6a85
luciorq pushed 1 commit to r-dev-day/issue-76 luciorq/r-svn
- fix: remove as.character from call comparison 23cd06a
luciorq created a review comment on a pull request on r-devel/r-svn
Thank you for pointing that out
luciorq pushed 3 commits to main luciorq/condathis
luciorq closed a pull request on luciorq/condathis
doc: added doc return and example and other minor
Added `@return` and `@examples` to exported functions (hopefully all of them?) and run a couple of chores using `usethis` functions: `usethis::use_cran_comments` `usethis::use_tidy_description`...luciorq created a comment on a pull request on luciorq/condathis
Thank you for the docs uplift!
luciorq created a comment on an issue on r-devel/r-dev-day
Also find the SVN Diff file: ```diff Index: src/library/tools/R/QC.R =================================================================== --- src/library/tools/R/QC.R (revision 87348) +++ src...
luciorq created a comment on an issue on r-devel/r-dev-day
Work from today’s and yesterday’s sessions, under the guidance of @gmbecker and @lawremi, is summarized in Pull Request <https://github.com/r-devel/r-svn/pull/188>. Code changes were tested with...
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 created a branch on luciorq/r-svn
r-dev-day/issue-76 - Mirror of the R svn with CI for testing patches