R News from another blog for R community

RSwitch 1.4.1 Released

A minor update to RSwitch has been released. Apart from some internal code reorganization there are three user-facing changes. First, RSwitch is now notarized! That means you won’t get a...continue reading.

The R Factor

To the uninitiated, entering UCL’s packed Darwin lecture theatre on Monday evening knowing you held a golden ticket so coveted that 400 names remained on a waitlist, you could be...continue reading.

R Journal July Issue

As the current Editor-in-Chief of the R Journal, I must apologize for the delay in getting the July issue online, due to technical and other matters. In the meantime, though,...continue reading.

R Journal July Issue

As the current Editor-in-Chief of the R Journal, I must apologize for the delay in getting the July issue online, due to technical and other matters. In the meantime, though,...continue reading.

How to use numpy repeat

This tutorial will explain how to use the NumPy repeat function, which is also called np.repeat or numpy.repeat. Numpy repeat repeats the elements of an array The NumPy repeat function...continue reading.

gmailr v1.0.0

Introduction gmailr v1.0.0 (https://gmailr.r-lib.org) is now on CRAN! gmailr wraps the Gmail REST API v3. It provides a variety of funcitons to query your mailbox and create and send new...continue reading.

New Version of regtools package

My updated version of my regtools package, tools for parametric and nonparametric regression, is now on CRAN, https://cran.r-project.org/package=regtools It has a number of new functions and datasets. Type vignette(‘regtools’) fo…continue reading.