From 7d07d4efd9172fdd1c7ad208c3c09e21c28fde18 Mon Sep 17 00:00:00 2001 From: olivroy Date: Thu, 7 Dec 2023 20:58:25 -0500 Subject: [PATCH] Add news --- NEWS.md | 6 +++++- README.Rmd | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 8e7a1a4..d36c316 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,12 @@ # sweep (development version) +* sweep no longer imports tidyverse. (@olivroy, #21) + +* Remove internal usage of `dplyr::select_()`. (@olivroy, #21) + # sweep 0.2.5 -- Fixes to get `sweep` back on CRAN following inadvertent `timetk` archival. +* Fixes to get `sweep` back on CRAN following inadvertent `timetk` archival. # sweep 0.2.4 diff --git a/README.Rmd b/README.Rmd index 1b0c7e3..641b514 100644 --- a/README.Rmd +++ b/README.Rmd @@ -15,7 +15,6 @@ knitr::opts_chunk$set( ``` ```{r, echo=FALSE} -library(tidyverse) library(tidyquant) library(sweep) ```