Postagens de Rogue Scholar

language
Publicados in rOpenSci - open tools for open science
Autor Adam Sparks

NASA generates and provides heaps of data to the scientific community. Not allof it is looking out at the stars. Some of it is looking back at us here onEarth. NASA’s Earth science program observes, understands and models theEarth system 1 . We can use these data to discover how our Earth is changing,to better predict change, and to understand the consequences for life on Earth.

Publicados in rOpenSci - open tools for open science
Autor Julia Silge

rOpenSci is one of the first organizations in the R community I ever interacted with, when I participated in the 2016 rOpenSci unconf. I have since reviewed several rOpenSci packages and been so happy to be connected to this community, but I have never submitted or maintained a package myself. All that changed when I heard the call for a new maintainer for the qualtRics package. “IT’S GO TIME,” I thought.

Publicados in rOpenSci - open tools for open science
Autor Jeroen Ooms

Last month we released a new version of pdftools and a new companion package qpdf for working with pdf files in R. This release introduces the ability to perform pdf transformations, such as splitting and combining pages from multiple files. Moreover, the pdf_data() function which was introduced in pdftools 2.0 is now available on all major systems.

Publicados in rOpenSci - open tools for open science

Version 7.0.0 of drake just arrived on CRAN, and it is faster and easier to use than previous releases. install.packages("drake") Recap Data analysis can be slow. A round of scientific computation can take several minutes, hours, or even days to complete. After it finishes, if you update your code or data, your hard-earned results may no longer be valid. How much of that valuable output can you keep, and how much do you need to update?

Publicados in rOpenSci - open tools for open science
Autores Layik Hama, Robin Lovelace

Introduction stats19 is a new R package enabling access to and working withGreat Britain’s official road traffic casualty database,STATS19. We started the package in late 2018 following three main motivations: The release of the 2017 road crash statistics, which showedworsening road safety in some areas, increasing the importance ofmaking the data more accessible.

Publicados in rOpenSci - open tools for open science
Autor Jeroen Ooms

The ssh package provides a native ssh client for R. You can connect to a remote server over SSH to transfer files via SCP, setup a secure tunnel, or run a command or script on the host while streaming stdout and stderr directly to the client. The intro vignette provides a brief introduction.

Publicados in rOpenSci - open tools for open science
Autor OJ Watson

There seem to be a lot of ways to write about your R package, and rather than haveto decide on what to focus on I thought I’d write a little bit about everything.To begin with I thought it best to describe what problem rdhs tries to solve,why it was developed and how I came to be involved in this project.

Publicados in rOpenSci - open tools for open science
Autores Stijn Van Hoey, Peter Desmet

European eels ( Anguilla anguilla ) have it tough. Not only are they depicted as monsters in movies, they are critically endangered in real life. One of the many aspects that is contributing to their decline is the reduced connectivity between their freshwater and marine habitats.

Publicados in rOpenSci - open tools for open science
Autores Ignasi Bartomeus, Kevin Cazelles, Jonas Geschke

The Ecology Hackathon Almost one year ago now, ecologists filled a room for the “Ecology Hackathon: Developing R Packages for Accessing, Synthesizing and Analyzing Ecological Data” that was co-organised by rOpenSci Fellow, Nick Golding and Methods in Ecology and Evolution. This hackathon was part of the “Ecology Across Borders” Joint Annual Meeting 2017 of BES, GfÖ, NecoV, and EEF in Ghent.

Publicados in rOpenSci - open tools for open science
Autor April Wright

I never really thought I would write an R package. I use R pretty casually. Then, this year, I was invited to participate during the last week of the Analytical Paleobiology short course, an intensive month-long experience in quantitative paleontology. I was thrilled to be invited.