R bloggers

Catch Me If You Can: Exception Handling in R

November 30, 2023 | Numbers around us

The Importance of Error HandlingIn the multifaceted world of R programming, particularly when navigating the intricate paths of data analysis, robust error handling is not merely a precaution; it’s an essential pillar of reliable and trustworthy code development. Picture this: you’re deep into a complex data analysis task, ...
[Read more...]

Cliff notes about the cli package

November 29, 2023 | Posts on R-hub blog

We’ve both coincidentally dipped our toes in the wonderful world of pretty messaging with cli. cli::cli_alert_success("marvellous package adopted!") #__ ✔ marvellous package adopted! In this post, we transform the hurdles we encountered in a... [Read more...]

Spatial autocorrelation

November 29, 2023 | Michael

One in a Million – CC-BY-NC by Thomas Hawk Day 29 of 30DayMapChallenge: « Population » (previously). Setup library(tidyverse) library(sf) library(glue) library(sfdep) Data French administrative units (régions, département...
[Read more...]

Bug fixes for dqrng and tikzDevice

November 28, 2023 | R on Ralf Stubner

Today dqrng version 0.3.2 made it unto CRAN and is now propagating to the mirrors. In addition tikzDevice version 0.12.6 made it unto CRAN as well. Both releases are minor bug fixes triggered by a new WARN on CRAN. Recently the development version of R... [Read more...]

PowerQuery Puzzle solved with R

November 28, 2023 | Numbers around us

# 133–134This weekend brought us two stories, two puzzles which have to things in common: they are pretty hard and difficulties were both linked to time dimension.Puzzles:PQ_133: content filePQ_134: content filePQ_133In first puzzle we have data about ...
[Read more...]
1 9 10 11 12 13 1,916

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)