reprex-ing with {datapasta} 🍝
A guide on using the {datapasta} R package to quickly create reproducible examples (reprexes) from spreadsheet data or existing R objects.
A guide on using the {datapasta} R package to quickly create reproducible examples (reprexes) from spreadsheet data or existing R objects.
An update on the svy2lme R package for fitting linear mixed models with complex survey data, including a comparison with Stata.
A tutorial on using R to reproduce and analyze map projection distortions, focusing on the Web Mercator projection with reproducible code.
A technical guide on extending the googleway package's google_distance() function in R to handle multiple inputs, cache API calls, and manage errors efficiently.
A tutorial on creating an animated world population cartogram from 1800 to 2100 using R, open data, and open-source geospatial libraries.
A tutorial replicating a Python experiment on creating a biased AI sentiment classifier, but using R, GloVe embeddings, and glmnet for logistic regression.
A data science tutorial using Leaflet to map Wellington bus locations and lateness, analyzing real-time transit data with R.
A tutorial on creating a glass-shattering animation in R using the gganimate package to announce a monthly data science book giveaway winner.
A technical tutorial on generating color palettes in R using various packages, inspired by movie posters and applied to Archer TV show artwork.
A tutorial on R programming basics, covering mathematical, comparison, and logical operators for data manipulation.
Explains how to standardize and add emojis to GitHub issue labels across multiple repositories using GitHub's API and the R 'gh' package.
Explains the naming and purpose of the R package 'reticulate', which provides a Python interface for R.
A tutorial on using R packages to download, process, and visualize global life expectancy data from the World Bank API.
A guide to creating excellent reproducible examples (reprexes) in R, covering the three key principles and a keyboard shortcut tutorial for RStudio.
Explains why custom S3 methods in R fail and how to fix them by properly defining generic functions.
A data scientist shares tips on automating a monthly book giveaway using R, including package organization and image manipulation with the magick package.
A data scientist explains why he's attending the eRum 2018 R conference in Budapest instead of useR! this year, and provides details about the event.
Announcement of the major R 3.5.0 release, detailing new features and providing upgrade instructions for Windows and Mac users.
A developer introduces an experimental R package for fitting linear mixed models to complex survey data, detailing its current capabilities and limitations.