Bilgisayar ve Bilişim BilimleriİngilizceHugo

rOpenSci - open tools for open science

rOpenSci - open tools for open science
Open Tools and R Packages for Open Science
Ana SayfaJSON Besleme
language
CommunitySoftwareSoftware Peer ReviewPackagesData AccessBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Max Joseph

Hundreds of thousands of people in east Africa have been displaced and hundreds have died as a result of torrential rains which ended a drought but saturated soils and engorged rivers, resulting in extreme flooding in 2018.This post will explore these events using the R package smapr, which provides access to global satellite-derived soil moisture data collected by the NASA Soil Moisture Active-Passive (SMAP) mission and abstracts away some of

CommunityMeetingsBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar 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?

ReproducibilityReproducible ResearchTidydataDatasharingSoftwareBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Greg Finak

Sharing data sets for collaboration or publication has always been challenging, but it’s become increasingly problematic as complex and high dimensional data sets have become ubiquitous in the life sciences. Studies are large and time consuming; data collection takes time, data analysis is a moving target, as is the software used to carry it out.

CodemetaCodemetarMarkdownXml2CommonmarkBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Maëlle Salmon

A while ago weonboarded anexciting package, codemetarby Carl Boettiger. codemetar is an R specificinformation collector and parser for the CodeMetaproject. In particular, codemetar candigest metadata about an R package in order to fill the termsrecognized by CodeMeta. This meansextracting information from DESCRIPTION but also from e.g. continuousintegration 1 badges in the README!

MarkdownR MarkdownXml2CommonmarkTech NotesBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Maëlle Salmon

You might have read my blog post analyzing the social weather ofrOpenScionboarding,based on a text analysis of GitHub issues. I extracted text out ofMarkdown-formatted threads with regular expressions. I basicallyhammered away at the issues using tools I was familiar with until itworked! Now I know there’s a much better and cleaner way, that I’llpresent in this note. Read on if you want to extract insights abouttext, code, links, etc.

BiodiversityOccurrenceRgbifGBIFTech NotesBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Scott Chamberlain

rgbif was seven years old yesterday! 🔗What is rgbif? rgbif gives you access to data from the Global Biodiversity Information Facility (GBIF) via their API.

DatabasesPackagesTech NotesBilgisayar ve Bilişim Bilimleriİngilizce
Yayınlandı
Yazar Jeroen Ooms

This week version 2.0 of the mongolite package has been released to CRAN. Major new features in this release include support for MongoDB 4.0, GridFS, running database commands, and connection pooling. Mongolite is primarily an easy-to-use client to get data in and out of MongoDB. However it supports increasingly many advanced features like aggregation, indexing, map-reduce, streaming, encryption, and enterprise authentication.