Informatique et sciences de l'informationAnglaisHugo

rOpenSci - open tools for open science

rOpenSci - open tools for open science
Open Tools and R Packages for Open Science
Page d'accueilFlux JSON
language
PackagesNetworkingWindowsTech NotesInformatique et sciences de l'informationAnglais
Publié

This week we released version 3.0 of the curl R package to CRAN. You may have never used this package directly, but curl provides the foundation for most HTTP infrastructure in R, including httr, rvest, and all packages that build on it. If R packages need to go online, chances are traffic is going via curl.

Open ScienceGovernanceSustainabilityROpenSci TeamPostdocInformatique et sciences de l'informationAnglais
Publié
Auteur Dan Sholler

A growing community of scientists from a variety of disciplines is moving the norms of scientific research toward open practices. Supporters of open science hope to increase the quality and efficiency of research by enabling the widespread sharing of datasets, research software source code, publications, and other processes and products of research.

APIPackagesTextminingText AnalysisLinguisticsInformatique et sciences de l'informationAnglais
Publié
Auteur Mark Edmondson

One of the greatest assets human beings possess is the power of speech and language, from which almost all our other accomplishments flow. To be able to analyse communication offers us a chance to gain a greater understanding of one another.

CommunityHacktoberfestInformatique et sciences de l'informationAnglais
Publié

One of rOpenSci’s aims is to build capacity of software users and developers and foster a sense of pride in their work. What better way to do that than to encourage you to participate in Hacktoberfest, a month-long celebration of open source software! 🔗It doesn’t take much to get involved Beginners to experts. Contributors and package maintainers welcome.

CommunitySoftwareSoftware Peer ReviewRrricanesRrricanesdataInformatique et sciences de l'informationAnglais
Publié
Auteur Tim Trice

🔗What is rrricanes 🔗Why Write rrricanes? There is a tremendous amount of weather data available on the internet. Much of it is in raw format and not very easy to obtain. Hurricane data is no different. When one thinks of this data they may be inclined to think it is a bunch of map coordinates with some wind values and not much else. A deeper look will reveal structural and forecast data.

PatentsPatentsViewPackagesAPIUSPTOInformatique et sciences de l'informationAnglais
Publié
Auteur Chris Baker

🔗Why care about patents? 1. Patents play a critical role in incentivizing innovation, withoutwhich we wouldn’t have much of the technology we rely on everyday What does your iPhone, Google’s PageRank algorithm, and a buttersubstitute called Smart Balance all have in common? …They all probably wouldn’t be here if not for patents.

SoftwareSoftware Peer ReviewInformatique et sciences de l'informationAnglais
Publié
Auteurs Scott Chamberlain, Maëlle Salmon, Noam Ross, Karthik Ram

The R package ecosystem now contains more than 10K packages, and several flagship packages belong under the rOpenSci suite. Some of these are: magick for image manipulation, plotly for interactive plots, and git2r for interacting with git. rOpenSci is a community of people making software to facilitate open and reproducible science/research.

SoftwareSoftware Peer ReviewReviewerInformatique et sciences de l'informationAnglais
Publié
Auteur Verena Haunschmid

It all started January 26 th this year when I signed up to volunteer asa reviewer for R packages submitted to rOpenSci. My main motivation forwanting to volunteer was to learn something new and tocontribute to the R open source community. If you are wondering why thepeople behind rOpenSci are doing this, you can read How rOpenSci uses Code Review to Promote Reproducible Science.

PackagesSoftwareExcelXlsxTech NotesInformatique et sciences de l'informationAnglais
Publié

We have started working on a new rOpenSci package called writexl. This package wraps the very powerful libxlsxwriter library which allows for exporting data to Microsoft Excel format. The major benefit of writexl over other packages is that it is completely written in C and has absolutely zero dependencies. No Java, Perl or Rtools are required. 🔗Getting Started The write_xlsx function writes a data frame to an xlsx file.

PackagesSoftwareSpellingTextTech NotesInformatique et sciences de l'informationAnglais
Publié

The new rOpenSci spelling package provides utilities for spell checking common document formats including latex, markdown, manual pages, and DESCRIPTION files. It also includes tools especially for package authors to automate spell checking of R documentation and vignettes. 🔗Spell Checking Packages The main purpose of this package is to quickly find spelling errors in R packages.

SoftwareSoftware Peer ReviewCommunityInformatique et sciences de l'informationAnglais
Publié
Auteurs Noam Ross, Scott Chamberlain, Karthik Ram, Maëlle Salmon

At rOpenSci, we create and curate software to help scientists with the data life cycle. These tools access, download, manage, and archive scientific data in open, reproducible ways. Early on, we realized this could only be a community effort. The variety of scientific data and workflows could only be tackled by drawing on contributions of scientists with field-specific expertise. With the community approach came challenges.