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 a pull request on r-devel/rdevguide
Looks great, thanks. I think the R Core Developers chapter needs a brief update so I'll open a separate issue about that and mention the broken link there. @all-contributors please add @cjra...

View on GitHub

hturner pushed 145 commits to main hturner/r-svn
  • Use check log INFO by default. git-svn-id: https://svn.r-project.org/R/trunk@87242 00db46b3-68df-0310-9c12-caf00c1e9a41 2364527
  • more details on compareVersion git-svn-id: https://svn.r-project.org/R/trunk@87243 00db46b3-68df-0310-9c12-caf00c1e9a41 99e696d
  • repair git-svn-id: https://svn.r-project.org/R/trunk@87246 00db46b3-68df-0310-9c12-caf00c1e9a41 fb616a1
  • no longer use require() in low-level code needing namespace git-svn-id: https://svn.r-project.org/R/trunk@87247 00db... 8bd23bd
  • fixup section header in NEWS git-svn-id: https://svn.r-project.org/R/trunk@87250 00db46b3-68df-0310-9c12-caf00c1e9a41 297511d
  • sync NEWS (r87202 has been ported) git-svn-id: https://svn.r-project.org/R/trunk@87251 00db46b3-68df-0310-9c12-caf00... 559b362
  • typo git-svn-id: https://svn.r-project.org/R/trunk@87253 00db46b3-68df-0310-9c12-caf00c1e9a41 9307ece
  • Win: from FAQ on `~` git-svn-id: https://svn.r-project.org/R/trunk@87254 00db46b3-68df-0310-9c12-caf00c1e9a41 32c0a1e
  • "normalize" messages, notably for translation, to use "character string" git-svn-id: https://svn.r-project.org/R/tru... 320c6de
  • spelling/markup git-svn-id: https://svn.r-project.org/R/trunk@87256 00db46b3-68df-0310-9c12-caf00c1e9a41 7598fe4
  • tweak r87187 git-svn-id: https://svn.r-project.org/R/trunk@87257 00db46b3-68df-0310-9c12-caf00c1e9a41 e1cbaee
  • avoid spurious Rdiff from testing examples in a non-English locale git-svn-id: https://svn.r-project.org/R/trunk@872... c93c823
  • checkdistcomplete in a non-English locale git-svn-id: https://svn.r-project.org/R/trunk@87259 00db46b3-68df-0310-9c1... b78cb51
  • comments git-svn-id: https://svn.r-project.org/R/trunk@87260 00db46b3-68df-0310-9c12-caf00c1e9a41 9414e46
  • flip defailt for reporting marked character strings git-svn-id: https://svn.r-project.org/R/trunk@87261 00db46b3-68d... 9a32d6b
  • document "unaliased" check git-svn-id: https://svn.r-project.org/R/trunk@87262 00db46b3-68df-0310-9c12-caf00c1e9a41 77cea26
  • tools::checkDocFiles() no longer overlooks nullary functions git-svn-id: https://svn.r-project.org/R/trunk@87263 00d... fac2194
  • fix bad usage (via r87263) git-svn-id: https://svn.r-project.org/R/trunk@87264 00db46b3-68df-0310-9c12-caf00c1e9a41 c84d936
  • Copy base .mo files to translations package, even when DESCRIPTION exists; PR#18694, Michael Chirico git-svn-id: htt... bd903b0
  • Updated translations, credits: * Spanish * Macarena Quiroga <[email protected]> (1) * Julieta L... 4fbd79a
  • and 125 more ...

View on GitHub

