R News from another blog for R community

A bug related to R factor

Note a bug in my code today. Sometimes you need to put a certain level (e.g. healthy control) in the first position for your covariance. Here is my old code:dds[[variable]]=factor(dds[[variable]])levels(dds[[variable]])= union(variable_REF,...continue reading.

pins 1.0.0

Photo by Kelsey Knight on Unsplash I’m delighted to announce that pins 1.0.0 is now available on CRAN. The pins package publishes data, models, and other R objects, making it...continue reading.

testthat 3.1.0

We’re stoked to announce the release of testthat 3.1.0. testthat makes it easy to turn your existing informal tests into formal, automated tests that you can rerun quickly and easily....continue reading.