Ecosyste.ms: Timeline

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

hturner

hturner opened an issue on r-devel/r-dev-day
Bug 18677 - Documentation of base::gamma & base::is.numeric could be Improved
This issue is good for someone with a mathematical/statistical background, who is comfortable with basic LaTex-style math markup. In [Bug 18677](https://bugs.r-project.org/show_bug.cgi?id=18677)...
hturner opened an issue on r-devel/r-dev-day
Bug 7084 - text(x, y, labels) - recycling problems and RFC
Currently `text()` recycles coordinate pairs when there are more labels than points to plot them at. For example: ```r plot(1:7); text(1:2, 2:4, LETTERS[1:4]) ``` results in ![text_recycl...
hturner opened an issue on r-devel/r-dev-day
Bug 18773 - grid::dataViewport() has minor bugs in error messages and help
This is a good first issue making small changes to the code and documentation of `grid::dataViewport()`. The changes are already proposed in [Bug 18773](https://bugs.r-project.org/show_bug.cgi?id=1...
hturner created a comment on an issue on r-devel/r-dev-day
**Part 2: Image to check orientation** In the first part, the raster (black square) was symmetrical about the diagonal from bottom-left (blue square) to top-right (red square). For the second im...

View on GitHub

hturner opened an issue on r-devel/r-dev-day
Bug 17148: rasterImage shows incorrect image orientation
This task is to create some test images to help with fixing [Bug 17148](https://bugs.r-project.org/show_bug.cgi?id=17148). It has two parts - the second should only be attempt once the first is com...
hturner created a comment on an issue on r-devel/r-dev-day
@brianterry-warwick and I took a look at the second part of this issue. **Diagnosis** As noted by Colin in https://github.com/r-devel/r-dev-day/issues/11#issuecomment-2079442127, the problem...

View on GitHub

hturner pushed 1 commit to main r-devel/r-devel.github.io

View on GitHub

hturner opened a pull request on hturner/pkg-dev-ctv
28 add items for localisation
I thought eliocamp/rhelpi18n was important enough to mention even though it's experimental - package authors may wish to experiment with it, e.g. creating translation modules for CRAN packages that...
hturner pushed 1 commit to 28-add-items-for-localisation hturner/pkg-dev-ctv

View on GitHub

hturner pushed 1 commit to 28-add-items-for-localisation hturner/pkg-dev-ctv
  • add items on localisation 48c583d

View on GitHub

hturner created a branch on hturner/pkg-dev-ctv

28-add-items-for-localisation - Propoposal for package development CRAN task view

hturner opened an issue on hturner/pkg-dev-ctv
Add items for localisation
Will start PR with some items for this section.
hturner created a comment on a pull request on hturner/pkg-dev-ctv
A PhD student in our department pointed me to https://cran.r-project.org/package=mcunit, for unit testing MCMC methods - would be good to add this.

View on GitHub

hturner deleted a branch hturner/pkg-dev-ctv

26-add-items-for-creating-graphical-user-interfaces

hturner pushed 4 commits to main hturner/pkg-dev-ctv
  • add items for user interfaces a15596e
  • Merge branch 'main' into 26-add-items-for-creating-graphical-user-interfaces 1a9123e
  • improve description of base UIs 930ab13
  • Merge pull request #27 from hturner/26-add-items-for-creating-graphical-user-interfaces add items for user interfaces 397c42b

View on GitHub

hturner closed a pull request on hturner/pkg-dev-ctv
add items for user interfaces
Considered but not added: * gWidgets2 - in maintenance mode only * miniGUI - not well documented, hard to see advantage over fgui which has JSS paper describing it * [tickle](https://github.co...
hturner created a comment on a pull request on hturner/pkg-dev-ctv
> I take that you removed graphical to match with base::readline/utils::menu. Exactly. > I think there are some other packages that can create GUIs, that I cannot remember. There was also {qtb...

View on GitHub

hturner pushed 1 commit to 26-add-items-for-creating-graphical-user-interfaces hturner/pkg-dev-ctv
  • improve description of base UIs 930ab13

View on GitHub

hturner pushed 31 commits to 26-add-items-for-creating-graphical-user-interfaces hturner/pkg-dev-ctv
  • add items for development workflow 4fe0f92
  • minor edits 8140d12
  • add items for help pages d6675eb
  • add roxyPackage 759b3db
  • use `()` after function names 91fd2b6
  • add items for vignettes d7de344
  • add BiocStyle 4566ee9
  • add note on katex efcb127
  • Merge branch 'main' into 8-add-items-for-development-workflow b34fa80
  • prioritise CRAN pkgs, add usethis as workflow pkg 8102977
  • use "roxygen2 comments" vs roxygen blocks/comments Co-authored-by: Lluís Revilla <[email protected]> 24da580
  • markup roxygen2; separate Rd2roxygen & roxygen2md 933c14c
  • add packages from Maëlle's blog post 4bcdea7
  • revise in light of review 243ad72
  • Merge branch 'main' into 10-add-items-for-help-pages 885fcae
  • add Rd2md 9c63012
  • Merge branch '10-add-items-for-help-pages' of github.com:hturner/pkg-dev-ctv into 10-add-items-for-help-pages 7979fb1
  • revise after Yihui's comments and more exploration 62825e2
  • add items for code coverage 7285296
  • add items for working with package items 858a01e
  • and 11 more ...

View on GitHub

hturner deleted a branch hturner/pkg-dev-ctv

24-add-items-for-working-with-package-options

hturner pushed 4 commits to main hturner/pkg-dev-ctv
  • add items for working with package items 858a01e
  • Merge branch 'main' into 24-add-items-for-working-with-package-options 6c20fd2
  • add intro to package-specific options bf0a760
  • Merge pull request #25 from hturner/24-add-items-for-working-with-package-options add items for working with package... 987bdae

View on GitHub

hturner closed an issue on hturner/pkg-dev-ctv
Add items for working with package options
Will start PR with some items for this section.
hturner closed a pull request on hturner/pkg-dev-ctv
add items for working with package items
More involved than expected! Only discounted one package: * optifunset - wraps a single function to set a global option if not that option is not yet set. It's intended for package developers to...
hturner created a comment on a pull request on hturner/pkg-dev-ctv
Thanks, added a short intro along those lines.

View on GitHub

hturner pushed 1 commit to 24-add-items-for-working-with-package-options hturner/pkg-dev-ctv
  • add intro to package-specific options bf0a760

View on GitHub

hturner pushed 27 commits to 24-add-items-for-working-with-package-options hturner/pkg-dev-ctv
  • add items for development workflow 4fe0f92
  • minor edits 8140d12
  • add items for help pages d6675eb
  • add roxyPackage 759b3db
  • use `()` after function names 91fd2b6
  • add items for vignettes d7de344
  • add BiocStyle 4566ee9
  • add note on katex efcb127
  • Merge branch 'main' into 8-add-items-for-development-workflow b34fa80
  • prioritise CRAN pkgs, add usethis as workflow pkg 8102977
  • use "roxygen2 comments" vs roxygen blocks/comments Co-authored-by: Lluís Revilla <[email protected]> 24da580
  • markup roxygen2; separate Rd2roxygen & roxygen2md 933c14c
  • add packages from Maëlle's blog post 4bcdea7
  • revise in light of review 243ad72
  • Merge branch 'main' into 10-add-items-for-help-pages 885fcae
  • add Rd2md 9c63012
  • Merge branch '10-add-items-for-help-pages' of github.com:hturner/pkg-dev-ctv into 10-add-items-for-help-pages 7979fb1
  • revise after Yihui's comments and more exploration 62825e2
  • add items for code coverage 7285296
  • Merge pull request #9 from hturner/8-add-items-for-development-workflow 8 add items for development workflow 146bc1d
  • and 7 more ...

View on GitHub

hturner deleted a branch hturner/pkg-dev-ctv

22-add-items-for-code-coverage

hturner closed an issue on hturner/pkg-dev-ctv
Add items for code coverage
Will start PR with some items for this section.
hturner pushed 24 commits to 22-add-items-for-code-coverage hturner/pkg-dev-ctv
  • add items for development workflow 4fe0f92
  • minor edits 8140d12
  • add items for help pages d6675eb
  • add roxyPackage 759b3db
  • use `()` after function names 91fd2b6
  • add items for vignettes d7de344
  • add BiocStyle 4566ee9
  • add note on katex efcb127
  • Merge branch 'main' into 8-add-items-for-development-workflow b34fa80
  • prioritise CRAN pkgs, add usethis as workflow pkg 8102977
  • use "roxygen2 comments" vs roxygen blocks/comments Co-authored-by: Lluís Revilla <[email protected]> 24da580
  • markup roxygen2; separate Rd2roxygen & roxygen2md 933c14c
  • add packages from Maëlle's blog post 4bcdea7
  • revise in light of review 243ad72
  • Merge branch 'main' into 10-add-items-for-help-pages 885fcae
  • add Rd2md 9c63012
  • Merge branch '10-add-items-for-help-pages' of github.com:hturner/pkg-dev-ctv into 10-add-items-for-help-pages 7979fb1
  • revise after Yihui's comments and more exploration 62825e2
  • Merge pull request #9 from hturner/8-add-items-for-development-workflow 8 add items for development workflow 146bc1d
  • Merge branch 'main' into 10-add-items-for-help-pages 67d5e1b
  • and 4 more ...

View on GitHub

hturner deleted a branch hturner/pkg-dev-ctv

12-add-items-for-vignettes

Load more