Informática y Ciencias de la InformaciónInglésHugo

rOpenSci - open tools for open science

rOpenSci - open tools for open science
Open Tools and R Packages for Open Science
Página de inicioFeed JSON
language
CommunityInterviewsRprofileInformática y Ciencias de la InformaciónInglés
Publicado
Autor Kelly O'Briant

KO: What is your name, job title, and how long have you been using R? NR: I’m Noam Ross, I’m a Senior Research Scientist at EcoHealth Alliance, a non-profit that works at the intersection of conservation and health. I’ve done work in R for about 8 years, which is essentially from the start of graduate school (five years) and three years of work. KO: Did you love it [R] immediately? NR: No! And I’m mixed on whether I love it now.

CommunitySoftwareSoftware Peer ReviewPackagesTiffInformática y Ciencias de la InformaciónInglés
Publicado
Autor Rory Nolan

🔗The general struggle Something that will make life easier in the long-run can be the most difficult thing to do today . For coders, prioritising the long term may involve an overhaul of current practice and the learning of a new skill.

CommunitySoftwareSoftware Peer ReviewReviewerInformática y Ciencias de la InformaciónInglés
Publicado
Autor Miles McBain

If you read my reflection #1 on rOpenSci Onboarding, then you know I see value in the Onboarding process. A LOT of value even. This post is about where that value lies. This question has important corollaries which I will explore here based on my experience as a reviewer of bowerbird:How is a package peer reviewer’s time best spent?When is the best time in a software package’s life cycle to undertake peer review?

CommunitySoftwareSoftware Peer ReviewPackagesData AccessInformática y Ciencias de la InformaciónInglés
Publicado
Autor Konstantinos Vantas

That’s a lot alike Data Science, isn’t it? Hydrologic Processes evolve in space and time, are extremely complex and we may never comprehend them. For this reason Hydrologists use models where their inputs and outputs are measurable variables: climatic and hydrologic data, land uses, vegetation coverage, soil type etc.

CommunitySoftwareSoftware Peer ReviewPackagesDrosophilaInformática y Ciencias de la InformaciónInglés
Publicado
Autor Daniel Münch

🔗Olfactory Coding Detecting volatile chemicals and encoding these into neuronal activity is a vital task for all animals that is performed by their olfactory sensory systems. While these olfactory systems vary vastly between species regarding their numerical complexity, they are amazingly similar in their general structure.

CommunitySoftwareNCBIGeneticsScholarly LiteratureInformática y Ciencias de la InformaciónInglés
Publicado
Autor David Winter

I am happy to say that the latest issue of The R Journal includes a paperdescribing rentrez,the rOpenSci package for retrieving data from the National Center for Biotechnology Information(NCBI). The NCBI is one of the most important sources of biological data. The centreprovides access to information on 28 million scholarly articles through PubMed and 250million DNA sequences through GenBank.

CommunitySoftware Peer ReviewMetadataInformática y Ciencias de la InformaciónInglés
Publicado
Autores Noam Ross, Maëlle Salmon, Karthik Ram, Scott Chamberlain

At rOpenSci, our R package peer review process relies on the the hard work of many volunteer reviewers. These community members donate their time and expertise to improving the quality of rOpenSci packages and helping drive best practices into scientific software. Our open review process, where reviews and reviewers are public, means that one benefit for reviewers is that they can get credit for their reviews.

BeginnerCommunitySoftwareSoftware Peer ReviewReviewerInformática y Ciencias de la InformaciónInglés
Publicado
Autor Charles T. Gray

To give you an idea of where I am in my R developer germination, I’d just started reading about testing when I received an email from @rOpenSci inviting me to review the weathercan package. Many of us in the R community feel like imposters when it comes to software development. In fact, as a statistician, it was a surprise to me when I was recently called a developer.

CommunityMeetingsInformática y Ciencias de la InformaciónInglés
Publicado

rOpenSci is holding our annual staff and leadership meeting in Vancouver, so we’re taking the opportunity to share what we do and, if you’re interested, how you can get involved. Join us for a series of 7 short talks and demos followed by informal networking over snacks & refreshments. rOpenSci is a non-profit initiative that promotes open and reproducible research using shared data and reusable software.

RubyHttpMockingRequestCrulInformática y Ciencias de la InformaciónInglés
Publicado
Autor Scott Chamberlain

🔗webmockr webmockr is an R library for stubbing and setting expectations on HTTP requests.It is a port of the Ruby gem webmock. webmockr works by plugging in to another R package that does HTTP requests. It currently only works with crul right now, but we plan to add support for curl and httr later.