hturner created a comment on an issue on r-devel/r-dev-day
First need to fix get.var function so that it takes account of `transform.x` argument (maybe also returning correct name in this case to avoid later if clauses, e.g. [L129](https://github.com/r-dev...

View on GitHub

hturner pushed 1 commit to main r-devel/r-dev-day

View on GitHub

hturner pushed 3 commits to main r-devel/rdevguide
  • Change Developer -> Dev 0d5666f
  • dev -> development 1e157dc
  • Merge pull request #210 from r-devel/SaranjeetKaur-patch-1 Change Developer -> Development f0ed299

View on GitHub

hturner closed a pull request on r-devel/rdevguide
Change Developer -> Dev
The section heading is changed to have "Dev" instead of "Developer".
hturner created a comment on a pull request on r-devel/rdevguide
Switched to "development" as we don't use the abbreviated version elsewhere in the guide.

View on GitHub

hturner pushed 1 commit to SaranjeetKaur-patch-1 r-devel/rdevguide

View on GitHub

hturner closed an issue on r-devel/rdevguide
cover page for the dev guide
Recently, I had the chance to work with a [Scriberia](https://www.scriberia.com) artist (Jem Milton) during [the Turing Way](https://book.the-turing-way.org) book dash 2024. We have come up with an...
hturner created a comment on an issue on r-devel/rdevguide
Closed by #208

View on GitHub

hturner closed an issue on r-devel/rdevguide
Cover image for PDF and EPUB
You need to also consider how to add the cover image to the PDF and EPUB. There is some guidance on PDF here: https://stackoverflow.com/a/43057244/173755. It may be easiest to do this first, then s...
hturner deleted a branch r-devel/rdevguide

image

hturner closed an issue on r-devel/rdevguide
Create an image of a book cover
I think you need to create an image of a book cover using the R logo as the main image. See for example the images on https://bookdown.org/ - they are the cover image of the hard copy book. We don'...
hturner closed a pull request on r-devel/rdevguide
Add Scriberia image
Closes #85, #86, #179, #206 This pull request includes updates to the cover image and cover page. A new portrait style cover page (created using [Canva](https://www.canva.com/)) is added which u...
hturner created a review on a pull request on r-devel/rdevguide

View on GitHub

hturner created a review comment on a pull request on r-devel/rdevguide
We could also add in an example of a `stopifnot()` test as suggested in https://github.com/r-devel/rdevguide/issues/28#issuecomment-1104532710. There may be a simpler one we can find.

View on GitHub

hturner created a review on a pull request on r-devel/rdevguide

View on GitHub

hturner created a review comment on a pull request on r-devel/rdevguide
```suggestion Writing tests for R is much like writing tests for your own code. Tests need to be thorough, fast, isolated, consistently repeatable, and as simple as possible. When you are adding t...

View on GitHub

hturner created a review comment on a pull request on r-devel/rdevguide
```suggestion - The exact format of messages from R or from add-on packages can change and may be translated. Hence, it is not a good idea to test their exact format. ```

View on GitHub

hturner created a review comment on a pull request on r-devel/rdevguide
```suggestion - Testing the time taken by a command is not reasonable. This is because, one cannot know how fast or how heavily loaded an R platform might be. At best one can test a ratio of times...

View on GitHub

hturner created a review comment on a pull request on r-devel/rdevguide
```suggestion Tests for R should follow the general good practice documented in the [Writing R Extensions](https://cran.r-project.org/doc/manuals/r-devel/R-exts.html) manual. In particular: ```

View on GitHub

hturner created a review on a pull request on r-devel/rdevguide
I've gone through to suggest some specific changes based on my review. This probably also needs bringing up to date to reflect the change in chapter numbering.

View on GitHub

hturner opened an issue on r-devel/rdevguide
Add section on benchmarking
Once we have a chapter on writing tests (#73) add section on benchmarking.
hturner created a comment on a pull request on r-devel/rdevguide
Thanks @SaranjeetKaur. Could you update the cover page so there is a clearer difference between the book title and the book authors? For example, use larger font for the title and/or smaller font f...

View on GitHub

hturner created a comment on a pull request on r-devel/rdevguide
@razekmh thanks for pulling this list together. @cjrace is correct that the contact address is different for each website and it would be helpful to have this documented all in one place. Can...

View on GitHub

hturner created a comment on a pull request on r-devel/rdevguide
Thanks @SJaffa for making a start here. As @cjrace says, he has taken your suggestion on board and we are working on a new PR (#188) that will enable us to close the issue. We'll be sure to acknowl...

View on GitHub

hturner closed a pull request on r-devel/rdevguide
WIP: Improve documentation on how to contribute to documentation
At RSECon24 R dev day. Looking at https://github.com/r-devel/r-dev-day/issues/55, and https://github.com/r-devel/rdevguide/issues/118, but not sure if it fully closes either of them yet. New con...
hturner created a review comment on a pull request on r-devel/rdevguide
Either briefly explain what a pull request is, or briefly explain that people can also propose changes to the source directly as described in the linked section.

View on GitHub

hturner created a review comment on a pull request on r-devel/rdevguide
```suggestion Contributions to the R Development Guide (what you are reading now) are also welcome. The source for this guide lives in a [GitHub repository](https://github.com/r-devel/rdevguide/) ...

View on GitHub

hturner created a review comment on a pull request on r-devel/rdevguide
Need to differentiate between packages maintained by R core and contributed packages. See https://contributor.r-project.org/rdevguide/ReportingBugs.html#ReportBug.

View on GitHub

Load more