Scienze informatiche e dell'informazioneIngleseHugo

rOpenSci - open tools for open science

rOpenSci - open tools for open science
Open Tools and R Packages for Open Science
Pagina inizialeJSON Foraggio
language
Software Peer ReviewROpenSci TeamEditorsScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Stefanie Butland

Part of rOpenSci’s mission is to create technical infrastructure in the form of carefully vetted R software tools that lower barriers to working with data sources on the web. Our open peer software review system for community-contributed tools is a key component of this. As the rOpenSci community grows and more package authors submit their work for peer review, we need to expand our editorial board to maintain a speedy process.

CommunityMeetingsScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Stefanie Butland

You can find members of the rOpenSci team at various meetings and workshops around the world. Come say ‘hi’, learn about how our software packages can enable your research, or about our process for open peer software review and onboarding, how you can get connected with the community or tell us how we can help you do open and reproducible research.Where’s rOpenSci?

CommunityDataSoftware Peer ReviewPackagesData ExtractionScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Jorge Cimentada

Introduction I never thought that I’d be programming software in my career. I startedusing R a little over 2 years now and it’s been one of the most importantdecisions in my career. Secluded in a small academic office with no oneto discuss/interact about my new hobby, I started searching the web fortutorials and packages. After getting to know how amazing and nurturingthe R community is, it made me want to become a data scientist.

PackagesSshTech NotesScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Jeroen Ooms

Have you ever needed to connect to a remote server over SSH to transfer files via SCP or to setup a secure tunnel, and wished you could do so from R itself? The new rOpenSci ssh package provides a native ssh client in R allows you to do that and even more, like running a command or script on the host while streaming stdout and stderr directly to the client. The package is based on libssh, a powerful C library implementing the SSH protocol.

CommunityMeetingsUnconfUnconf18Scienze informatiche e dell'informazioneInglese
Pubblicato
Autore Scott Chamberlain

For the fourth and last day of project recaps from this year’s unconf, here is an overview of the next five projects. (Full set of project recaps: recap 1, recap 2, recap 3, recap 4.) In the spirit of exploration and experimentation at rOpenSci unconferences, these projects are not necessarily finished products or in scope for rOpenSci packages.

CommunityInterviewsRprofileScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Kelly O'Briant

KO: What is your name, job title, and how long have you been using R? JS: My name is Julia Silge and I’m a data scientist at Stack Overflow. I have been working in R for less than three years. KO: Wow! What were you all about before that?

CommunityMeetingsUnconfUnconf18Scienze informatiche e dell'informazioneInglese
Pubblicato
Autore Maëlle Salmon

For day 3 of project recaps from this year’s unconf, here is an overview of the next five projects. Stay tuned for the last recap tomorrow. (Full set of project recaps: recap 1, recap 2, recap 3, recap 4.) In the spirit of exploration and experimentation at rOpenSci unconferences, these projects are not necessarily finished products or in scope for rOpenSci packages.

CommunityMeetingsUnconfUnconf18Scienze informatiche e dell'informazioneInglese
Pubblicato
Autore Maëlle Salmon

After Stefanie’s recap of unconf18, this week the blog will feature brief summaries of projects developed at the event: each day 4 to 5 projects will be highlighted. (Full set of project recaps: recap 1, recap 2, recap 3, recap 4) In the following weeks, a handful of groups will share more thorough posts about their work.

CommunityMeetingsUnconfUnconf18Scienze informatiche e dell'informazioneInglese
Pubblicato
Autore Stefanie Butland

We held our 5th annual unconference in Seattle, May 21-22, 2018 at Microsoft’s Reactor space. Researchers, students, postdocs and faculty, R software users and developers, and open data enthusiasts from academia, industry, government, and non-profits came together for two days to hack on projects they dreamed up and for an opportunity to meet and work together in person.

RubyVcrHttpMockingRequestScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Scott Chamberlain

R package test suites that include HTTP requests are dependent on an internet connection being up, the internet connection speed, changing behavior of the remote server, as well as changing response formats/data from a remote server. We ideally want to test functionality of our package relative to some known data that isn’t intermittently unavailable or changing.