Messages de Rogue Scholar

language
Publié in rOpenSci - open tools for open science

As part of our work documenting R-Universe,we’re adding screenshots of the interface to the documentation website.Taking screenshots manually could quickly become very cumbersome, especially as we expect they’ll need updating in future: we might want to change the universes we feature, the interface might improve yet again and therefore look slightly different.Therefore, we decided to opt for a programmatic approach.In this post we shall present

Publié in rOpenSci - open tools for open science
Auteur Jeroen Ooms

It has been a while since we posted an update about magick, but behind the scenes we are constantly tweaking and improving this package, which has become a very mature and complete toolkit for image processing in R. Over the past year, we did 6 CRAN releases, containing many small features and fixes, but perhaps more importantly, the package is getting betting better due to updates of the underlying ImageMagick library.

rOpenSci HQ The recording, collaborative notes and links to community discussion and resources are up for our latest Community Call on Maintaining an R package. Panel moderated by Julia Silge included Elin Waring, Erin Grand, Leonardo Collado-Torres, and Scott Chamberlain.  Software Peer Review 1 staff-contributed package passed software peer review. parzer - Parse messy geographic coordinates. Author: Scott Chamberlain;

Publié in rOpenSci - open tools for open science

rOpenSci HQ rOpenSci Announces a New $896k Award From The Gordon and Betty Moore Foundation to Improve the Scientific Package Ecosystem for R. We’re excited to announce a new member of our team! Introducing Mark Padgham, rOpenSci’s new Software Research Scientist NumFOCUS recognizes Melina Vidoni and Will Landau for their contributions to rOpenSci.

Auteurs Maëlle Salmon, Mark Padgham

This post is the 1st post of a series showcasing various rOpenScipackages as if Maëlle were a birder trying to make the most of R ingeneral and rOpenSci in particular. Although the series use cases willmostly feature birds , it’ll be the occasion to highlight rOpenSci’spackages that are more widely applicable, so read on no matter what yourfield is! Moreoever, each post should stand on its own.

Publié in rOpenSci - open tools for open science
Auteurs Jeroen Ooms, Thomas Lin Pedersen

Release 1.4 of the magick package introducesa new feature called image convolution thatwas requested by Thomas L. Pedersen. In this post we explain what this is all about.Kernel Matrix The new image_convolve() function applies a kernel over the image. Kernel convolution means that each pixel value is recalculated using the weighted neighborhood sum defined in the kernel matrix.