April 2023

Sketch Package looks to add JavaScript to R packages

April 26, 2023 | R Consortium

Jackson Kwok, Infrastructure Steering Committee (ISC) recipient for the 2020 cycle, discusses the project Sketch and its implementation in 2021 as an R Package in the CRAN environment. The Sketch... The post Sketch Package looks to add JavaScript to R packages appeared first on R Consortium.
[Read more...]

TidyTuesday Week 17: London Marathon

April 24, 2023 | Louise E. Sinks

Today’s TidyTuesday is based on a dataset about the London Marathon. The data is via a package by Nicola Rennie and there is an accompanying tutorial about how to scrape data from the web. library(skimr) library(tidyverse) library(ggthemes) libra...
[Read more...]

xts_0.13.1 on CRAN

April 24, 2023 | R on FOSS Trading

An updated version of xts is now on CRAN. This release patches a few issues with the features added in version 0.13.0 and addresses a few maintenance issues that popped up recently. Patches for features added in 0.13.0 Format each column individually before printing. The top/bottom rows could have a different ... [Read more...]

RMarkdown and Quarto – Mastering the Basics workshop

April 24, 2023 | Dariia Mykhailyshyna

Learn how to use RMarkdown and Quarto! Join our workshop on RMarkdown and Quarto – Mastering the Basics which is a part of our workshops for Ukraine series.  Here’s some more info:  Title: RMarkdown and Quarto – Mastering the Basics Date: Thursday, May 25th, 18:00 – 20:00 CEST (Rome, Berlin, Paris timezone) Speaker: Indrek ... [Read more...]

Learning Path: Introduction to R

April 24, 2023 | Mirai Solutions

Enhance your data science toolkit with our “Introduction to R” learning path: from the basis of the syntax, to building and hosting an R package on GitHub. R is among the most popular programming, scripting, and markup languages. Written by statisti...
[Read more...]

Sharing the C++ Code of an Rcpp Package

April 23, 2023 | Pratik Gupte

Why share C++ code from an Rcpp package Using the {Rcpp} package is the dominant method for linking the usability of R with the speed of C++, and can be used to write R packages that are fast and easy to use for both end-users and developers. Fr... [Read more...]

Rython tips and tricks – Snippets

April 23, 2023 | Eran Raviv

R or Python? who cares! Which editor? now that’s a different story. I like Rstudio for many reasons. Outside the personal, Rstudio allows you to write both R + Python = Rython in the same script. Apart from that, the editor’s level of complexity is well-balanced, not functionality-overkill like some, ...
[Read more...]
1 2 3 4 7

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)