Join our Community Call on Tuesday, January 30th (January 31 for our Australian friends)
Nick Golding, 2017 rOpenSci Fellow, will talk about two R packages he has developed recently. zoon aims to promote open and reproducible research in ecological modeling by helping researchers share their code in a modular way and produce reproducible research artifacts. Nick has recently been trying to bootstrap a community around this idea and says this is a much harder problem.
... style=" object-fit: cover; object-position: center; height: 250px; width: 250px; margin-right: 15px"
/>
<p>
<em>Jenny Bryan @JennyBryan is a Software Engineer at RStudio and is on leave from being an Associate Professor at the University of British Columbia. Jenny serves in leadership positions with rOpenSci and <a href="https://forwards.github.io/">Forwards</a> and as an Ordinary member of <a href="https://www.r-project.org/foundation/">The R Foundation</a>.</em>
</p>
</figure>
</div>
KO: What is your name, your title, and how many years have you worked in R?
...This week magick 1.6 appeared on CRAN. This release is a big all-round maintenance update with lots of tweaks and improvements across the package.
The NEWS file gives an overview of changes in this version. In this post we highlight some changes.
library(magick)
stopifnot(packageVersion('magick') >= 1.6)
If you are new to magick, check out the vignette for a quick introduction.
Perfect Graphics Rendering
I have fixed a few small rendering imperfections in the graphics device. The native magick graphics device image_graph()
now renders identical or better quality images as the R-base bitmap devices png
, jpeg
, etc.
Introduction
When I was in grad school at Emory, I had a favorite desk in the library. The desk wasn’t particularly cozy or private, but what it lacked in comfort it made up for in real estate. My books and I needed room to operate. Students of the ancient world require many tools, and when jumping between commentaries, lexicons, and interlinears, additional clutter is additional “friction”, i.e., lapses in thought due to frustration. Technical solutions to this clutter exist, but the best ones are proprietary and expensive. Furthermore, they are somewhat inflexible, and you may have to shoehorn your thoughts into their framework. More friction.
...I’ve raved about the value of extending a personalized welcome to new community members and I recently shared six tips for running a successful hackathon-flavoured unconference. Building on these, I’d like to share the specific approach and (free!) tools I used to help prepare new rOpenSci community members to be productive at our unconference. My approach was inspired directly by my AAAS Community Engagement Fellowship Program (AAAS-CEFP) training. Specifically, 1) one mentor said that the most successful conference they ever ran involved having one-to-one meetings with all participants prior to the event, and 2) prior to our in-person AAAS-CEFP training, we completed an intake questionnaire that forced us to consider things like “what do you hope to get out of this” and “what do you hope to contribute”....