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
CommunityMeetingsUnconfUnconf17Scienze informatiche e dell'informazioneInglese
Pubblicato
Autore Karthik Ram

Continuing our series of blog posts (day 1, day 2) this week about unconf 17.available Summary: Ever have trouble naming your software package? Find a great name and realize it’s already taken on CRAN, or further along in development on GitHub? The available package makes it easy to check for valid, available names, and also checks various sources for any unintended meanings.

CommunityMeetingsUnconfUnconf17Scienze informatiche e dell'informazioneInglese
Pubblicato
Autore Scott Chamberlain

Following up on Stefanie’s recap of unconf 17, we are following up this entire week with summaries of projects developed at the event. We plan to highlight 4-5 projects each day, with detailed posts from a handful of teams to follow.checkers Summary: checkers is a framework for reviewing analysis projects. It provides automated checks for best practices, using extensions on the goodpractice package.

CommunityMeetingsUnconfUnconf17Scienze informatiche e dell'informazioneInglese
Pubblicato
Autore Karthik Ram

Following up on Stefanie’s recap of unconf 17, we are following up this entire week with summaries of projects developed at the event. We plan to highlight 4-5 projects each day, with detailed posts from a handful of teams to follow.skimr Summary: skimr, a package inspired by Hadley Wickham’s precis package, aims to provide summary statistics iteratively and interactively as part of a pipeline.

CommunityMeetingsUnconfUnconf17Scienze informatiche e dell'informazioneInglese
Pubblicato
Autore Stefanie Butland

We held our 4th annual unconference in Los Angeles, May 25-26, 2017. Scientists, 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 to give our online community an opportunity to connect in-person. The result?

Text AnalysisCommunityMeetingsSigScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Ken Benoit

On 21-22 April, the London School of Economics hosted the Text Analysis Package Developers’ Workshop , a two-day event held in London that brought together developers of R packages for working with text and text-related data.

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 packages can enable your research, or about our onboarding process for contributing new packages, discuss software sustainability or tell us how we can help you do open and reproducible research.Where’s rOpenSci?

CommunityScienze informatiche e dell'informazioneInglese
Pubblicato
Autori Scott Chamberlain, Stefanie Butland

There’s a lot of work that goes in to making software: the code that does the thing itself, unit testing, examples, tutorials, documentation, and support. rOpenSci software is created and maintained both by our staff and by our (awesome) community. In keeping with our aim to build capacity of software users and developers, three interns from our academic home at UC Berkeley are now working with us as well.

GeospatialGeojsonWktSoftwareTech NotesScienze informatiche e dell'informazioneInglese
Pubblicato
Autori Scott Chamberlain, Noam Ross

randgeo generates random points and shapes in GeoJSON and WKT formats foruse in examples, teaching, or statistical applications. Points and shapes are generated in the long/lat coordinate system and withappropriate spherical geometry; random points are distributed evenly acrossthe globe, and random shapes are sized according to a maximum great-circledistance from the center of the shape.

CommunitySoftwareOpen DataPDFTabulizerScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Thomas J. Leeper

There is no problem in science quite as frustrating as other peoples’ data . Whether it’s malformed spreadsheets, disorganized documents, proprietary file formats, data without metadata, or any other data scenario created by someone else, scientists have taken to Twitter to complain about it. As a political scientist who regularly encounters so-called “open data” in PDFs, this problem is particularly irritating.

ReproducibilityCommunitySoftwareSoftware Peer ReviewScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Tony Fischetti

Version 2.0 of my data set validation package assertr hit CRAN just this weekend. It has some pretty great improvements over version 1. For those new to the package, what follows is a short and new introduction. For those who are already using assertr, the text below will point out the improvements. I can (and have) go on and on about the treachery of messy/bad datasets.