Ciências da Computação e da InformaçãoInglêsHugo

rOpenSci - open tools for open science

rOpenSci - open tools for open science
Open Tools and R Packages for Open Science
Pagina inicialFeed JSON
language
AustraliaCommunityMeetingsOzunconfOzunconf17Ciências da Computação e da InformaçãoInglês
Publicados
Autor Nicholas Tierney

Just last week we organised the 2nd rOpenSci ozunconference, the sibling rOpenSci unconference, held in Australia. Last year it was held in Brisbane, this time around, the ozunconf was hosted in Melbourne, from October 26-27, 2017. At the ozunconf, we brought together 45 R-software users and developers, scientists, and open data enthusiasts from academia, industry, government, and non-profits.

CommunitySoftwareSoftware Peer ReviewPackagesBikedataCiências da Computação e da InformaçãoInglês
Publicados

A new rOpenSci package provides access to data to which users may already have directly contributed, and for which contribution is fun, keeps you fit, and helps make the world a better place. The data come from using public bicycle hire schemes, and the package is called bikedata.

CommunityInterviewsRprofileCiências da Computação e da InformaçãoInglês
Publicados
Autor Kelly O'Briant

KO: What is your name, job title, and how long have you been using R? DS: My name is David Smith. I work at Microsoft and my self-imposed title is ‘R Community Lead’. I’ve been working with R specifically for about 10 years, but I’d been working with S since the early 90s. KO: How did you transition into using R? DS: I was using S for a long, long time, and I worked for the company that commercialized S, where I was a project manager for S-PLUS.

PackagesNetworkingWindowsTech NotesCiências da Computação e da InformaçãoInglês
Publicados

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 TeamPostdocCiências da Computação e da InformaçãoInglês
Publicados
Autor 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 AnalysisLinguisticsCiências da Computação e da InformaçãoInglês
Publicados
Autor 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.

CommunityHacktoberfestCiências da Computação e da InformaçãoInglês
Publicados

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 ReviewRrricanesRrricanesdataCiências da Computação e da InformaçãoInglês
Publicados
Autor 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.

PatentsPatentsViewPackagesAPIUSPTOCiências da Computação e da InformaçãoInglês
Publicados
Autor 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 ReviewCiências da Computação e da InformaçãoInglês
Publicados
Autores 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.

PackagesSoftwareExcelXlsxTech NotesCiências da Computação e da InformaçãoInglês
Publicados

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.