R

easyclimate: easy access to high-resolution daily climate data

Ciencia reproducible: qué, por qué, cómo

Video of the entire talk available on [youtube](https://youtu.be/8d-WEKmoyC4) (in Spanish)

Using DHARMa to check Bayesian models fitted with brms

UPDATE 26 October 2022: There is now a DHARMa.helpers package that facilitates checking Bayesian brms models with DHARMa. Check it out! The R package DHARMa is incredibly useful to check many different kinds of statistical models.

Accessing data from large online rasters with Cloud-Optimized-Geotiff, GDAL, and terra R package

Quite often we want to extract climatic or environmental data from large global raster files. The traditional workflow requires downloading the rasters (quite often many GB) and then performing data extraction in your local computer.

Rdataretriever: R Interface to the Data Retriever

The Rdataretriever provides an R interface to the Python-based Data Retriever software. The Data Retriever automates the multiple steps of data analysis including downloading, cleaning, standardizing, and importing datasets into a variety of …

Quince consejos para mejorar nuestro código y flujo de trabajo con R

La mayoría de los ecólogos que escribimos código informático para desarrollar nuestros análisis somos autodidactas. Nunca hemos recibido formación sobre buenas prácticas de programación. En consecuencia, nuestro código es a menudo ineficiente, …

Cómo escribir manuscritos reproducibles

En esta charla se introducen las ventajas de desarrollar flujos de trabajo reproducibles, y se explica cómo escribir manuscritos, tesis, informes o proyectos de investigación reproducibles utilizando diversas herramientas en torno al lenguaje de …

grateful: facilitate citation of R packages

Lumping, splitting, or pooling taxa for niche estimation? An evaluation through computer simulations

Rgis: streamlining GIS operations in R